temp
This commit is contained in:
parent
945378029d
commit
6f726905f7
@ -103,12 +103,12 @@ runcmd:
|
|||||||
'''
|
'''
|
||||||
|
|
||||||
db_server_resp = client.servers.create(
|
db_server_resp = client.servers.create(
|
||||||
name=DB_SERVER_NAME,
|
name='s440054_3_2_db',
|
||||||
server_type=ServerType(MACHINE_TYPE),
|
server_type=ServerType('cx11'),
|
||||||
image=Image(name=MACHINE_OS),
|
image=Image(name='ubuntu-20.04'),
|
||||||
ssh_keys=[ssh_key],
|
ssh_keys=[ssh_key],
|
||||||
networks=[vnet],
|
networks=[vnet],
|
||||||
location=Location(MACHINE_LOCATION),
|
location=Location('hel1'),
|
||||||
user_data=cloud_init_db
|
user_data=cloud_init_db
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user