Skip to content

Instantly share code, notes, and snippets.

@jduhamel
Created June 15, 2013 19:13
Show Gist options
  • Save jduhamel/5789226 to your computer and use it in GitHub Desktop.
Save jduhamel/5789226 to your computer and use it in GitHub Desktop.
{
"name": "simple",
"description": "Simple environment that requires a network node of 192.168.122.0/24",
"cookbook_versions": {
},
"json_class": "Chef::Environment",
"chef_type": "environment",
"default_attributes": {
},
"override_attributes": {
"nova": {
"network": {
"provider": "quantum"
}
},
"mysql": {
"allow_remote_root": true,
"root_network_acl": "%"
},
"osops_networks": {
"nova": "192.168.122.0/24",
"public": "192.168.122.0/24",
"management": "192.168.122.0/24"
},
"glance": {
"image_upload": true,
"images": [
"cirros",
"precise"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment