Remove specific MAC addresses and replace with placeholders 99/4099/1
authorBryan Sullivan <bs3131@att.com>
Tue, 8 Dec 2015 18:11:42 +0000 (10:11 -0800)
committerBryan Sullivan <bs3131@att.com>
Tue, 8 Dec 2015 18:11:42 +0000 (10:11 -0800)
JIRA: JOID-3

Change-Id: Ic6458bf51f7f3837f60e0a0969d16a83162d1440
Signed-off-by: Bryan Sullivan <bs3131@att.com>
ci/maas/att/virpod1/deployment.yaml

index b8f37c7..0e781a9 100644 (file)
@@ -22,7 +22,6 @@ demo-maas:
         apt_http_proxy:
 
         apt_sources:
-#          - ppa:maas/stable
           - ppa:maas/next
           - ppa:juju/stable
 
@@ -101,19 +100,19 @@ demo-maas:
               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
+                  address: <controller1-mac>
 
             - name: compute1
               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
+                  address:  <compute1-mac>
 
     # Contains the virtual machine parameters for creating the Juju bootstrap
     # node virtual machine