aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/aks/util/create_robot_config.sh
diff options
context:
space:
mode:
authorstark, steven <steven.stark@att.com>2020-04-21 15:28:13 -0700
committerBrian Freeman <bf1936@att.com>2020-04-23 12:28:48 +0000
commitd5d74c7ce5f071d2e0417cc3b4b86073fd9b41cc (patch)
tree7f58554dcf13054bc8a6f35d90aac68cd3a480b5 /deployment/aks/util/create_robot_config.sh
parent906480b1b28446660b4a65f249ddf6722fc8b7e6 (diff)
[INT] updating aks install w/ master pass
- Also updating openstack cli to py3 to fix import issues Issue-ID: INT-1557 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I99cbc68614e0fcc8fd0572fd7c44c7cd431b215b
Diffstat (limited to 'deployment/aks/util/create_robot_config.sh')
-rwxr-xr-xdeployment/aks/util/create_robot_config.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/deployment/aks/util/create_robot_config.sh b/deployment/aks/util/create_robot_config.sh
index dea67b858..9c1e15e1b 100755
--- a/deployment/aks/util/create_robot_config.sh
+++ b/deployment/aks/util/create_robot_config.sh
@@ -17,6 +17,7 @@ OPENSTACK_RC=$1
OPENSTACK_PARAM=$2
BUILD_DIR=$3
INTEGRATION_TEMPLATE=$4
+MASTER_PASSWORD=$5
if [ "$OPENSTACK_RC" == "" ]
then
@@ -71,6 +72,8 @@ sed -ir -e "s/__sec_group__/$OS_SEC_GROUP/" $template
sed -ir -e "s/\${OS_UBUNTU_14_IMAGE}/$OS_UBUNTU_14_IMAGE/" $template
sed -ir -e "s/\${OS_UBUNTU_16_IMAGE}/$OS_UBUNTU_16_IMAGE/" $template
+sed -ir -e "s/\${MASTER_PASSWORD}/$MASTER_PASSWORD/" $template
+
sed -ir -e "s/__nfs_ip_addr__/$NFS_IP_ADDR/" $template
sed -ir -e "s/__k8s_01_vm_ip__/$K8S_01_VM_IP/" $template