mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update sl_vm.py (#2267)
There was a mistype in DATACENTER list with 'lon2', changed to 'lon02'.
This commit is contained in:
parent
a9bc509a96
commit
79c24ff30d
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ import time
|
||||||
|
|
||||||
#TODO: get this info from API
|
#TODO: get this info from API
|
||||||
STATES = ['present', 'absent']
|
STATES = ['present', 'absent']
|
||||||
DATACENTERS = ['ams01','ams03','dal01','dal05','dal06','dal09','fra02','hkg02','hou02','lon2','mel01','mex01','mil01','mon01','par01','sjc01','sjc03','sao01','sea01','sng01','syd01','tok02','tor01','wdc01','wdc04']
|
DATACENTERS = ['ams01','ams03','dal01','dal05','dal06','dal09','fra02','hkg02','hou02','lon02','mel01','mex01','mil01','mon01','par01','sjc01','sjc03','sao01','sea01','sng01','syd01','tok02','tor01','wdc01','wdc04']
|
||||||
CPU_SIZES = [1,2,4,8,16]
|
CPU_SIZES = [1,2,4,8,16]
|
||||||
MEMORY_SIZES = [1024,2048,4096,6144,8192,12288,16384,32768,49152,65536]
|
MEMORY_SIZES = [1024,2048,4096,6144,8192,12288,16384,32768,49152,65536]
|
||||||
INITIALDISK_SIZES = [25,100]
|
INITIALDISK_SIZES = [25,100]
|
||||||
|
|
Loading…
Reference in a new issue