diff options
author | Brian Freeman <bf1936@att.com> | 2018-09-10 07:53:22 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-09-10 15:42:27 -0500 |
commit | 6b1b02265a92e478ed9852b70a14ad8b6599425d (patch) | |
tree | 58cb9e6c25c849d882a32076041a3350fb9309d8 /kubernetes/robot/values.yaml | |
parent | 3d8b63bc8475e3a1485fc247e7cc2cf9f9cf6fba (diff) |
Update vm_properties.py for encrypted password
Issue-ID: INT-515
Change-Id: I11824c0e3424f153c413a2bee547423be80338a7
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'kubernetes/robot/values.yaml')
-rw-r--r-- | kubernetes/robot/values.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kubernetes/robot/values.yaml b/kubernetes/robot/values.yaml index 8a28e892f2..eccd684c0b 100644 --- a/kubernetes/robot/values.yaml +++ b/kubernetes/robot/values.yaml @@ -35,6 +35,9 @@ debugEnabled: false ################################################################# config: +# openStackEncryptedPasswordHere should match the encrypted string used in SO and APPC and overridden per environment + openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e" + # Demo configuration # Nexus demo artifact version. Maps to GLOBAL_INJECTED_ARTIFACTS_VERSION demoArtifactsVersion: "1.2.0-SNAPSHOT" @@ -147,4 +150,4 @@ persistence: accessMode: ReadWriteMany size: 2Gi mountPath: /dockerdata-nfs - mountSubPath: robot/logs
\ No newline at end of file + mountSubPath: robot/logs |