aboutsummaryrefslogtreecommitdiffstats
path: root/undercloud-bm-source.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2013-11-22 12:49:42 -0500
committerDan Prince <dprince@redhat.com>2013-11-25 09:14:07 -0500
commite6afddb3ca4f100ad29fc7a9c30f43e6e5abdc22 (patch)
tree086b94d21c280e4e8252035321fb2d74316183c3 /undercloud-bm-source.yaml
parent5e23ab27f0d2530aa2fde0ece84c5eb4ec81b11c (diff)
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
Diffstat (limited to 'undercloud-bm-source.yaml')
-rw-r--r--undercloud-bm-source.yaml32
1 files changed, 32 insertions, 0 deletions
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