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

removed not used security group

parent 864e3548
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
......@@ -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
......
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