From 286aae2127fced9f458cdc49de7fd70e2bfcf100 Mon Sep 17 00:00:00 2001 From: Krish Moodbidri <krish94@uab.edu> Date: Fri, 18 Oct 2024 12:02:07 -0500 Subject: [PATCH] changed sec group to webserver_sec_group for http proxy --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8dc795d..6015932 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,8 +48,7 @@ deploy_http_proxy_node: export HTTP_PROXY_INSTANCE_ID=$(openstack server create -c id -f value --image $HTTP_PROXY_IMAGE_ID --network $PROXY_NETWORK - --security-group https-port - --security-group http-port + --security-group webserver_sec_group --security-group allow-ssh --user-data user_data.txt --flavor $INSTANCE_FLAVOR -- GitLab