aboutsummaryrefslogtreecommitdiffstats
path: root/conf/download.conf
diff options
context:
space:
mode:
authorHarry Huang <huangxiangyu5@huawei.com>2017-03-02 10:51:10 +0800
committerHarry Huang <huangxiangyu5@huawei.com>2017-03-02 11:25:51 +0800
commitdf06f21dc792b1c17219d9d9d59e29184e1868bb (patch)
tree44782ee7f40d72e5a89dfd69e827fdcc723557e7 /conf/download.conf
parentcce77461244bce9cd3f58c480ff895a4a9fb3837 (diff)
fix no precise image bug
1. add precise image name 2. release caches before install open-o and before install juju 3. remove known_hosts on jump host Change-Id: I7d1957c53c1b957718622d3f90c2a86966f1ec23 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'conf/download.conf')
-rw-r--r--conf/download.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/download.conf b/conf/download.conf
index 4c2d70d..76a7fc6 100644
--- a/conf/download.conf
+++ b/conf/download.conf
@@ -1,6 +1,6 @@
# iso and img conifg
OPENO_VM_ISO_URL=http://205.177.226.237:9999/CentOS-7-x86_64-Minimal-1511.iso
-JUJU_IMG_NAME=(xenial_x86_64 trusty_x86_x64)
+JUJU_IMG_NAME=(xenial_x86_64 trusty_x86_64 precise_x86_64)
JUJU_IMG_URL=(http://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img \
http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img \
http://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64-disk1.img)