shipyard/shipyard_airflow/dags
Anthony Lin 768981df44 Refactor UCP Health Check Operator
There has been significant changes to the Shipyard code base
since the last major update to the UCP Health Check Operator.
This patch set is meant to align its implementation with the
rest of the Operators.

It removes the usage of 'urlopen' which can be a security
risk and make use of the python 'requests' module instead.

We are also adding 'timeout' parameters to the other Operators
that are using 'requests.get' as failure to do so can cause
the Operator(s) to hang indefinitely. The default time out
has been set to 30 seconds. It is noted that nearly all production
code should use this parameter in nearly all requests.

Change-Id: I1205aab38ff120cd239c236dc9bdffd1660c9afb
2017-12-18 17:24:28 +00:00
..
samples Update OpenStack Operator 2017-08-18 04:09:39 +00:00
__init__.py Add deploy site DAG skeleton 2017-08-15 16:23:42 -05:00
armada_deploy_site.py Collapse Extra Subdag Layer Across Dags 2017-12-14 15:22:07 +00:00
dag_concurrency_check.py Add update_site dag, concurrency check 2017-08-23 21:53:50 -05:00
deckhand_get_design.py Collapse Extra Subdag Layer Across Dags 2017-12-14 15:22:07 +00:00
deploy_site.py Add Retry Logic for Armada Apply 2017-12-13 17:31:14 +00:00
deploy_site.wip Update 'deploy_site' dag for Integration Testing 2017-10-24 01:47:48 +00:00
drydock_deploy_site.py Collapse Extra Subdag Layer Across Dags 2017-12-14 15:22:07 +00:00
failure_handlers.py Add update_site dag, concurrency check 2017-08-23 21:53:50 -05:00
preflight_checks.py Refactor UCP Health Check Operator 2017-12-18 17:24:28 +00:00
redeploy_server.py Linting: Make Shipyard mostly pep8 compliant 2017-09-29 10:58:58 -05:00
update_site.py Linting: Make Shipyard mostly pep8 compliant 2017-09-29 10:58:58 -05:00
validate_site_design.py Collapse Extra Subdag Layer Across Dags 2017-12-14 15:22:07 +00:00