modfiied to untar the scaleio charms. 79/21279/2
authorNarinder Gupta <narinder.gupta@canonical.com>
Fri, 16 Sep 2016 15:29:25 +0000 (10:29 -0500)
committerNarinder Gupta <narinder.gupta@canonical.com>
Fri, 16 Sep 2016 16:17:00 +0000 (11:17 -0500)
Change-Id: I20d0dd0f982cf60a79e7daca082c13b04bee87c0
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/02-deploybundle.sh
ci/config_tpl/bundle_tpl/odl.yaml

index 9242ebb..536fd05 100755 (executable)
@@ -19,6 +19,9 @@ sed -i -- "s|distro=trusty|distro=$opnfvdistro|g" ./fetch-charms.sh
 
 ./fetch-charms.sh $opnfvdistro
 
+mkdir trusty
+tar xvf common/scaleio.tar -C ./trusty/ --strip=2 juju-scaleio/trusty/
+
 osdomname=''
 
 #check whether charms are still executing the code even juju-deployer says installed.
index d04049f..257f3b6 100644 (file)
@@ -1,7 +1,7 @@
     odl-controller:
       charm: local:{{ ubuntu.release }}/odl-controller
       options:
-        install-url: "https://nexus.opendaylight.org/content/repositories/autorelease-1495/org/opendaylight/integration/distribution-karaf/0.5.0-Boron/distribution-karaf-0.5.0-Boron.tar.gz"
+        install-url: "https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/distribution-karaf/0.5.0-Boron/distribution-karaf-0.5.0-Boron.tar.gz"
 {% if os.network.sfc %}
         profile: "openvswitch-odl-beryllium-sfc"
 {% elif os.network.bgpvpn %}