Sequence deploys - compute after control plane.
[apex-tripleo-heat-templates.git] / undercloud-bm-source.yaml
1 Parameters:
2   NeutronPublicInterface:
3     Default: eth2
4     Description: What interface to bridge onto br-ex for network nodes.
5     Type: String
6   PowerManager:
7     Default: nova.virt.baremetal.ipmi.IPMI
8     Description: Bare metal power manager driver.
9     Type: String
10   PxeDeployTimeout:
11     Default: 2400
12     Description: Timeout for PXE deployment of baremetal nodes
13     Type: Number
14 Resources:
15   undercloudConfig:
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         default_ephemeral_format: ext4
23         host: 127.0.0.1
24         metadata-proxy: false
25         tuning:
26           ram_allocation_ratio: 1.0
27           reserved_host_memory_mb: 0
28         baremetal:
29           arch:
30             Ref: BaremetalArch
31           db: mysql://nova:unset@localhost/nova_bm
32           power_manager:
33             Ref: PowerManager
34           pxe_deploy_timeout:
35             Ref: PxeDeployTimeout
36         service-password:
37           Ref: NovaPassword