openstack-chef-repo/environments/multinode-ubuntu16.json
Samuel Cassiba f6ce85b324 Initial repo Pike updates
- Switched default linter to cookstyle
- Renamed rake tasks to conform with Chef conventions
- Added repo, memcached, libvirtd overrides for testing
- Added Python wrapper recipe

Change-Id: I91d380006d8ca8b81a05c629aff444321ada13e7
2017-09-27 09:04:37 +00:00

136 lines
4.5 KiB
JSON

{
"name": "multinode-ubuntu16",
"cookbook_versions": {
},
"json_class": "Chef::Environment",
"chef_type": "environment",
"default_attributes": {
"apache": {
"listen": []
},
"apt": {
"compile_time_update" : true
}
},
"override_attributes": {
"openstack": {
"apt": {
"unattended_upgrades": {
"enable": false
},
"update_apt_cache": true
},
"sysctl": {
"net.ipv4.ip_forward": 1
},
"endpoints": {
"db": { "host": "192.168.101.60" },
"mq": { "host": "192.168.101.60" },
"admin": {
"identity": { "host": "192.168.101.60" },
"network": { "host": "192.168.101.60" },
"image_api": { "host": "192.168.101.60" },
"image_registry": { "host": "192.168.101.60" },
"block-storage": { "host": "192.168.101.60" },
"compute-api": { "host": "192.168.101.60" },
"compute-metadata-api": { "host": "192.168.101.60" },
"compute-novnc": { "host": "192.168.101.60" },
"orchestration-api": { "host": "192.168.101.60" },
"orchestration-api-cfn": { "host": "192.168.101.60" },
"orchestration-api-cloudwatch": { "host": "192.168.101.60" },
"placement-api": { "host": "192.168.101.60" }
},
"internal": {
"identity": { "host": "192.168.101.60" },
"network": { "host": "192.168.101.60" },
"image_api": { "host": "192.168.101.60" },
"image_registry": { "host": "192.168.101.60" },
"block-storage": { "host": "192.168.101.60" },
"compute-api": { "host": "192.168.101.60" },
"compute-metadata-api": { "host": "192.168.101.60" },
"compute-novnc": { "host": "192.168.101.60" },
"orchestration-api": { "host": "192.168.101.60" },
"orchestration-api-cfn": { "host": "192.168.101.60" },
"orchestration-api-cloudwatch": { "host": "192.168.101.60" },
"placement-api": { "host": "192.168.101.60" }
},
"public": {
"identity": { "host": "192.168.101.60" },
"network": { "host": "192.168.101.60" },
"image_api": { "host": "192.168.101.60" },
"image_registry": { "host": "192.168.101.60" },
"block-storage": { "host": "192.168.101.60" },
"compute-api": { "host": "192.168.101.60" },
"compute-metadata-api": { "host": "192.168.101.60" },
"compute-novnc": { "host": "192.168.101.60" },
"orchestration-api": { "host": "192.168.101.60" },
"orchestration-api-cfn": { "host": "192.168.101.60" },
"orchestration-api-cloudwatch": { "host": "192.168.101.60" },
"placement-api": { "host": "192.168.101.60" }
}
},
"bind_service": {
"db": { "host": "192.168.101.60" },
"mq": { "host": "192.168.101.60" },
"main": {
"identity": { "host": "0.0.0.0" }
},
"admin": {
"identity": { "host": "0.0.0.0" }
},
"all": {
"network": { "host": "0.0.0.0" },
"image_api": { "host": "0.0.0.0" },
"image_registry": { "host": "0.0.0.0" },
"block-storage": { "host": "0.0.0.0" },
"compute-api": { "host": "0.0.0.0" },
"compute-metadata-api": { "host": "0.0.0.0" },
"compute-novnc": { "host": "0.0.0.0" },
"orchestration-api": { "host": "0.0.0.0" },
"orchestration-api-cfn": { "host": "0.0.0.0" },
"orchestration-api-cloudwatch": { "host": "0.0.0.0" },
"placement-api": { "host": "0.0.0.0" }
}
},
"dashboard": {
"server_hostname": "localhost"
},
"mq": {
"user": "admin"
},
"network": {
"plugins": {
"ml2_openvswitch": {
"conf": {
"ml2_type_vxlan": {
"vni_ranges": "65537:69999",
"vxlan_group": "239.1.1.40"
}
}
}
},
"tun_network_bridge_interface": "enp0s8",
"conf": {
"DEFAULT": {
"service_plugins": "router"
},
"transport_url": { "rabbit_host": "192.168.101.60" },
"ml2": { "tenant_network_types": "vxlan" }
}
},
"image": {
"image_upload": true
},
"compute": {
"conf": {
"libvirt": {
"cpu_type": "none",
"virt_type": "qemu"
},
"transport_url": { "rabbit_host": "192.168.101.60" }
}
}
}
}
}