From 01a7198ddea494a8e5d93dc1b006afa4e4c09d41 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 4 Feb 2016 14:36:32 -0600 Subject: modified to enable eth1 network in att lab. Change-Id: I2c3cea61ab90fbe424a77eed121a4a130a450cf7 --- ci/maas/att/virpod1/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci/maas') diff --git a/ci/maas/att/virpod1/deployment.yaml b/ci/maas/att/virpod1/deployment.yaml index effeab2b..f03031fe 100644 --- a/ci/maas/att/virpod1/deployment.yaml +++ b/ci/maas/att/virpod1/deployment.yaml @@ -96,7 +96,7 @@ 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: @@ -105,7 +105,7 @@ demo-maas: type: ether_wake mac_address: - - name: compute1 + - name: node2-compute tags: compute architecture: amd64/generic mac_addresses: -- cgit 1.2.3-korg