shipyard/tools
Ahmad Mahmoudi 70410cc478 (fix) Address image build issues, bionic
- With bionic image based shipyard docker images, uwsgi crashes
  with segmentation fault, when it tries to load the psycopg2 library,
  causing the api become unreachable on both shipyard docker images.
  This happens because psycopg2 2.7.x and uwsgi binary wheels are built
  with incompatible ssl libraries. This patch upgrades psycopg2 to the
  latest release to address this issue.

- The existing image build script cannot run in a docker or a pod,
  based pipeline because of two reasons:
  - The build script runs a docker (docker-in-docker) and mounts a
    volume.
    In a dind case, volume bind mounts will not work, because the nested
    container will need the host file system's path for the source path.
  - The shipyard service listens to its exposed service port in the
    nested docker network namespace, which is not reachable from the host
    pod/container.
This patch address both of the above issues. It first creates the
container, copies needed config files to the container and then starts
it. Also it execs into the nested docker to access the shipyard services
in a dind (docker-in-dcoker) case.

Change-Id: Ifdfed539babab01608bfaef37001bb79cd3a080d
2020-03-10 03:23:05 +00:00
..
gate Adding default apparmor profile to shipyard components 2020-02-17 09:52:37 -06:00
resources Validate existence of "deployment-version" during create configdocs 2019-05-09 08:33:52 -05:00
airflow_image_run.sh (airflow) - Added no_proxy env variable 2019-09-19 17:56:55 +00:00
deckhand_load_yaml.sh tools: fix execute typo 2019-02-25 19:16:21 +00:00
deploy_site.sh tools: fix execute typo 2019-02-25 19:16:21 +00:00
execute_shipyard_action.sh Return error if execution of the step fails 2019-04-16 21:48:07 +00:00
helm_install.sh Move to helm 2.14.0 2019-05-21 13:49:27 -05:00
helm_tk.sh Full clone of osh-infra to fix htk pinning 2019-11-01 10:08:14 -05:00
image_tags.py Adding filename to logging message format for troubleshooting purpose 2019-01-17 13:41:13 -06:00
redeploy_server.sh tools: generalize execute_shipyard_action 2019-02-28 15:16:06 -06:00
run_shipyard.sh Get password for shipyard user for special variable if it exists 2019-06-12 15:22:25 +02:00
set_env Get password for shipyard user for special variable if it exists 2019-06-12 15:22:25 +02:00
shipyard.sh Add support for Ubuntu bionic base image 2020-02-04 13:38:39 -06:00
shipyard_docker_base_command.sh Add support for Ubuntu bionic base image 2020-02-04 13:38:39 -06:00
shipyard_image_run.sh (fix) Address image build issues, bionic 2020-03-10 03:23:05 +00:00
test_release.sh tools: add test_release script 2019-03-15 12:56:27 -05:00
update_site.sh tools: fix execute typo 2019-02-25 19:16:21 +00:00
update_software.sh Add udpate_software action to Shipyard 2018-07-06 16:57:42 -05:00