Merge "Add Ironic-source.yaml"

This commit is contained in:
Jenkins 2013-10-24 11:41:18 +00:00 committed by Gerrit Code Review
commit 7d14e86bfd
2 changed files with 14 additions and 0 deletions

@ -6,5 +6,9 @@ undercloud-vm-tuskar.yaml: undercloud-vm.yaml tuskar-source.yaml
python merge.py $^ > $@.tmp
mv $@.tmp $@
undercloud-vm-ironic.yaml: undercloud-vm.yaml ironic-source.yaml
python merge.py $^ > $@.tmp
mv $@.tmp $@
test:
@bash test_merge.bash

10
ironic-source.yaml Normal file

@ -0,0 +1,10 @@
Description: 'Ironic: Bare Metal provisioning, API and Conductor services.'
Resources:
ironic:
Type: AWS::AutoScaling::LaunchConfiguration
Metadata:
OpenStack::Role: notcomputeConfig
ironic:
db: mysql://ironic:unset@localhost/ironic
service-password: {Ref: AdminPassword}