diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-09-01 17:30:42 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-09-01 17:47:10 -0500 |
commit | c7b95f1cdee6d3df0577664ea511a746968add4a (patch) | |
tree | 71e8afa344f39f0e602037e6be2e89519398f3bf /ci/nosdn | |
parent | 48687e6ae064286cd0d607220d7726d228bac8ea (diff) |
modified to autostart the VMs created for bootstrap and virtual
deployment.
Change-Id: I7afcc6e382f7575fbd2741cded3915763aafe6f6
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/nosdn')
-rwxr-xr-x | ci/nosdn/fetch-charms.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/nosdn/fetch-charms.sh b/ci/nosdn/fetch-charms.sh index 10b492af..e5180af7 100755 --- a/ci/nosdn/fetch-charms.sh +++ b/ci/nosdn/fetch-charms.sh @@ -18,6 +18,9 @@ git clone https://github.com/openstack/charm-ceilometer-agent.git $distro/ceilom git clone https://github.com/openstack/charm-ceph-mon.git $distro/ceph-mon git clone https://github.com/openstack/charm-ceph-osd.git $distro/ceph-osd git clone https://github.com/openstack/charm-ceph-radosgw.git $distro/ceph-radosgw +cd $distro/ceph-radosgw +git pull https://git.openstack.org/openstack/charm-ceph-radosgw refs/changes/05/500205/1 +cd ../../ git clone https://github.com/openstack/charm-cinder.git $distro/cinder git clone https://github.com/openstack/charm-cinder-ceph.git $distro/cinder-ceph git clone https://github.com/openstack/charm-glance.git $distro/glance |