modfiied as per test result. 05/14905/1
authorNarinder Gupta <narinder.gupta@canonical.com>
Tue, 31 May 2016 19:36:53 +0000 (14:36 -0500)
committerNarinder Gupta <narinder.gupta@canonical.com>
Tue, 31 May 2016 19:37:26 +0000 (14:37 -0500)
Change-Id: I8679e382cb1ed7b6e3ce0f7a130663c37eb65837
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/01-deploybundle.sh
ci/nosdn/fetch-charms.sh

index e07ca0e..6f6f0e2 100755 (executable)
@@ -132,11 +132,12 @@ for feature in $5; do
              sed -i -- 's/profile: "openvswitch-odl-Be"/profile: "openvswitch-odl-beryllium-l3"/g' ./bundles.yaml
             ;;
         'dpdk' )
-             sed -i -- 's/#dpdk_enable: true/dpdk_enable: true/g' ./bundles.yaml
-             sed -i -- 's/#hugepages: '50%'/hugepages: '50%'/g' ./bundles.yaml
+             sed -i -- 's/#enable-dpdk: true/enable-dpdk: true/g' ./bundles.yaml
+             sed -i -- 's/#hugepages: "50%"/hugepages: "50%"/g' ./bundles.yaml
+            ;;
         'lxd' )
              sed -i -- 's/#- - nova-compute:lxd/- - nova-compute:lxd/g' ./bundles.yaml
-             sed -i -- 's/#- - lxd:lxd/- - lxd:lxd/g' ./bundles.yaml
+             sed -i -- 's/#- lxd:lxd/- lxd:lxd/g' ./bundles.yaml
              sed -i -- 's/#virt-type: lxd/virt-type: lxd/g' ./bundles.yaml
              # adding the lxd subordinate charm
              echo "    lxd:" >> ./bundles.yaml
index c436b67..d715bd8 100755 (executable)
@@ -26,3 +26,4 @@ git clone https://github.com/openstack/charm-nova-compute.git $distro/nova-compu
 git clone https://github.com/openstack/charm-openstack-dashboard.git $distro/openstack-dashboard
 git clone https://github.com/openstack/charm-rabbitmq-server.git $distro/rabbitmq-server
 git clone https://github.com/openstack/charm-heat.git $distro/heat
+git clone https://github.com/openstack/charm-lxd.git xenial/lxd