Skip to content

Instantly share code, notes, and snippets.

@JohnPreston
Created August 15, 2014 12:25
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 JohnPreston/5d3b9d320831a51bc940 to your computer and use it in GitHub Desktop.
Save JohnPreston/5d3b9d320831a51bc940 to your computer and use it in GitHub Desktop.
Eucalyptus network JSON config file
{
"InstanceDnsDomain": "eucalyptus.internal",
"InstanceDnsServers": [
"10.1.1.254"
],
"PublicIps": [
"10.104.6.1-10.104.6.62"
],
"Subnets": [],
"Clusters": [
{
"Name": "prc-01",
"MacPrefix": "d0:0d",
"Subnet": {
"Name": "172.33.0.0",
"Subnet": "172.33.0.0",
"Netmask": "255.255.0.0",
"Gateway": "172.33.255.254"
},
"PrivateIps": [
"172.33.1.1-172.33.254.254"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment