EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit a83c3fec authored by Mussab Abdalla's avatar Mussab Abdalla
Browse files

storage_creation

parent 822c83da
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
product_list_file=$1
docker exec -i $(docker ps -qf "name=emg-pvs_registrar") python3 /var/www/pvs/dev/pvs_instance/manage.py storage create pvs_testing pvs_testing --type swift --storage-auth auth-cloud-ovh
IFS=","
while read product; do
docker exec -i $(docker ps -qf "name=emg-pvs_registrar") python3 /registrar.py --objects-prefix $product <<<$product
......
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