Port all templates to HOT
[apex-tripleo-heat-templates.git] / undercloud-vm-ironic-config.yaml
1 resources:
2   undercloudNovaConfig:
3     type: OS::Heat::StructuredConfig
4     properties:
5       config:
6         nova:
7           compute_hostname: undercloud
8           compute_driver: ironic.nova.virt.ironic.driver.IronicDriver
9           compute_manager: ironic.nova.compute.manager.ClusteredComputeManager
10           db: mysql://nova:unset@localhost/nova
11           default_ephemeral_format: ext4
12           host: 127.0.0.1
13           metadata-proxy: false
14           tuning:
15             ram_allocation_ratio: 1.0
16             reserved_host_memory_mb: 0
17           service-password: {get_input: nova_service_password}
18   undercloudIronicConfig:
19     type: OS::Heat::StructuredConfig
20     properties:
21       config:
22         ironic:
23           db: mysql://ironic:unset@localhost/ironic
24           service-password: {get_input: ironic_service_password}
25           virtual_power_ssh_key: {get_input: virtual_power_ssh_key}