From e6afddb3ca4f100ad29fc7a9c30f43e6e5abdc22 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Fri, 22 Nov 2013 12:49:42 -0500 Subject: Use merge.py for the undercloud templates. This will require some changes to our devtest scripts and TOCI to ensure we build the overcloud-vm template before attempting to use it. Change-Id: I14b5e4a0ccf5f18429bfc33e527bdb4760b8d1a3 --- undercloud-bm-source.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 undercloud-bm-source.yaml (limited to 'undercloud-bm-source.yaml') diff --git a/undercloud-bm-source.yaml b/undercloud-bm-source.yaml new file mode 100644 index 00000000..be0647cb --- /dev/null +++ b/undercloud-bm-source.yaml @@ -0,0 +1,32 @@ +Parameters: + NeutronPublicInterface: + Default: eth2 + Description: What interface to bridge onto br-ex for network nodes. + Type: String + PowerManager: + Default: nova.virt.baremetal.ipmi.IPMI + Description: Bare metal power manager driver. + Type: String +Resources: + notcomputeConfig: + Type: AWS::AutoScaling::LaunchConfiguration + Metadata: + nova: + compute_hostname: undercloud + compute_driver: baremetal.driver.BareMetalDriver + db: mysql://nova:unset@localhost/nova + host: 127.0.0.1 + metadata-proxy: false + tuning: + ram_allocation_ratio: 1.0 + reserved_host_memory_mb: 0 + baremetal: + use_file_injection: "False" + arch: + Ref: BaremetalArch + db: mysql://nova:unset@localhost/nova_bm + power_manager: + Ref: PowerManager + pxe_deploy_timeout: 2400 + service-password: + Ref: NovaPassword -- cgit 1.2.3-korg