From 40ed5108338f9fdda269145ad6169fd5d97fa893 Mon Sep 17 00:00:00 2001 From: handreas <andreas.hamacher@monash.edu> Date: Tue, 4 Feb 2020 03:41:51 +0000 Subject: [PATCH] forgot to change the username to ubuntu :( --- 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 41512a4d..bc920e5d 100644 --- a/CICD/heat/gc_HOT.yaml +++ b/CICD/heat/gc_HOT.yaml @@ -225,7 +225,7 @@ resources: security_groups: [ default, { get_resource: SSHMonashSecGroup }, { get_resource: SlurmSecGroup }, { get_resource: NFSSecGroup } ] metadata: ansible_host_groups: [ ComputeNodes ] - ansible_ssh_user: ec2-user + ansible_ssh_user: ubuntu project_name: { get_param: project_name } networks: - network: { get_param: NetID } -- GitLab