Add rabbit.cookie attribute
[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 Resources:
11   undercloudConfig:
12     Type: AWS::AutoScaling::LaunchConfiguration
13     Metadata:
14       nova:
15         compute_hostname: undercloud
16         compute_driver: baremetal.driver.BareMetalDriver
17         db: mysql://nova:unset@localhost/nova
18         default_ephemeral_format: ext4
19         host: 127.0.0.1
20         metadata-proxy: false
21         tuning:
22           ram_allocation_ratio: 1.0
23           reserved_host_memory_mb: 0
24         baremetal:
25           arch:
26             Ref: BaremetalArch
27           db: mysql://nova:unset@localhost/nova_bm
28           power_manager:
29             Ref: PowerManager
30           pxe_deploy_timeout: 2400
31         service-password:
32           Ref: NovaPassword