Move bootstrap-host out from bootstack
authorGregory Haynes <greg@greghaynes.net>
Mon, 2 Jun 2014 17:15:20 +0000 (10:15 -0700)
committerGregory Haynes <greg@greghaynes.net>
Mon, 2 Jun 2014 18:09:00 +0000 (11:09 -0700)
We have had a change of opinion and are moving bootstrap_host properties
out of bootstack in order to prevent mysql / rabbit from depending on
boot-stack.

Change-Id: I85399019c5fc448e98362ef832988abc8d9d459d

overcloud-source.yaml
undercloud-source.yaml

index d730996..e3a440f 100644 (file)
@@ -361,6 +361,9 @@ Resources:
         admin-token:
           Ref: AdminToken
         bootstack:
+          public_interface_ip:
+            Ref: NeutronPublicInterfaceIP
+        bootstrap_host:
           bootstrap_nodeid:
             Fn::Select:
             - 0
@@ -373,8 +376,6 @@ Resources:
                     - Fn::GetAtt:
                       - controller0
                       - show
-          public_interface_ip:
-            Ref: NeutronPublicInterfaceIP
           nodeid: {get_input: bootstack_nodeid}
         cinder:
           db: mysql://cinder:unset@localhost/cinder
index dd5d385..cf9a43b 100644 (file)
@@ -154,7 +154,7 @@ Resources:
         Ref: AdminPassword
       admin-token:
         Ref: AdminToken
-      bootstack:
+      bootstrap_host:
         bootstrap_nodeid:
           Fn::Select:
           - 0