Merge "Merge Block Storage into Overcloud"
[apex-tripleo-heat-templates.git] / undercloud-vm-ironic-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 Resources:
7   undercloudConfig:
8     Type: AWS::AutoScaling::LaunchConfiguration
9     Metadata:
10       nova:
11         compute_hostname: undercloud
12         compute_driver: ironic.driver.IronicDriver
13         db: mysql://nova:unset@localhost/nova
14         default_ephemeral_format: ext4
15         host: 127.0.0.1
16         metadata-proxy: false
17         tuning:
18           ram_allocation_ratio: 1.0
19           reserved_host_memory_mb: 0
20         service-password:
21           Ref: NovaPassword