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/pod6 | |
parent | b0183f379497d9dd5c6ee9792f58b3b8290daa71 (diff) |
modified to match the taging with bundle.
Change-Id: Ib8671cdf4c041f33306e12fae5144ef85daa3556
Diffstat (limited to 'ci/maas/intel/pod6')
-rwxr-xr-x | ci/maas/intel/pod6/deployment.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ci/maas/intel/pod6/deployment.yaml b/ci/maas/intel/pod6/deployment.yaml index 42cc2a88..18dead97 100755 --- a/ci/maas/intel/pod6/deployment.yaml +++ b/ci/maas/intel/pod6/deployment.yaml @@ -109,7 +109,7 @@ demo-maas: # controller upon startup of the node. nodes: - name: node2 - tags: physical + tags: control architecture: amd64/generic mac_addresses: - "00:1e:67:e0:0b:71" @@ -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:09:32" @@ -163,7 +163,7 @@ demo-maas: # requested_address: 192.168.122.5 - name: node4 - tags: physical + tags: control architecture: amd64/generic mac_addresses: - "00:1e:67:e0:09:fa" @@ -181,7 +181,7 @@ demo-maas: # requested_address: 192.168.122.5 - name: node5 - tags: physical + tags: compute architecture: amd64/generic mac_addresses: - "00:1e:67:cf:bc:f7" |