diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-11-01 12:18:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-01 12:18:21 +0000 |
commit | 9a973519fe257d8153c355de676f4c4a40d99993 (patch) | |
tree | 0cd1dbd632a876b3f9b7e13e694e038eaeb8ef7e /kubernetes | |
parent | 0f1a4124c37e23bb8ae7479a785ddebe6045515a (diff) | |
parent | 064e27467cc4d6f62eea5e1a4dd6725e2bd9411b (diff) |
Merge "Enable AAF credentials for APPC"
Diffstat (limited to 'kubernetes')
-rwxr-xr-x | kubernetes/robot/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/robot/values.yaml b/kubernetes/robot/values.yaml index 086957e7dd..450adeb75a 100755 --- a/kubernetes/robot/values.yaml +++ b/kubernetes/robot/values.yaml @@ -96,8 +96,8 @@ aafPassword: "demo123456!" aaiUsername: "aai@aai.onap.org" aaiPassword: "demo123456!" # APPC -appcUsername: "admin" -appcPassword: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U" +appcUsername: "appc@appc.onap.org" +appcPassword: "demo123456!" # DCAE dcaeUsername: "console" dcaePassword: "ZjJkYjllMjljMTI2M2Iz" |