diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-10-31 14:49:37 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-10-31 14:49:37 -0700 |
commit | 064e27467cc4d6f62eea5e1a4dd6725e2bd9411b (patch) | |
tree | ffaf35a88944c69b43adafd6c378bbfbbb07aa90 /kubernetes/robot | |
parent | 7586f977deaa8cb00295545e7de3a537ba113441 (diff) |
Enable AAF credentials for APPC
Change-Id: I9846744f083c4c3903a13e21537e540958b38368
Issue-ID: APPC-1225
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'kubernetes/robot')
-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" |