CIMANAGE-11: Correction of the date string format for CSIT branches
[ci-management.git] / scripts / respin-jcloud-images.sh
1 #!/bin/bash
2
3 set -e
4
5 CI_MGMT=$(realpath $(dirname $(realpath $0))/..)
6
7 # Copyright 2016 The Linux Foundation <cjcollier@linuxfoundation.org>
8 source ${CI_MGMT}/vagrant/lib/respin-functions.sh
9
10 source ${PVE_PATH}/bin/activate
11
12 # Acquire bootstrap images
13 #download_deb_image 'Ubuntu' '14.04' 'amd64'
14 #download_deb_image 'Ubuntu' '16.04' 'amd64'
15 #download_rh_image 'CentOS' '7' 'x86_64'
16
17 # Push images to openstack via glance
18 #create_deb_image 'Ubuntu' '14.04' 'amd64'
19 #create_deb_image 'Ubuntu' '16.04' 'amd64'
20 #create_rh_image 'CentOS' '7' 'x86_64'
21
22 # Respin images
23 respin_deb_image 'Ubuntu' '14.04' 'amd64'
24 respin_deb_image 'Ubuntu' '16.04' 'amd64'
25 respin_rh_image 'CentOS' '7' 'x86_64'