Mergeable Ironic yaml template. Makefile updated to create a
undercloud-vm-ironic template. This patch will allow Ironic
developers to include Ironic in the undercloud vm.
Change-Id: Ie3998336a12f3509742634e59de5c9bee922d579
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
--- /dev/null
+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}
+