shipyard/shipyard_airflow/control
Anthony Lin a02f79a729 Increase timeout and Update deckhand_load_yaml Script
We are getting the following errors in [0] when executing
the shipyard CLI due to timeout issue.

We will be increasing the timeout from 30 seconds to 60
seconds to allow more time for site validations.

There is another problem with the deckhand_load_yaml script
as the environment variables were defined but not exported.

This p.s. is meant to address these 2 issues.

[0] Error messages

root@genesis:~# shipyard commit configdocs
Error: Validations failed
Reason: Validation
- Error: Drydock unable to validate configdocs
- Error: HTTPConnectionPool(host='drydock-api.ucp.svc.cluster.local', port=9000): Read timed out. (read timeout=30)
- Error: Armada unable to validate configdocs
- Error: HTTPConnectionPool(host='armada-api.ucp.svc.cluster.local', port=8000): Read timed out. (read timeout=30)
root@genesis:~#

Change-Id: Ia04d244077c9f809e19aca1b47ce178eb5984b0c
2018-01-08 18:27:58 +00:00
..
action Unit Tests for ActionsResource 2017-11-30 08:44:32 -06:00
af_monitoring Unit Test for WorkflowResource and WorkflowIdResource 2017-12-05 11:43:26 -06:00
configdocs Increase timeout and Update deckhand_load_yaml Script 2018-01-08 18:27:58 +00:00
middleware Add __init__ to middleware directory 2017-11-27 11:47:36 -06:00
__init__.py Add Action API 2017-09-22 21:47:13 -05:00
api.py Shipyard API for Configdocs Status 2018-01-05 09:50:09 -06:00
api_lock.py Document staging api 2017-10-18 18:39:24 -05:00
base.py Logging to use request scope provided by uwsgi and standard logging filters 2017-11-21 14:45:40 -06:00
health.py Add Action API 2017-09-22 21:47:13 -05:00
json_schemas.py Logging to use request scope provided by uwsgi and standard logging filters 2017-11-21 14:45:40 -06:00
service_endpoints.py Document staging api 2017-10-18 18:39:24 -05:00
start_shipyard.py Logging to use request scope provided by uwsgi and standard logging filters 2017-11-21 14:45:40 -06:00
ucp_logging.py Logging to use request scope provided by uwsgi and standard logging filters 2017-11-21 14:45:40 -06:00