The story requires Shipyard to get the rendered document from
Deckhand before proceeding with the rest of the workflow.
This is to ensure that the schema validation at Deckhand is
good and to fail early if need be.
This p.s. attempts to make use of the deckhand client to get
the list of rendered documents. Note that we will need to install
the DeckHand client libraries in the Airflow image in order for
this to happen.
Change-Id: I22f4165be101edfa4cef9bead6dd3d3765146c6e
Airflow version 1.9.0 was released a few weeks ago
This Patch Set will bump the version from 1.8.2 to 1.9.0
Change-Id: Ief9e33f64d0bacea4628dedc1a94342f60cfecea
This P.S. will allow user to execute Shipyard CLI using a
Shipyard docker container.
The updates made to the Dockerfile and entrypoint.sh are
aligned with those in Armada and Drydock.
Change-Id: I59ccd2d41fab19781f51334cb1a69b69a48d3c49
Set up and do a rudimentary test of the images created
by the shipyard project to see if the images are okish.
Change-Id: I1f1c8fbcfeeafff66764ae99a176ff6a6766edce
This PS migrates the Shipyard and Airflow Dockerfiles
into this repo and adds a Makefile
We will run the following command from the root directory
to build the airflow and shipyard images
$ sudo make build_airflow
$ sudo make build_shipyard
Change-Id: I9a9fb761ce193b1c5b9c5d9589982366eb73e396