summaryrefslogtreecommitdiffstats
path: root/ci/onos/cloud-sh-onos/glance.sh
diff options
context:
space:
mode:
authorzhangyuanyou <zhangyuanyou@huawei.com>2015-12-31 12:02:15 +0800
committerzhangyuanyou <zhangyuanyou@huawei.com>2016-01-02 16:55:55 +0800
commit9d5ca8b6a6c9e33a5f8318483ad940eb9918819d (patch)
treee0b626560f05fcc354dcf5704a8d121de39975b1 /ci/onos/cloud-sh-onos/glance.sh
parent5a6b66ee8cb3522d3858249f090448cf6d47c326 (diff)
JOID-18 Juju integration with ONOSFW.
Change-Id: Iaffdb78ceb5a4c1a57fce3459289c65d6b6a4f42
Diffstat (limited to 'ci/onos/cloud-sh-onos/glance.sh')
-rw-r--r--ci/onos/cloud-sh-onos/glance.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/ci/onos/cloud-sh-onos/glance.sh b/ci/onos/cloud-sh-onos/glance.sh
new file mode 100644
index 00000000..467932ff
--- /dev/null
+++ b/ci/onos/cloud-sh-onos/glance.sh
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+. ~/admin-openrc
+
+wget http://cloud-images.ubuntu.com/trusty/current/MD5SUMS
+
+wget http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
+glance image-create --name ubuntu-trusty-daily --disk-format qcow2 --container-format bare --owner admin --file trusty-server-cloudimg-amd64-disk1.img --checksum $(grep trusty-server-cloudimg-amd64-disk1.img MD5SUMS | cut -d " " -f 1) --is-public True