diff --git a/CICD/heat/gc_HOT.yaml b/CICD/heat/gc_HOT.yaml index 034c9bfa25228481f11c8c14ad896af1f132f508..a24c7beafcd4b92d20a5c6bab81ef554da8c481f 100644 --- a/CICD/heat/gc_HOT.yaml +++ b/CICD/heat/gc_HOT.yaml @@ -411,16 +411,16 @@ resources: UbuntuDesktopNodes: type: "OS::Heat::ResourceGroup" properties: - count: 0 + count: 1 resource_def: type: "OS::Nova::Server" properties: #availability_zone: { get_param: avz } - flavor: m3.xsmall + flavor: mon.c10r35.gpu-k2 image: { get_param: ubuntu_1804_image_id } key_name: { get_param: ssh_key } name: - list_join: [ '-', [ { get_param: "OS::stack_name" }, 'desktopu%index%' ]] + 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 ]