From d831b8b6f829d2893f0c97901c0c8fee3d57c16b Mon Sep 17 00:00:00 2001 From: Jafar Lie <jafar.lie@monash.edu> Date: Sat, 7 Mar 2020 21:18:22 +1100 Subject: [PATCH] fixed gpunode metadata --- 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 a24c7bea..0fa8ee41 100644 --- a/CICD/heat/gc_HOT.yaml +++ b/CICD/heat/gc_HOT.yaml @@ -423,7 +423,7 @@ resources: list_join: [ '-', [ { get_param: "OS::stack_name" }, 'gpudesktopu%index%' ]] security_groups: [ default, { get_resource: SSHMonashSecGroup }, { get_resource: SlurmSecGroup }, { get_resource: NFSSecGroup } ] metadata: - ansible_host_groups: [ DesktopNodes ] + ansible_host_groups: [ DesktopNodes, GPU, ComputeNodes ] ansible_ssh_user: ubuntu project_name: { get_param: project_name } networks: -- GitLab