summaryrefslogtreecommitdiffstats
path: root/ci/01-deploybundle.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-01-16 00:15:43 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2016-01-16 00:15:43 -0600
commit65fa4d4b473684b9dc97b12886026e306964edba (patch)
treea745c8bc101426e0f572277d6f8e7378841f2ddd /ci/01-deploybundle.sh
parentaa1a7566342613020c41e309e8b2c4fcf0a2b59b (diff)
added a command line option -f in deploy.sh to enable ipv6 during
deployment. Change-Id: I628b37b4e9434a613851e020cb5be6fb1ac5934b
Diffstat (limited to 'ci/01-deploybundle.sh')
-rwxr-xr-xci/01-deploybundle.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/01-deploybundle.sh b/ci/01-deploybundle.sh
index b3616661..8ac8101b 100755
--- a/ci/01-deploybundle.sh
+++ b/ci/01-deploybundle.sh
@@ -60,6 +60,12 @@ case "$3" in
;;
esac
+case "$5" in
+ 'ipv6' )
+ sed -i -- 's/#prefer-ipv6: true/prefer-ipv6: true/g' ./bundles.yaml
+ ;;
+esac
+
echo "... Deployment Started ...."
case "$1" in
'nonha' )