shipyard/src/bin/shipyard_airflow/shipyard_airflow/control
Bryan Strassner e59fb314c1 Set ULID of action on DAG request
Sets the run_id for a DAG invoked in Airflow to the same ULID assigned
to it in Shipyard. While this was already happening as a parameter to
the DAG being invoked, by making it the run_id, further correlation is
possible, at a level that both Shipyard and the Airflow framework are
aware.

As part of making this change, fragility was uncovered in the
rest_api_plugin that expedited the need to switch to the built-in, but
experimental airflow API to trigger a dag (one of two API endpoints
provided - this is important later in this story). In any case, the 3rd
party rest_api_plugin was removed.

As a result of the rest_api_plugin being removed:
1) the simpleton helm test to check the api of airflow was also removed
(it used the version endpoint of this plugin). As the built-in api
provides no version endpoint or similarly accessible-without-being-stateful
endpoint, the helm test had no new place to look for something to call.
2) Some clean up of exclusions and documentation was possible - test
coverage, security exclusions, left over documentation remnants

Change-Id: I0b68496a8500408b776b4acc12888aa017c4c7d2
2018-08-10 10:23:30 -05:00
..
action Set ULID of action on DAG request 2018-08-10 10:23:30 -05:00
af_monitoring Refactor policies to use constant values 2018-08-08 10:58:55 -05:00
configdocs Refactor policies to use constant values 2018-08-08 10:58:55 -05:00
helpers A new Shipyard site statuses API and CLI 2018-07-31 09:16:36 +00:00
logging [refactor] logging refactor + redaction filter 2018-06-01 17:14:15 -05:00
middleware [refactor] logging refactor + redaction filter 2018-06-01 17:14:15 -05:00
status Refactor policies to use constant values 2018-08-08 10:58:55 -05:00
util Mask password in logs for database connection 2018-07-26 12:37:00 -05:00
validators Add udpate_software action to Shipyard 2018-07-06 16:57:42 -05:00
__init__.py Refactor shipyard to UCP target layout 2018-04-24 16:47:13 -05:00
api.py A new Shipyard site statuses API and CLI 2018-07-31 09:16:36 +00:00
api_lock.py Refactor shipyard to UCP target layout 2018-04-24 16:47:13 -05:00
base.py Refactor shipyard to UCP target layout 2018-04-24 16:47:13 -05:00
health.py Refactor shipyard to UCP target layout 2018-04-24 16:47:13 -05:00
json_schemas.py Trivial: update url to new url 2018-06-07 18:00:04 +08:00
service_clients.py Add deployment group validation to shipyard 2018-05-09 09:18:16 -05:00
service_endpoints.py Add Keystone options to registration of config 2018-06-06 14:50:54 -05:00
start_shipyard.py [refactor] logging refactor + redaction filter 2018-06-01 17:14:15 -05:00