openstack-chef/environments/multinode.json

196 lines
4.2 KiB
JSON

{
"name": "multinode",
"default_attributes": {
"apache": {
"listen": [
]
}
},
"override_attributes": {
"openstack": {
"is_release": true,
"apt": {
"update_apt_cache": true
},
"telemetry": {
"conf": {
"DEFAULT": {
"meter_dispatchers": "database"
}
}
},
"integration-test": {
"conf": {
"service_available": {
"ceilometer": false,
"heat": false,
"horizon": false
}
}
},
"endpoints": {
"db": {
"host": "192.168.101.60"
},
"mq": {
"host": "192.168.101.60"
},
"internal": {
"bare_metal": {
"host": "192.168.101.60"
},
"identity": {
"host": "192.168.101.60"
},
"network": {
"host": "192.168.101.60"
},
"image_api": {
"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"
},
"placement-api": {
"host": "192.168.101.60"
}
},
"public": {
"bare_metal": {
"host": "192.168.101.60"
},
"identity": {
"host": "192.168.101.60"
},
"network": {
"host": "192.168.101.60"
},
"image_api": {
"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"
},
"placement-api": {
"host": "192.168.101.60"
}
}
},
"bind_service": {
"db": {
"host": "192.168.101.60"
},
"mq": {
"host": "192.168.101.60"
},
"public": {
"identity": {
"host": "0.0.0.0"
}
},
"internal": {
"identity": {
"host": "0.0.0.0"
}
},
"all": {
"bare_metal": {
"host": "0.0.0.0"
},
"network": {
"host": "0.0.0.0"
},
"image_api": {
"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"
},
"placement-api": {
"host": "0.0.0.0"
}
}
},
"dashboard": {
"server_hostname": "controller.example.net"
},
"memcached_servers": [
"192.168.101.60:11211"
],
"mq": {
"user": "admin"
},
"network": {
"conf": {
"DEFAULT": {
"service_plugins": "router"
},
"transport_url": {
"rabbit_host": "192.168.101.60"
}
}
},
"image": {
"image_upload": true
},
"compute": {
"conf": {
"libvirt": {
"cpu_type": "none",
"virt_type": "qemu"
},
"transport_url": {
"rabbit_host": "192.168.101.60"
}
}
}
}
}
}