From 2a78139a29ed51dd72440a7c96c921761af331b6 Mon Sep 17 00:00:00 2001
From: handreas <andreas.hamacher@monash.edu>
Date: Mon, 2 Mar 2020 01:54:24 +0000
Subject: [PATCH] we need two mgmt nodes

Former-commit-id: 80a0446b27f0a2a36fd8a3d2652cd632b36f7fdc
---
 .gitlab-ci.yml        | 2 +-
 CICD/heat/gc_HOT.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 49f5dbec..0c442f20 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
 variables:
   GIT_SUBMODULE_STRATEGY: recursive
-  STACKNAME: CICD_aciab_f$CI_COMMIT_REF_NAME
+  STACKNAME: CICD_aciab_$CI_COMMIT_REF_NAME
   NECTAR_ALLOCATION: HPCCICD
   ANSIBLE_HOST_KEY_CHECKING: "False"
   DEFAULT_PATH: "CICD"
diff --git a/CICD/heat/gc_HOT.yaml b/CICD/heat/gc_HOT.yaml
index ed52ead1..ca6c1f8b 100644
--- a/CICD/heat/gc_HOT.yaml
+++ b/CICD/heat/gc_HOT.yaml
@@ -154,7 +154,7 @@ resources:
   MgmtNodes:
    type: "OS::Heat::ResourceGroup"
    properties:
-    count: 1
+    count: 2
     resource_def:
       type: My::Server::MgmtNode
       properties:
-- 
GitLab