aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/aks/create_onap.sh
diff options
context:
space:
mode:
authorstark, steven <steven.stark@att.com>2019-12-05 14:14:32 -0800
committerBrian Freeman <bf1936@att.com>2019-12-09 13:19:36 +0000
commitf3519424a5c99b59e2b508dae510cdac27cc6dc5 (patch)
tree245c1f3fce046cd87751902853e8e45c85bfeb4d /deployment/aks/create_onap.sh
parent48a45d1acc24778b9ba2620714815b6a0c034379 (diff)
[INT] various updates to AKS deployment scripts
- Adding support for pluggable post-install scripts. See README. - Adding pre_install check to validate the correct software is installed before attempting deployment. - Updating AKS deploy command line to support azure cli 2.0.75. Issue-ID: INT-1398 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I1ff819e96a3f34c88580e90e8d6f2b79979a7a61
Diffstat (limited to 'deployment/aks/create_onap.sh')
-rwxr-xr-xdeployment/aks/create_onap.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/deployment/aks/create_onap.sh b/deployment/aks/create_onap.sh
index 4abddd64f..4f3a673bb 100755
--- a/deployment/aks/create_onap.sh
+++ b/deployment/aks/create_onap.sh
@@ -17,11 +17,10 @@ set -x
BUILD_NAME=$1
KUBECONFIG=$2
-NFS_SERVER_IP=$3
-OOM_BRANCH=$4
-BUILD_DIR=$5
-CHART_VERSION=$6
-OOM_OVERRIDES=$7
+OOM_BRANCH=$3
+BUILD_DIR=$4
+CHART_VERSION=$5
+OOM_OVERRIDES=$6
pushd .