From b40269b97f60d9fd8f0dbf5425cab0958018c4f7 Mon Sep 17 00:00:00 2001
From: handreas <andreas.hamacher@monash.edu>
Date: Wed, 22 Apr 2020 02:13:17 +0000
Subject: [PATCH] trying something out here

Former-commit-id: 790977d5c618a32546be5cc67d29a5eb84c9ae92
---
 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 75f12b0e..e7cce8c4 100644
--- a/CICD/heat/gc_HOT.yaml
+++ b/CICD/heat/gc_HOT.yaml
@@ -117,7 +117,7 @@ resources:
   MgmtNodesCentos7:
    type: "OS::Heat::ResourceGroup"
    properties:
-    count: 2
+    count: 1
     resource_def:
       type: My::Server::MgmtNode
       properties:
@@ -159,9 +159,9 @@ resources:
       key_name: { get_param: ssh_key }
       name:
        list_join: [ '-', [ { get_param: "OS::stack_name" }, 'login%index%' ]]
-      security_groups: [ default, { get_param: PublicSSHSecGroupID }, { get_param: SlurmSecGroupID }, { get_param: NFSSecGroupID } ]
+      security_groups: [ default, { get_param: PublicSSHSecGroupID }, { get_param: SlurmSecGroupID }, { get_param: NFSSecGroupID }, { get_param: MySQLSecGroupID }  ]
       metadata:
-       ansible_host_groups: [ LoginNodes ]
+       ansible_host_groups: [ LoginNodes, ManagementNodes ]
        ansible_ssh_user: ec2-user
        project_name: { get_param: project_name }
       networks:
-- 
GitLab