From 91ab498d19b946535b430c8b74be1977edc3dcea Mon Sep 17 00:00:00 2001
From: Jafar Lie <jafar.lie@monash.edu>
Date: Fri, 6 Mar 2020 18:04:01 +1100
Subject: [PATCH] testing GPU node, take uno

---
 CICD/heat/gc_HOT.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CICD/heat/gc_HOT.yaml b/CICD/heat/gc_HOT.yaml
index 034c9bfa..a24c7bea 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 ]
-- 
GitLab