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:
parent
44dafaa96e
commit
0fbcb3ac17
@ -155,7 +155,7 @@ data:
|
|||||||
release: maas
|
release: maas
|
||||||
namespace: ucp
|
namespace: ucp
|
||||||
wait:
|
wait:
|
||||||
timeout: 600
|
timeout: 1800
|
||||||
labels:
|
labels:
|
||||||
release_group: airship-maas
|
release_group: airship-maas
|
||||||
install:
|
install:
|
||||||
@ -179,6 +179,10 @@ data:
|
|||||||
proxy:
|
proxy:
|
||||||
node_port:
|
node_port:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
jobs:
|
||||||
|
import_boot_resources:
|
||||||
|
timeout: 1800
|
||||||
|
|
||||||
conf:
|
conf:
|
||||||
cache:
|
cache:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -19,7 +19,7 @@ data:
|
|||||||
deploy_timeout: 3600
|
deploy_timeout: 3600
|
||||||
destroy_interval: 30
|
destroy_interval: 30
|
||||||
destroy_timeout: 900
|
destroy_timeout: 900
|
||||||
join_wait: 120
|
join_wait: 0
|
||||||
prepare_node_interval: 30
|
prepare_node_interval: 30
|
||||||
prepare_node_timeout: 1800
|
prepare_node_timeout: 1800
|
||||||
prepare_site_interval: 10
|
prepare_site_interval: 10
|
||||||
|
Loading…
Reference in New Issue
Block a user