Skip to content
Snippets Groups Projects
Commit 6ec8569a authored by Martin Čuchran's avatar Martin Čuchran
Browse files

Update pv176-lab-2.json

parent 40548969
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@
"resource_def":{
"type": "Lib::server_port",
"properties": {
"name": "PV176-port-%index%",
"name": "PV176-2-port-%index%",
"network":{
"get_attr": ["PV176-Network","network_subnet"]
}
......@@ -59,7 +59,7 @@
"resource_def":{
"type": "Lib::server_port_public",
"properties": {
"name": "PV176-public-port-%index%",
"name": "PV176-public-2-port-%index%",
"port_subnet": "PV176-public-subnet",
"network":{
"get_attr": ["PV176-Network","public_network_subnet"]
......@@ -77,7 +77,7 @@
"resource_def":{
"type": "Lib::server_port",
"properties": {
"name": "PV176-port-desktop-%index%",
"name": "PV176-2-port-desktop-%index%",
"network":{
"get_attr": ["PV176-Network","network_subnet"]
}
......@@ -94,7 +94,7 @@
"resource_def":{
"type": "Lib::server_port_public",
"properties": {
"name": "PV176-public-port-desktop-%index%",
"name": "PV176-public-2-port-desktop-%index%",
"port_subnet": "PV176-public-subnet",
"network":{
"get_attr": ["PV176-Network","public_network_subnet"]
......@@ -112,10 +112,10 @@
"resource_def":{
"type": "Lib::server_vm",
"properties":{
"name": "PV176-server-%index%",
"network": "PV176-port-%index%",
"name": "PV176-2-server-%index%",
"network": "PV176-2-port-%index%",
"image": "616004ba-dd41-45b7-9941-3a721c08b077",
"network_public": "PV176-public-port-%index%",
"network_public": "PV176-public-2-port-%index%",
"data": {"get_file": "https://gitlab.ics.muni.cz/396462/PV176/raw/master/Openstack/JSON/powershell/server-init.ps1"},
"administrator_password": { "get_param": "administrator_password" },
"pv176_password": { "get_param": "pv176_password" }
......@@ -132,10 +132,10 @@
"resource_def":{
"type": "Lib::server_vm",
"properties":{
"name": "PV176-desktop-%index%",
"network": "PV176-port-desktop-%index%",
"name": "PV176-2-desktop-%index%",
"network": "PV176-2-port-desktop-%index%",
"image": "6c332dca-831e-4fe2-b45b-7a5d18eb6a98",
"network_public": "PV176-public-port-desktop-%index%",
"network_public": "PV176-public-2-port-desktop-%index%",
"data": {"get_file": "https://gitlab.ics.muni.cz/396462/PV176/raw/master/Openstack/JSON/powershell/desktop-init.ps1"},
"administrator_password": { "get_param": "administrator_password" },
"pv176_password": { "get_param": "pv176_password" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment