summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2015-12-09 16:03:18 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-12-09 16:03:18 +0000
commitd28fd85ebdd3c5c4a39d4c8a04a6707da2ed3f48 (patch)
tree2e77daa22a1237858abfa62817a752b508936db1
parent2d75fd3ca89656d40c82a162bb96151266b1982d (diff)
parent8b9d019e390e87c68ee2b1851096d3ed992ee601 (diff)
Merge "Remove specific MAC addresses and replace with placeholders"
-rw-r--r--ci/maas/att/virpod1/deployment.yaml9
1 files changed, 4 insertions, 5 deletions
diff --git a/ci/maas/att/virpod1/deployment.yaml b/ci/maas/att/virpod1/deployment.yaml
index b8f37c71..0e781a96 100644
--- a/ci/maas/att/virpod1/deployment.yaml
+++ b/ci/maas/att/virpod1/deployment.yaml
@@ -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