From fbfff35468e2843d2df4209cf376fd34da25a6ab Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Fri, 13 May 2016 11:36:14 -0600 Subject: modfiied as per specs from intel pod6 page and real experience. Change-Id: Ibc6449532637d5d2d7cbce88456c2721a9ed8cb4 Signed-off-by: Narinder Gupta --- ci/maas/intel/pod9/deployment.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ci/maas/intel') diff --git a/ci/maas/intel/pod9/deployment.yaml b/ci/maas/intel/pod9/deployment.yaml index 4b03abd0..b11f1ee7 100755 --- a/ci/maas/intel/pod9/deployment.yaml +++ b/ci/maas/intel/pod9/deployment.yaml @@ -145,8 +145,8 @@ demo-maas: # Defines the physical nodes which are added to the MAAS cluster # controller upon startup of the node. nodes: - - name: node1-control - tags: control + - name: node1-compute + tags: compute architecture: amd64/generic mac_addresses: - "00:1E:67:D4:30:38" @@ -160,11 +160,11 @@ demo-maas: # mac_address: "38:63:bb:43:b8:9c" # requested_address: 192.168.122.5 - - name: node4-compute + - name: node2-compute tags: compute architecture: amd64/generic mac_addresses: - - "00:1E:67:D4:33:A2" + - "00:1E:67:D4:33:A3" power: type: ipmi address: 10.2.117.144 @@ -175,8 +175,8 @@ demo-maas: # mac_address: "38:63:bb:43:b8:9c" # requested_address: 192.168.122.5 - - name: node5-compute - tags: compute + - name: node3-control + tags: control architecture: amd64/generic mac_addresses: - "00:1E:67:D4:2F:BA" -- cgit 1.2.3-korg