Skip to content

Instantly share code, notes, and snippets.

@Apsu
Last active December 17, 2015 23:19
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 Apsu/5688756 to your computer and use it in GitHub Desktop.
Save Apsu/5688756 to your computer and use it in GitHub Desktop.
Grizzly Quantum Environment
{
"name": "grizzly",
"description": "",
"cookbook_versions": {
},
"json_class": "Chef::Environment",
"chef_type": "environment",
"default_attributes": {
},
"override_attributes": {
"nova": {
"network": {
"provider": "quantum"
}
},
"quantum": {
"ovs": {
"network_type": "gre",
"provider_networks": [
{
"label": "ph-eth1",
"bridge": "br-eth1",
"vlans": "1:1000"
}
]
}
},
"mysql": {
"allow_remote_root": true,
"root_network_acl": "%"
},
"osops_networks": {
"nova": "192.168.100.0/24",
"public": "192.168.100.0/24",
"management": "192.168.100.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