Skip to content

Instantly share code, notes, and snippets.

@tomellis
Created July 29, 2013 11:59
Show Gist options
  • Save tomellis/6103852 to your computer and use it in GitHub Desktop.
Save tomellis/6103852 to your computer and use it in GitHub Desktop.
RPC Environment Configuration
{
"name": "grizzly",
"description": "",
"cookbook_versions": {
},
"json_class": "Chef::Environment",
"chef_type": "environment",
"default_attributes": {
},
"override_attributes": {
"vips": {
"cinder-api": "10.1.201.253",
"glance-api": "10.1.201.253",
"glance-registry": "10.1.201.253",
"horizon-dash": "10.1.201.253",
"horizon-dash_ssl": "10.1.201.253",
"keystone-admin-api": "10.1.201.253",
"keystone-service-api": "10.1.201.253",
"keystone-internal-api": "10.1.201.253",
"mysql-db": "10.1.201.250",
"nova-api": "10.1.201.253",
"nova-ec2-public": "10.1.201.253",
"nova-novnc-proxy": "10.1.201.253",
"nova-xvpvnc-proxy": "10.1.201.253",
"rabbitmq-queue": "10.1.201.252"
},
"nova": {
"networks": [
{
"label": "public",
"bridge_dev": "eth2",
"dns2": "8.8.4.4",
"num_networks": "1",
"ipv4_cidr": "10.1.201.0/24",
"network_size": "255",
"bridge": "br100",
"dns1": "8.8.8.8"
}
]
},
"horizon": {
"theme": "Rackspace"
},
"mysql": {
"allow_remote_root": true,
"root_network_acl": "%"
},
"osops_networks": {
"nova": "10.1.201.0/24",
"public": "10.1.201.0/24",
"management": "10.1.201.0/24"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment