From e3f81c49af440b593b102c68c8421e892722632c Mon Sep 17 00:00:00 2001 From: Dileep Ranganathan Date: Fri, 12 Oct 2018 05:54:32 -0700 Subject: Enable SMS for HAS Load secrets from SMS in OSDF Helm charts uses a Job to load secrets. CSIT needs to load it manually. Added is_eanbled flag for SMS. SMS is enabled by default. For testing locally, this can be overridden. Change-Id: I09bc96e1408d4136cc479e1e5667d36b5a1b5427 Issue-ID: OPTFRA-343 Signed-off-by: Dileep Ranganathan --- preload_secrets.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'preload_secrets.yaml') diff --git a/preload_secrets.yaml b/preload_secrets.yaml index 1642308..98e5197 100755 --- a/preload_secrets.yaml +++ b/preload_secrets.yaml @@ -5,8 +5,8 @@ domain: has secrets: - name: aai values: - username: OOF - password: OOF + username: oof@oof.onap.org + password: demo123456! - name: conductor_api values: username: admin1 -- cgit 1.2.3-korg