Merge "Set launch-timeout on nodepool providers"

This commit is contained in:
Zuul 2024-09-25 14:34:45 +00:00 committed by Gerrit Code Review
commit f814f280d6
2 changed files with 3 additions and 0 deletions

View File

@ -198,6 +198,7 @@ providers:
# It should be changed carefully. # It should be changed carefully.
cloud: raxflex cloud: raxflex
boot-timeout: 120 boot-timeout: 120
launch-timeout: 600
diskimages: *provider_diskimages diskimages: *provider_diskimages
pools: pools:
- name: main - name: main

View File

@ -107,6 +107,7 @@ providers:
# It should be changed carefully. # It should be changed carefully.
cloud: vexxhost cloud: vexxhost
boot-timeout: 120 boot-timeout: 120
launch-timeout: 600
rate: 0.001 rate: 0.001
diskimages: &provider_diskimages diskimages: &provider_diskimages
- name: centos-9-stream - name: centos-9-stream
@ -214,6 +215,7 @@ providers:
# It should be changed carefully. # It should be changed carefully.
cloud: vexxhost cloud: vexxhost
boot-timeout: 120 boot-timeout: 120
launch-timeout: 600
rate: 0.001 rate: 0.001
diskimages: *provider_diskimages diskimages: *provider_diskimages
pools: pools: