feat: Add new data volume for XDMod queue data
Compare changes
Files
3
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 5
− 2
@@ -136,8 +136,11 @@ production-deploy:
@@ -136,8 +136,11 @@ production-deploy:
- export prod_instance_id=$(openstack floating ip show $prod_floating_ip -c port_details -f value | awk -F', ' '{print $2}' | awk -F"'" '{print $2}')
- export prod_volume=$(openstack server show $prod_instance_id -c volumes_attached -f value | awk -F"'" '{print $4}')