summaryrefslogtreecommitdiffstats
path: root/ci/maas/cengn_lynx/pod1
diff options
context:
space:
mode:
authorDave Urschatz <dave.urschatz@cengn.ca>2016-03-08 13:51:14 -0500
committerDave Urschatz <dave.urschatz@cengn.ca>2016-03-08 13:51:14 -0500
commitfd4353888d71acf7174bfd85d4d6ef2e33e9dd0e (patch)
tree71fe34a2e282092a33d95fdf515ffeb1786fb2c7 /ci/maas/cengn_lynx/pod1
parent5063d58115220533844b6e9efc74305465d70cfe (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>
Diffstat (limited to 'ci/maas/cengn_lynx/pod1')
-rwxr-xr-xci/maas/cengn_lynx/pod1/deployment.yaml8
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"