aboutsummaryrefslogtreecommitdiffstats
path: root/conf/juju.conf
diff options
context:
space:
mode:
authorYingjun Li <yingjun.li@huawei.com>2017-03-16 05:41:48 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-16 05:41:48 +0000
commitfb510361bcf5ddae5b0812d94e89e387bfbe6c59 (patch)
tree5f9ff054f99573bcdbc80a714861956cbb709211 /conf/juju.conf
parent58041ebe9055ed180917fdf687381d893af95d2c (diff)
parentcd0feb45a414980fdd7249c9cc4fc28a1213c769 (diff)
Merge "independent network for opera"
Diffstat (limited to 'conf/juju.conf')
-rw-r--r--conf/juju.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/juju.conf b/conf/juju.conf
new file mode 100644
index 0000000..c62d4f8
--- /dev/null
+++ b/conf/juju.conf
@@ -0,0 +1,15 @@
+# juju conifg
+JUJU_NET_GW=12.1.1.1
+JUJU_NET_CIDR=12.1.1.0/24
+
+JUJU_VM_IMG=juju_image
+JUJU_VM_IMG_URL=http://artifacts.opnfv.org/opera/opera/juju_xenial_x86_64.img
+
+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)
+
+CSAR_NAME=(JUJU_clearwater.csar pop_ns_juju.csar)
+CSAR_URL=(http://artifacts.opnfv.org/opera/opera/csar/JUJU_clearwater.csar \
+ http://artifacts.opnfv.org/opera/opera/csar/pop_ns_juju.csar)