Adjust timeouts for deployment/MAAS

- MAAS can be slow on downloading images required.
 - Deployment of full-site takes 1h+

Change-Id: Id64d741a61ed3995ead61f1d3b219d5d3c021e6e
This commit is contained in:
Kaspars Skels 2018-10-13 11:38:12 -05:00
parent 44dafaa96e
commit 0fbcb3ac17
2 changed files with 6 additions and 2 deletions

View File

@ -155,7 +155,7 @@ data:
release: maas
namespace: ucp
wait:
timeout: 600
timeout: 1800
labels:
release_group: airship-maas
install:
@ -179,6 +179,10 @@ data:
proxy:
node_port:
enabled: true
jobs:
import_boot_resources:
timeout: 1800
conf:
cache:
enabled: true

View File

@ -19,7 +19,7 @@ data:
deploy_timeout: 3600
destroy_interval: 30
destroy_timeout: 900
join_wait: 120
join_wait: 0
prepare_node_interval: 30
prepare_node_timeout: 1800
prepare_site_interval: 10