Skip to content

Instantly share code, notes, and snippets.

@ehelms
Created June 13, 2016 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ehelms/8761f678fe77f6fa13907e8ed6fb875b to your computer and use it in GitHub Desktop.
Save ehelms/8761f678fe77f6fa13907e8ed6fb875b to your computer and use it in GitHub Desktop.
{
"domains": {
"satellite.example.com": {
"nics": [
{
"net": "testenv"
},
{
"net": "sat"
}
],
"disks": [
{
"template_name": "rhel7_2_host",
"type": "template",
"name": "root",
"dev": "vda",
"format": "qcow2",
"size": "100G"
}
],
"memory": 4096
},
"capsule.example.com": {
"nics": [
{
"net": "testenv"
},
{
"net": "sat"
}
],
"disks": [
{
"template_name": "rhel7_2_host",
"type": "template",
"name": "root",
"dev": "vda",
"format": "qcow2"
}
],
"memory": 2056
}
},
"nets": {
"testenv": {
"dhcp": {
"start": 100,
"end": 254
},
"management": true,
"type": "nat"
},
"sat": {
"management": false,
"type": "bridge"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment