summaryrefslogtreecommitdiffstats
path: root/ci/01-deploybundle.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-05-27 16:21:41 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-05-27 16:22:41 -0500
commit3f0c4e845db5d7721b4062f576f12f3d0137de49 (patch)
treee47f5f1a4e45aa301d721b72dfcdf052a1a6e6dd /ci/01-deploybundle.sh
parent494b0885ab040d2952487e757c684b993ea659f5 (diff)
enable the dpdk based on feature request.
Change-Id: I563649af6bdb2d666251e35c1c8f60641bc5c543 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/01-deploybundle.sh')
-rwxr-xr-xci/01-deploybundle.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/01-deploybundle.sh b/ci/01-deploybundle.sh
index 9d11e2f7..2d4716fc 100755
--- a/ci/01-deploybundle.sh
+++ b/ci/01-deploybundle.sh
@@ -143,6 +143,10 @@ case "$5" in
'odl_l3' )
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
+ ;;
esac
echo "... Deployment Started ...."