Created
October 22, 2013 15:03
-
-
Save breu/7102318 to your computer and use it in GitHub Desktop.
v4.1.3rc environment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "rh", | |
"description": "", | |
"cookbook_versions": { | |
}, | |
"json_class": "Chef::Environment", | |
"chef_type": "environment", | |
"default_attributes": { | |
}, | |
"override_attributes": { | |
"developer_mode": true, | |
"vips": { | |
"horizon-dash": "192.168.0.251", | |
"keystone-service-api": "192.168.0.251", | |
"nova-xvpvnc-proxy": "192.168.0.251", | |
"nova-api": "192.168.0.251", | |
"cinder-api": "192.168.0.251", | |
"nova-ec2-public": "192.168.0.251", | |
"nova-novnc-proxy": "192.168.0.251", | |
"mysql-db": "192.168.0.252", | |
"rabbitmq-queue": "192.168.0.250", | |
"glance-api": "192.168.0.251", | |
"horizon-dash_ssl": "192.168.0.251", | |
"glance-registry": "192.168.0.251", | |
"keystone-admin-api": "192.168.0.251", | |
"keystone-internal-api": "192.168.0.251", | |
"config": { | |
"192.168.0.250": { | |
"vrid": 10, | |
"network": "public" | |
}, | |
"192.168.0.251": { | |
"vrid": 11, | |
"network": "public" | |
}, | |
"192.168.0.252": { | |
"vrid": 12, | |
"network": "public" | |
} | |
} | |
}, | |
"rabbitmq": { | |
"cluster": true, | |
"cluster_disk_nodes": [ | |
"rabbit@breu-mini-infra1", | |
"rabbit@breu-mini-infra2" | |
], | |
"erlang_cookie": "randomstring" | |
}, | |
"nova": { | |
"platform": { | |
"nova_scheduler_default_filters": [ | |
"AvailabilityZoneFilter", | |
"RamFilter", | |
"ComputeFilter", | |
"CoreFilter", | |
"DiskFilter", | |
"SameHostFilter", | |
"DifferentHostFilter", | |
"RetryFilter" | |
] | |
}, | |
"networks": { | |
"public": { | |
"bridge": "br100", | |
"num_networks": "1", | |
"dns2": "8.8.4.4", | |
"dns1": "8.8.8.8", | |
"ipv4_cidr": "192.168.1.0/24", | |
"network_size": "256", | |
"label": "public", | |
"bridge_dev": "eth3" | |
} | |
}, | |
"config": { | |
"use_single_default_gateway": false, | |
"ram_allocation_ratio": "1", | |
"cpu_allocation_ratio": "16" | |
}, | |
"network": { | |
"dmz_cidr": "192.168.0.0/24", | |
"public_interface": "eth1", | |
"multi_host": true, | |
"fixed_range": "192.168.1.0/24" | |
}, | |
"apply_patches": true, | |
"libvirt": { | |
"vncserver_listen": "0.0.0.0", | |
"virt_type": "qemu" | |
} | |
}, | |
"osops": { | |
"do_package_upgrades": true | |
}, | |
"osops_networks": { | |
"nova": "192.168.0.0/24", | |
"public": "192.168.0.0/24", | |
"management": "192.168.0.0/24", | |
"swift": "192.168.1.0/24" | |
}, | |
"swift": { | |
"swift_hash": "107c0568ea84", | |
"authmode": "keystone", | |
"auto_rebuild_rings": true | |
}, | |
"mysql": { | |
"allow_remote_root": true, | |
"root_network_acl": "%" | |
}, | |
"glance": { | |
"image_upload": true, | |
"images": [ | |
"cirros" | |
], | |
"api": { | |
"default_store": "file" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment