aboutsummaryrefslogtreecommitdiffstats
path: root/ironic-source.yaml
diff options
context:
space:
mode:
authorChris Krelle <nobodycam@gmail.com>2013-08-30 11:46:46 -0700
committerChris Krelle <nobodycam@gmail.com>2013-10-23 14:41:58 -0700
commit2fcc443bf2d00dc04d7bab831ea0b55e52a5656a (patch)
tree0cd8e13a8708d5a1c1cebf54c427288519020de0 /ironic-source.yaml
parentb3b5b600511515897f529750439776355c77d564 (diff)
Add Ironic-source.yaml
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
Diffstat (limited to 'ironic-source.yaml')
-rw-r--r--ironic-source.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/ironic-source.yaml b/ironic-source.yaml
new file mode 100644
index 00000000..bd23e615
--- /dev/null
+++ b/ironic-source.yaml
@@ -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}
+