diff options
author | 2020-04-21 15:28:13 -0700 | |
---|---|---|
committer | 2020-04-23 12:28:48 +0000 | |
commit | d5d74c7ce5f071d2e0417cc3b4b86073fd9b41cc (patch) | |
tree | 7f58554dcf13054bc8a6f35d90aac68cd3a480b5 /deployment/aks/cloud.conf.example | |
parent | 906480b1b28446660b4a65f249ddf6722fc8b7e6 (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/cloud.conf.example')
-rw-r--r-- | deployment/aks/cloud.conf.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/aks/cloud.conf.example b/deployment/aks/cloud.conf.example index 3172be1d9..71bc7bf03 100644 --- a/deployment/aks/cloud.conf.example +++ b/deployment/aks/cloud.conf.example @@ -84,3 +84,4 @@ OOM_BRANCH="master" CHART_VERSION="5.0.0" OOM_OVERRIDES="" DOCKER_REPOSITORY="nexus3.onap.org:10001" +MASTER_PASSWORD=test123 |