Skip to content

Instantly share code, notes, and snippets.

@jcannava
Created October 26, 2013 13:16
Show Gist options
  • Save jcannava/7169345 to your computer and use it in GitHub Desktop.
Save jcannava/7169345 to your computer and use it in GitHub Desktop.
{
"name": "rh",
"description": "",
"cookbook_versions": {
},
"json_class": "Chef::Environment",
"chef_type": "environment",
"default_attributes": {
},
"override_attributes": {
"osops": {
"do_package_upgrades": true
},
"glance": {
"image_upload": true,
"api": {
"default_store": "file"
},
"images": [
"cirros"
]
},
"mysql": {
"root_network_acl": "%",
"allow_remote_root": true
},
"osops_networks": {
"public": "192.168.253.0/24",
"swift": "192.168.153.0/24",
"management": "192.168.253.0/24",
"nova": "192.168.253.0/24"
},
"vips": {
"neutron-api": "192.168.253.161",
"horizon-dash_ssl": "192.168.253.161",
"nova-ec2-public": "192.168.253.161",
"keystone-admin-api": "192.168.253.161",
"rabbitmq-queue": "192.168.253.161",
"horizon-dash": "192.168.253.161",
"keystone-internal-api": "192.168.253.161",
"keystone-service-api": "192.168.253.161",
"nova-xvpvnc-proxy": "192.168.253.161",
"cinder-api": "192.168.253.161",
"glance-api": "192.168.253.161",
"mysql-db": "192.168.253.162",
"nova-api": "192.168.253.161",
"config": {
"192.168.253.162": {
"network": "public",
"vrid": 12
},
"192.168.253.161": {
"network": "public",
"vrid": 11
},
"192.168.253.160": {
"network": "public",
"vrid": 10
}
},
"glance-registry": "192.168.253.161",
"nova-novnc-proxy": "192.168.253.161"
},
"rabbitmq": {
"cluster": true,
"erlang_cookie": "randomstring"
},
"swift": {
"authmode": "keystone",
"auto_rebuild_rings": true,
"swift_hash": "107c0568ea84"
},
"developer_mode": false,
"nova": {
"apply_patches": true,
"networks": {
"public": {
"label": "public",
"ipv4_cidr": "192.168.153.0/24",
"bridge": "br100",
"network_size": "<t_co>",
"num_networks": "1",
"bridge_dev": "eth3",
"dns1": "8.8.8.8",
"dns2": "8.8.4.4"
}
},
"libvirt": {
"virt_type": "qemu",
"vncserver_listen": "0.0.0.0"
},
"network": {
"provider": "neutron",
"fixed_range": "192.168.153.0/24",
"public_interface": "eth1",
"multi_host": true,
"dmz_cidr": "192.168.253.0/24"
},
"config": {
"ram_allocation_ratio": "1",
"cpu_allocation_ratio": "16",
"use_single_default_gateway": false
},
"platform": {
"nova_scheduler_default_filters": [
"AvailabilityZoneFilter",
"RamFilter",
"ComputeFilter",
"CoreFilter",
"DiskFilter",
"SameHostFilter",
"DifferentHostFilter",
"RetryFilter"
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment