Created
August 7, 2018 10:38
-
-
Save sofyan48/a4788d19e92b46c22526ab5dd29940d9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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