From 6d40d904a84c4ebe52a46ee0ead619b302dbe93c Mon Sep 17 00:00:00 2001
From: Krish Moodbidri <krish94@uab.edu>
Date: Fri, 18 Oct 2024 10:26:42 -0500
Subject: [PATCH] removed not used security group

---
 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 31bcdc9..c2cfe93 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,7 +46,6 @@ deploy_ood_proxy_node:
       -c id -f value --image $PROXY_OOD_IMAGE_ID
       --network $OOD_PROXY_NETWORK
       --security-group ood-https-ports
-      --security-group node-exporter
       --security-group allow-ssh
       --user-data user_data.txt
       --flavor $INSTANCE_FLAVOR
@@ -78,7 +77,6 @@ deploy_ssh_proxy_node:
       -c id -f value --image $PROXY_SSH_IMAGE_ID
       --network $OOD_PROXY_NETWORK
       --security-group ood-https-ports
-      --security-group node-exporter
       --security-group allow-ssh
       --user-data user_data.txt
       --flavor $INSTANCE_FLAVOR
-- 
GitLab