Allow setting a single NTP Server
[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           use_file_injection: "False"
26           arch:
27             Ref: BaremetalArch
28           db: mysql://nova:unset@localhost/nova_bm
29           power_manager:
30             Ref: PowerManager
31           pxe_deploy_timeout: 2400
32         service-password:
33           Ref: NovaPassword