shipyard/shipyard_airflow/control/configdocs
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
..
__init__.py Refactor API to organize directories 2017-10-19 15:54:06 -05:00
configdocs_api.py Shipyard API for Configdocs Status 2018-01-05 09:50:09 -06:00
configdocs_helper.py Increase timeout and Update deckhand_load_yaml Script 2018-01-08 18:27:58 +00:00
deckhand_client.py Defect fix validation calls to UCP components 2017-12-05 13:34:44 -06:00
rendered_configdocs_api.py Logging to use request scope provided by uwsgi and standard logging filters 2017-11-21 14:45:40 -06:00