Skip to content

Instantly share code, notes, and snippets.

@claco
Created August 9, 2013 15:48
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 claco/6194705 to your computer and use it in GitHub Desktop.
Save claco/6194705 to your computer and use it in GitHub Desktop.
{
"name": "development",
"description": "",
"cookbook_versions": {
"apache2": "= 1.6.7",
"apt": "= 2.0.1",
"aws": "= 0.101.3",
"build-essential": "= 1.4.1",
"ceilometer": "= 0.0.1",
"cinder": "= 0.0.10",
"collectd": "= 1.0.15",
"collectd-graphite": "= 0.0.16",
"collectd-plugins": "= 1.0.15",
"database": "= 1.4.1",
"dsh": "= 0.0.17",
"erlang": "= 1.3.0",
"exerstack": "= 1.0.13",
"glance": "= 1.0.19",
"graphite": "= 0.0.16",
"haproxy": "= 1.0.6",
"hardware": "= 0.0.16",
"horizon": "= 1.0.16",
"iptables": "= 0.12.0",
"keepalived": "= 1.0.5",
"keystone": "= 1.0.20",
"kong": "= 1.0.14",
"memcached": "= 1.4.1",
"memcached-openstack": "= 0.1.0",
"modules": "= 0.1.14",
"monit": "= 1.0.15",
"monitoring": "= 0.0.15",
"mysql": "= 3.0.3",
"mysql-openstack": "= 1.0.14",
"nova": "= 1.0.21",
"nova-network": "= 1.0.21",
"ntp": "= 1.3.2",
"openssh": "= 1.2.1",
"openssl": "= 1.0.2",
"openstack-ha": "= 1.0.6",
"openstack-logging": "= 0.1.0",
"openstack-monitoring": "= 0.1.0",
"osops-utils": "= 1.0.16",
"postgresql": "= 3.0.3",
"rabbitmq": "= 2.1.3",
"rabbitmq-openstack": "= 1.0.13",
"rsyslog": "= 1.6.1",
"runit": "= 1.1.7",
"selinux": "= 0.5.6",
"sosreport": "= 1.0.21",
"swift": "= 1.0.16",
"sysctl": "= 0.1.15",
"tempest": "= 0.1.7",
"xfs": "= 1.1.0",
"yum": "= 2.1.0",
"chef_handler": "= 1.1.4",
"windows": "= 1.8.10",
"dmg": "= 1.1.0",
"git": "= 2.5.2",
"swift-lite": "= 1.0.16",
"swift-private-cloud": "= 1.0.0"
},
"json_class": "Chef::Environment",
"chef_type": "environment",
"default_attributes": {
},
"override_attributes": {
"osops_networks": {
"nova": "10.10.10.0/24",
"management": "10.10.10.0/24",
"public": "10.10.10.0/24",
"swift-storage": "10.10.10.0/24",
"swift-replication": "10.10.10.0/24",
"swift-proxy": "10.10.10.0/24",
"swift-management": "10.10.10.0/24"
},
"nova": {
},
"mysql": {
"allow_remote_root": true,
"root_network_acl": "%"
},
"swift-private-cloud": {
"network": {
"management": "10.10.10.0/24"
},
"swift_common": {
"swift_hash_prefix": "changeme"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment