Skip to content
Snippets Groups Projects

WIP: Feat vol download from s3

1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
2
@@ -40,8 +40,6 @@ prep-deploy:
- apt-get install -y awscli
- s3cmd get --force -r --host=$AWS_HOST --host-bucket=$AWS_HOST s3://xdmod-vol/ /tmp
- ls -l /tmp
- rm /tmp/xdmod-snapshot-image
- ls -l /tmp
- openstack image create --container-format bare --disk-format raw --file /tmp/xdmod-dev-volume-snap.raw xdmod-snapshot-image
- IMAGE_ID=$(openstack image show -f value -c id xdmod-snapshot-image)
- openstack volume create --size 20 --image $IMAGE_ID xdmod-ci-volume
Loading