summaryrefslogtreecommitdiffstats
path: root/ci/onos/juju-deployer/scripts/glance.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-10-03 07:32:26 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-10-03 15:50:02 -0500
commit4b367d124bece258eb520c7878de835b37a01abb (patch)
treeead2520d31a7367c1c342ea44f368b6e9f980589 /ci/onos/juju-deployer/scripts/glance.sh
parent8ef7d630c0b868770e77a333171819af133d6308 (diff)
removing the stalled filed
Remove the stalled files and update the labconfig for juniper lab in opnfv. Change-Id: Ib734a9b8cd608e70cbaae007a60caa8d3c14fdf3 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/onos/juju-deployer/scripts/glance.sh')
-rw-r--r--ci/onos/juju-deployer/scripts/glance.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/ci/onos/juju-deployer/scripts/glance.sh b/ci/onos/juju-deployer/scripts/glance.sh
deleted file mode 100644
index a18afe6c..00000000
--- a/ci/onos/juju-deployer/scripts/glance.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh -e
-
-. ~/admin-openrc
-
-wget -P /tmp/images http://download.cirros-cloud.net/0.3.3/cirros-0.3.3-x86_64-disk.img
-wget -P /tmp/images http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
-glance image-create --name "cirros-0.3.3-x86_64" --file /tmp/images/cirros-0.3.3-x86_64-disk.img --disk-format qcow2 --container-format bare --progress
-glance image-create --name "ubuntu-trusty-daily" --file /tmp/images/trusty-server-cloudimg-amd64-disk1.img --disk-format qcow2 --container-format bare --progress
-rm -rf /tmp/images