diff options
author | Bryan Sullivan <bs3131@att.com> | 2015-12-08 10:11:42 -0800 |
---|---|---|
committer | Bryan Sullivan <bs3131@att.com> | 2015-12-08 10:11:42 -0800 |
commit | 8b9d019e390e87c68ee2b1851096d3ed992ee601 (patch) | |
tree | 1a58b3a8c7f54271ee92d18771960fdb3e476436 /ci/maas/att/virpod1 | |
parent | 5c09d22e91046a2888dcf66f094f4f799ab93d3b (diff) |
Remove specific MAC addresses and replace with placeholders
JIRA: JOID-3
Change-Id: Ic6458bf51f7f3837f60e0a0969d16a83162d1440
Signed-off-by: Bryan Sullivan <bs3131@att.com>
Diffstat (limited to 'ci/maas/att/virpod1')
-rw-r--r-- | ci/maas/att/virpod1/deployment.yaml | 9 |
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 |