From 9ddea5fd892ad3d1ea3e7523457bd44327860fac Mon Sep 17 00:00:00 2001 From: handreas <andreas.hamacher@monash.edu> Date: Fri, 3 Apr 2020 02:08:22 +0000 Subject: [PATCH] disabling RHEL nodes again Former-commit-id: 807b620873420b7e0f9c718c1c644633f6cacf1f --- 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 a91acf86..7b44445e 100644 --- a/CICD/heat/gc_HOT.yaml +++ b/CICD/heat/gc_HOT.yaml @@ -260,7 +260,7 @@ resources: ComputeNodeRHEL: type: "OS::Heat::ResourceGroup" properties: - count: 1 + count: 0 resource_def: type: "OS::Nova::Server" properties: -- GitLab