From 777b9b40745e747438939d4fa5bdab71015ac701 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Sat, 16 Jan 2016 00:15:43 -0600 Subject: added a command line option -f in deploy.sh to enable ipv6 during deployment. Change-Id: I628b37b4e9434a613851e020cb5be6fb1ac5934b (cherry picked from commit 65fa4d4b473684b9dc97b12886026e306964edba) --- ci/01-deploybundle.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ci/01-deploybundle.sh') diff --git a/ci/01-deploybundle.sh b/ci/01-deploybundle.sh index 455aef94..9452d7ae 100755 --- a/ci/01-deploybundle.sh +++ b/ci/01-deploybundle.sh @@ -56,6 +56,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' ) -- cgit 1.2.3-korg