Skip to content

Instantly share code, notes, and snippets.

@sofyan48
Created August 7, 2018 10:38
Show Gist options
  • Save sofyan48/a4788d19e92b46c22526ab5dd29940d9 to your computer and use it in GitHub Desktop.
Save sofyan48/a4788d19e92b46c22526ab5dd29940d9 to your computer and use it in GitHub Desktop.
{
"networks": {
"network-coba": {
"parameters": {
"cidr": "192.168.3.0/24",
"gateway": "192.168.3.1"
},
"template": "private"
}
},
"others": {
"key-coba": {
"template": "key-pairs",
"parameters": {
"keypairs": "key-coba"
}
}
},
"instances": {
"vm-coba123": {
"parameters": {
"flavor": "SS2.1",
"image": "CentOS 7.3",
"key_name": "key-coba",
"private_network": "network-coba",
"username": "iank"
},
"template": "vm"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment