From c91eccf1ee91e2176fd8ddf411a6c3473e51d566 Mon Sep 17 00:00:00 2001
From: handreas <andreas.hamacher@monash.edu>
Date: Tue, 14 Apr 2020 10:47:13 +0000
Subject: [PATCH] renamed K1 group to K1Nodes

Former-commit-id: 98915f0b99fc4013181b243755676a9823a09423
---
 CICD/heat/gc_HOT.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CICD/heat/gc_HOT.yaml b/CICD/heat/gc_HOT.yaml
index 24719dc5..a57d7d61 100644
--- a/CICD/heat/gc_HOT.yaml
+++ b/CICD/heat/gc_HOT.yaml
@@ -267,7 +267,7 @@ resources:
        list_join: [ '-', [ { get_param: "OS::stack_name" }, 'gpudesktopu%index%' ]]
       security_groups: [ default, { get_param: SSHMonashSecGroupID }, { get_param: SlurmSecGroupID }, { get_param: NFSSecGroupID } ]
       metadata:
-       ansible_host_groups: [ DesktopNodes, GPU, ComputeNodes, K1, VisNodes ]
+       ansible_host_groups: [ DesktopNodes, GPU, ComputeNodes, K1Nodes, VisNodes ]
        ansible_ssh_user: ubuntu
        project_name: { get_param: project_name }
       networks:
-- 
GitLab