diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2015-10-06 22:04:44 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2015-10-06 22:04:44 -0500 |
commit | 4e6b5c1045fb67a02f5f61f5e270aae39bdd7a86 (patch) | |
tree | cd8059af0515d42ac4948a2543d4f322085f8be2 /ci/maas/intel/pod5/deployment.yaml | |
parent | b0183f379497d9dd5c6ee9792f58b3b8290daa71 (diff) |
modified to match the taging with bundle.
Change-Id: Ib8671cdf4c041f33306e12fae5144ef85daa3556
Diffstat (limited to 'ci/maas/intel/pod5/deployment.yaml')
-rwxr-xr-x | ci/maas/intel/pod5/deployment.yaml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/ci/maas/intel/pod5/deployment.yaml b/ci/maas/intel/pod5/deployment.yaml index caae88bd..a33f8e0d 100755 --- a/ci/maas/intel/pod5/deployment.yaml +++ b/ci/maas/intel/pod5/deployment.yaml @@ -108,8 +108,8 @@ demo-maas: # Defines the physical nodes which are added to the MAAS cluster # controller upon startup of the node. nodes: - - name: node1 - tags: physical + - name: node5 + tags: compute architecture: amd64/generic mac_addresses: - "00:1e:67:e0:0a:4a" @@ -118,7 +118,7 @@ demo-maas: - "00:1e:67:d0:9a:11" power: type: ipmi - address: 10.4.2.8 + address: 10.4.7.5 user: root pass: root driver: LAN_2_0 @@ -126,8 +126,8 @@ demo-maas: # mac_address: "38:63:bb:43:b8:9c" # requested_address: 192.168.122.5 - - name: node2 - tags: physical + - name: node4 + tags: control architecture: amd64/generic mac_addresses: - "00:1e:67:e0:08:b0" @@ -136,7 +136,7 @@ demo-maas: - "00:1e:67:d0:99:ef" power: type: ipmi - address: 10.4.2.9 + address: 10.4.7.4 user: root pass: root driver: LAN_2_0 @@ -145,7 +145,7 @@ demo-maas: # requested_address: 192.168.122.5 - name: node3 - tags: physical + tags: control architecture: amd64/generic mac_addresses: - "00:1e:67:e0:08:7e" @@ -154,7 +154,7 @@ demo-maas: - "00:1e:67:c2:23:d9" power: type: ipmi - address: 10.4.2.7 + address: 10.4.7.3 user: root pass: root driver: LAN_2_0 @@ -162,8 +162,8 @@ demo-maas: # mac_address: "38:63:bb:43:b8:9c" # requested_address: 192.168.122.5 - - name: node4 - tags: physical + - name: node2 + tags: control architecture: amd64/generic mac_addresses: - "00:1e:67:cf:b8:92" @@ -172,7 +172,7 @@ demo-maas: - "00:1e:67:d0:9b:0d" power: type: ipmi - address: 10.4.2.10 + address: 10.4.7.2 user: root pass: root driver: LAN_2_0 |