added the openstack.sh to configure the openstack for test.
[joid.git] / ci / maas / att / virpod1 / deployment.yaml
index b8f37c7..f03031f 100644 (file)
@@ -22,8 +22,7 @@ demo-maas:
         apt_http_proxy:
 
         apt_sources:
-#          - ppa:maas/stable
-          - ppa:maas/next
+          - ppa:maas/stable
           - ppa:juju/stable
 
         # Virsh power settings
@@ -97,23 +96,23 @@ demo-maas:
         # Defines the physical nodes which are added to the MAAS cluster
         # controller upon startup of the node.
         nodes:
-            - name: controller1
+            - name: node1-control
               tags: control
               architecture: amd64/generic
               mac_addresses:
-                  - "B8:AE:ED:76:F9:FF"
+                  - "<controller1-mac>"
               power:
                   type: ether_wake
-                  address: B8:AE:ED:76:F9:FF
+                  mac_address: <controller1-mac>
 
-            - name: compute1
+            - name: node2-compute
               tags: compute
               architecture: amd64/generic
               mac_addresses:
-                  - "B8:AE:ED:76:FB:C4"
+                  - "<compute1-mac>"
               power:
                   type: ether_wake
-                  address: B8:AE:ED:76:FB:C4
+                  mac_address:  <compute1-mac>
 
     # Contains the virtual machine parameters for creating the Juju bootstrap
     # node virtual machine