Merge "Add warning to nodepool configs about changing cloud name"
This commit is contained in:
commit
371ec90145
@ -44,6 +44,8 @@ labels:
|
||||
providers:
|
||||
- name: rax-dfw
|
||||
region-name: 'DFW'
|
||||
# Changing this cloud value impacts things like mirror names in jobs.
|
||||
# It should be changed carefully.
|
||||
cloud: rax
|
||||
boot-timeout: 120
|
||||
launch-timeout: 600
|
||||
@ -139,6 +141,8 @@ providers:
|
||||
key-name: infra-root-keys-2020-05-13
|
||||
- name: rax-iad
|
||||
region-name: 'IAD'
|
||||
# Changing this cloud value impacts things like mirror names in jobs.
|
||||
# It should be changed carefully.
|
||||
cloud: rax
|
||||
boot-timeout: 120
|
||||
launch-timeout: 600
|
||||
@ -151,6 +155,8 @@ providers:
|
||||
|
||||
- name: rax-ord
|
||||
region-name: 'ORD'
|
||||
# Changing this cloud value impacts things like mirror names in jobs.
|
||||
# It should be changed carefully.
|
||||
cloud: rax
|
||||
boot-timeout: 120
|
||||
# Under load, this region can take a very long time to launch instances,
|
||||
|
@ -55,6 +55,8 @@ labels:
|
||||
providers:
|
||||
- name: inmotion-iad3
|
||||
region-name: 'iad3'
|
||||
# Changing this cloud value impacts things like mirror names in jobs.
|
||||
# It should be changed carefully.
|
||||
cloud: inmotion
|
||||
boot-timeout: 120
|
||||
launch-timeout: 300
|
||||
|
@ -97,6 +97,8 @@ labels:
|
||||
providers:
|
||||
- name: vexxhost-ca-ymq-1
|
||||
region-name: 'ca-ymq-1'
|
||||
# Changing this cloud value impacts things like mirror names in jobs.
|
||||
# It should be changed carefully.
|
||||
cloud: vexxhost
|
||||
boot-timeout: 120
|
||||
rate: 0.001
|
||||
@ -193,6 +195,8 @@ providers:
|
||||
|
||||
- name: vexxhost-sjc1
|
||||
region-name: sjc1
|
||||
# Changing this cloud value impacts things like mirror names in jobs.
|
||||
# It should be changed carefully.
|
||||
cloud: vexxhost
|
||||
boot-timeout: 120
|
||||
rate: 0.001
|
||||
@ -330,6 +334,8 @@ providers:
|
||||
|
||||
- name: linaro-regionone
|
||||
region-name: 'RegionOne'
|
||||
# Changing this cloud value impacts things like mirror names in jobs.
|
||||
# It should be changed carefully.
|
||||
cloud: linaro
|
||||
boot-timeout: 600
|
||||
launch-timeout: 800
|
||||
@ -415,6 +421,8 @@ providers:
|
||||
|
||||
- name: osuosl-regionone
|
||||
region-name: 'RegionOne'
|
||||
# Changing this cloud value impacts things like mirror names in jobs.
|
||||
# It should be changed carefully.
|
||||
cloud: osuosl
|
||||
boot-timeout: 600
|
||||
launch-timeout: 800
|
||||
|
@ -47,6 +47,8 @@ labels:
|
||||
providers:
|
||||
- name: ovh-bhs1
|
||||
region-name: 'BHS1'
|
||||
# Changing this cloud value impacts things like mirror names in jobs.
|
||||
# It should be changed carefully.
|
||||
cloud: ovh
|
||||
boot-timeout: 120
|
||||
launch-timeout: 600
|
||||
@ -183,6 +185,8 @@ providers:
|
||||
|
||||
- name: ovh-gra1
|
||||
region-name: 'GRA1'
|
||||
# Changing this cloud value impacts things like mirror names in jobs.
|
||||
# It should be changed carefully.
|
||||
cloud: ovh
|
||||
boot-timeout: 120
|
||||
launch-timeout: 600
|
||||
|
Loading…
x
Reference in New Issue
Block a user