Merge "Add Controller scale param to merge.py"
[apex-tripleo-heat-templates.git] / undercloud-vm-nova-config.yaml
1 Resources:
2   undercloudNovaConfig:
3     Type: OS::Heat::StructuredConfig
4     Properties:
5       config:
6         nova:
7           compute_hostname: undercloud
8           compute_driver: baremetal.driver.BareMetalDriver
9           db: mysql://nova:unset@localhost/nova
10           default_ephemeral_format: ext4
11           host: 127.0.0.1
12           metadata-proxy: false
13           tuning:
14             ram_allocation_ratio: 1.0
15             reserved_host_memory_mb: 0
16           baremetal:
17             arch: {get_input: nova_arch}
18             db: mysql://nova:unset@localhost/nova_bm
19             power_manager: {get_input: power_manager}
20             pxe_deploy_timeout: {get_input: pxe_deploy_timeout}
21             virtual_power:
22               user: {get_input: user}
23               ssh_host: {get_input: ssh_host}
24               ssh_key: {get_input: ssh_key}
25               type: virsh
26           service-password: {get_input: nova_service_password}
27