Skip to content

Instantly share code, notes, and snippets.

@viglesiasce
Last active August 29, 2015 13:59
Show Gist options
  • Select an option

  • Save viglesiasce/10816163 to your computer and use it in GitHub Desktop.

Select an option

Save viglesiasce/10816163 to your computer and use it in GitHub Desktop.
{
"eucalyptus": {
"yum-options": "--nogpg",
"eucalyptus-repo": "http://downloads.eucalyptus.com/software/eucalyptus/nightly/4.0/centos/6/x86_64/",
"euca2ools-repo": "http://downloads.eucalyptus.com/software/euca2ools/nightly/3.1/centos/6/x86_64/",
"install-load-balancer": false,
"install-imaging-worker": false,
"topology": {
"clc-1": "10.0.1.188",
"walrus": "10.0.1.188",
"user-facing": ["10.0.1.188"],
"clusters": {
"default": {
"cc-1": "10.0.1.188",
"sc-1": "10.0.1.188",
"storage-backend": "das",
"das-device": "vg01",
"nodes": "10.0.1.188"
}
}
},
"network": {
"mode": "EDGE",
"public-interface": "br0",
"private-interface": "br0",
"bridged-nic":"eth0",
"bridge-ip": "10.0.1.188",
"bridge-netmask": "255.255.255.0",
"bridge-gateway": "10.0.1.1",
"config-json": {
"InstanceDnsDomain" : "eucalyptus.internal",
"InstanceDnsServers": ["192.168.192.1"],
"PublicIps": ["192.168.1.210-192.168.1.250"],
"Clusters": [
{
"Name": "default",
"MacPrefix": "d0:0d",
"Subnet": {
"Name": "192.168.192.0",
"Subnet": "192.168.192.0",
"Netmask": "255.255.255.0",
"Gateway": "192.168.192.1"
}
}
]
}
}
},
"run_list": [
"recipe[eucalyptus::cloud-controller]",
"recipe[eucalyptus::register-components]",
"recipe[eucalyptus::user-console]",
"recipe[eucalyptus::storage-controller]",
"recipe[eucalyptus::walrus]",
"recipe[eucalyptus::cluster-controller]",
"recipe[eucalyptus::register-nodes]",
"recipe[eucalyptus::node-controller]",
"recipe[eucalyptus::configure]",
"recipe[eucalyptus::create-first-resources]"
]
}
@viglesiasce
Copy link
Copy Markdown
Author

  • Added register-components recipe
  • Set network mode to EDGE
  • Altered IP for my instance

@viglesiasce
Copy link
Copy Markdown
Author

Add gateway and netmask

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment