From 8b9d019e390e87c68ee2b1851096d3ed992ee601 Mon Sep 17 00:00:00 2001 From: Bryan Sullivan Date: Tue, 8 Dec 2015 10:11:42 -0800 Subject: Remove specific MAC addresses and replace with placeholders JIRA: JOID-3 Change-Id: Ic6458bf51f7f3837f60e0a0969d16a83162d1440 Signed-off-by: Bryan Sullivan --- ci/maas/att/virpod1/deployment.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'ci/maas/att/virpod1/deployment.yaml') 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" + - "" power: type: ether_wake - address: B8:AE:ED:76:F9:FF + address: - name: compute1 tags: compute architecture: amd64/generic mac_addresses: - - "B8:AE:ED:76:FB:C4" + - "" power: type: ether_wake - address: B8:AE:ED:76:FB:C4 + address: # Contains the virtual machine parameters for creating the Juju bootstrap # node virtual machine -- cgit 1.2.3-korg