tripleo-image-elements/elements/seed-stack-config/config.json

85 lines
2.4 KiB
JSON

{
"OpenStack::Heat::Stack": {
},
"admin-password": "unset",
"admin-token": "unset",
"db-password": "unset",
"local-ipv4": "192.0.2.1",
"keystone": {
"host": "127.0.0.1",
"db": "mysql://keystone:unset@localhost/keystone"
},
"rabbit": {
"host": "127.0.0.1",
"password": "guest"
},
"glance": {
"backend": "file",
"host": "127.0.0.1",
"db": "mysql://glance:unset@localhost/glance",
"service-password": "unset"
},
"nova": {
"compute_hostname": "seed",
"host": "127.0.0.1",
"db": "mysql://nova:unset@localhost/nova",
"compute_driver": "baremetal.driver.BareMetalDriver",
"tuning": {
"ram_allocation_ratio": "1.0",
"reserved_host_memory_mb": "0"
},
"baremetal": {
"arch": "i386",
"db": "mysql://nova:unset@localhost/nova_bm",
"power_manager": "nova.virt.baremetal.virtual_power_driver.VirtualPowerManager",
"pxe_deploy_timeout": "2400",
"use_file_injection": "False",
"virtual_power": {
"user": "stack",
"key": "/opt/stack/boot-stack/virtual-power-key",
"ssh_host": "192.168.122.1",
"type": "virsh"
}
},
"metadata-proxy": "false",
"service-password": "unset"
},
"bootstack": {
"public_interface_ip": "192.0.2.1/24",
"masquerade_networks": ["192.0.2.0/24"]
},
"cinder": {
"db": "mysql://cinder:unset@localhost/cinder",
"volume_size_mb": "5000",
"service-password": "unset"
},
"neutron": {
"host": "127.0.0.1",
"ovs_db": "mysql://neutron:unset@localhost/ovs_neutron?charset=utf8",
"ovs": {
"bridge_mappings": "ctlplane:br-ctlplane",
"dnsmasq_range": ["192.0.2.4", "192.0.2.4"],
"enable_tunneling": "False",
"network_vlan_ranges": "ctlplane",
"physical_bridge": "br-ctlplane",
"physical_network": "ctlplane",
"public_interface": "eth1",
"tenant_network_type": "vlan"
},
"service-password": "unset"
},
"heat": {
"db": "mysql://heat:unset@localhost/heat",
"auth_encryption_key": "unset___________",
"watch_server_url": "http://192.0.2.1:8003",
"waitcondition_server_url": "http://192.0.2.1:8000/v1/waitcondition",
"metadata_server_url": "http://192.0.2.1:8000",
"admin_tenant_name": "service",
"admin_user": "heat",
"admin_password": "unset"
},
"horizon": {
"secret_key": "unset___________"
}
}