diff options
author | Dave Urschatz <dave.urschatz@cengn.ca> | 2016-03-08 13:51:14 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-03-16 16:58:36 +0000 |
commit | c6a3c33bf1cf95ceaa9b233768502c20d5e838e4 (patch) | |
tree | f103431d209e10272ae559f4c47e4541317d73a9 | |
parent | cb903f28d759e256b1996fb41d3656064ce360a8 (diff) |
Use nodes with 3 disks for compute on CENGN Lynx Lab Pod1
The intent of this commit is to configure compute nodes to have
3 disks for uniformity.
JIRA: JOID-51
Change-Id: I0027e38d7bc176509d041be58853aacddbfb69a4
Signed-off-by: Dave Urschatz <dave.urschatz@cengn.ca>
(cherry picked from commit fd4353888d71acf7174bfd85d4d6ef2e33e9dd0e)
-rwxr-xr-x | ci/maas/cengn_lynx/pod1/deployment.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ci/maas/cengn_lynx/pod1/deployment.yaml b/ci/maas/cengn_lynx/pod1/deployment.yaml index 29419725..6a46f7ae 100755 --- a/ci/maas/cengn_lynx/pod1/deployment.yaml +++ b/ci/maas/cengn_lynx/pod1/deployment.yaml @@ -128,8 +128,8 @@ cengn-lynx-pod1: # Defines the physical nodes which are added to the MAAS cluster # controller upon startup of the node. nodes: - - name: node1-compute - tags: compute + - name: node3-control + tags: control architecture: amd64/generic mac_addresses: - "0c:c4:7a:3a:c5:b6" @@ -152,8 +152,8 @@ cengn-lynx-pod1: pass: root driver: LAN_2_0 - - name: node3-control - tags: control + - name: node1-compute + tags: compute architecture: amd64/generic mac_addresses: - "0c:c4:7a:1f:6f:c0" |