Use merge.py for the undercloud templates.
[apex-tripleo-heat-templates.git] / undercloud-vm-source.yaml
1 Parameters:
2   NeutronPublicInterface:
3     Default: eth0
4     Description: What interface to bridge onto br-ex for network nodes.
5     Type: String
6   PowerManager:
7     Default: nova.virt.baremetal.virtual_power_driver.VirtualPowerManager
8     Description: Bare metal power manager driver.
9     Type: String
10   PowerUserName:
11     Default: stack
12     Description: What username to ssh to the virtual power host with.
13     Type: String
14 Resources:
15   notcomputeConfig:
16     Type: AWS::AutoScaling::LaunchConfiguration
17     Metadata:
18       nova:
19         compute_hostname: undercloud
20         compute_driver: baremetal.driver.BareMetalDriver
21         db: mysql://nova:unset@localhost/nova
22         host: 127.0.0.1
23         metadata-proxy: false
24         tuning:
25           ram_allocation_ratio: 1.0
26           reserved_host_memory_mb: 0
27         baremetal:
28           use_file_injection: "False"
29           arch:
30             Ref: BaremetalArch
31           db: mysql://nova:unset@localhost/nova_bm
32           power_manager:
33             Ref: PowerManager
34           pxe_deploy_timeout: 2400
35           virtual_power:
36             user:
37               Ref: PowerUserName
38             key: /opt/stack/boot-stack/virtual-power-key
39             ssh_host: 192.168.122.1
40             type: virsh
41         service-password:
42           Ref: NovaPassword