Skip to content
Snippets Groups Projects

Refactor CI/CD pipeline to include workflow rules and retain only deploy jobs

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -45,7 +45,8 @@ deploy_ood_proxy_node:
@@ -45,7 +45,8 @@ deploy_ood_proxy_node:
export NEW_INSTANCE_ID=$(openstack server create
export NEW_INSTANCE_ID=$(openstack server create
-c id -f value --image $PROXY_OOD_IMAGE_ID
-c id -f value --image $PROXY_OOD_IMAGE_ID
--network $OOD_PROXY_NETWORK
--network $OOD_PROXY_NETWORK
--security-group ood-https-ports
--security-group https-port
 
--security-group http-port
--security-group allow-ssh
--security-group allow-ssh
--user-data user_data.txt
--user-data user_data.txt
--flavor $INSTANCE_FLAVOR
--flavor $INSTANCE_FLAVOR
@@ -76,7 +77,6 @@ deploy_ssh_proxy_node:
@@ -76,7 +77,6 @@ deploy_ssh_proxy_node:
export NEW_INSTANCE_ID=$(openstack server create
export NEW_INSTANCE_ID=$(openstack server create
-c id -f value --image $PROXY_SSH_IMAGE_ID
-c id -f value --image $PROXY_SSH_IMAGE_ID
--network $OOD_PROXY_NETWORK
--network $OOD_PROXY_NETWORK
--security-group ood-https-ports
--security-group allow-ssh
--security-group allow-ssh
--user-data user_data.txt
--user-data user_data.txt
--flavor $INSTANCE_FLAVOR
--flavor $INSTANCE_FLAVOR
Loading