Scripts
create-vm - creates a new vm defined by paramters
print-create-env-commands - reads conf/env.yaml file and prints commands needed to create full environment
print-destroy-env-commands - reads conf/env.yaml file, queries the current state and prints commands needed to desroy whole environment
create-vm --id 10 --name dns.wrx.sckt.net --cpu 1 --ram 4096 --disks '[8]' --netconf '{"mgmt0": {"ip": "10.14.0.10/24", "macaddr": "bc:24:11:99:04:0a"}, "srvc0": {"ip": "10.34.10.10/24", "macaddr": "bc:24:11:99:06:0a"}}'
create-vm --id 16 --name deployment.wrx.sckt.net --cpu 1 --ram 4096 --disks '[8]' --netconf '{"mgmt0": {"ip": "10.14.0.16/24", "macaddr": "bc:24:11:99:04:10"}, "cpln0": {"ip": "10.20.8.16/24", "macaddr": "bc:24:11:99:00:10"}, "strg0": {"ip": "10.20.21.16/24", "macaddr": "bc:24:11:99:07:10"}}'
create-vm --id 17 --name registry.wrx.sckt.net --cpu 1 --ram 4096 --disks '[128]' --netconf '{"mgmt0": {"ip": "10.14.0.17/24", "macaddr": "bc:24:11:99:04:11"}, "srvc0": {"ip": "10.34.10.17/24", "macaddr": "bc:24:11:99:06:11"}}'
create-vm --id 18 --name recorder.wrx.sckt.net --cpu 1 --ram 4096 --disks '[8]' --netconf '{"mgmt0": {"ip": "10.14.0.18/24", "macaddr": "bc:24:11:99:04:12"}, "srvc0": {"ip": "10.34.10.18/24", "macaddr": "bc:24:11:99:06:12"}}'