Skip to content
Snippets Groups Projects
Commit 286aae21 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

changed sec group to webserver_sec_group for http proxy

parent 1299d8f1
No related branches found
No related tags found
2 merge requests!117This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.,!101Refactor CI/CD pipeline to include workflow rules and retain only deploy jobs
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment