diff options
author | pkaras <piotr.karas@nokia.com> | 2019-04-23 13:45:25 +0200 |
---|---|---|
committer | Alexis de Talhouƫt <adetalhouet89@gmail.com> | 2019-05-10 17:54:27 +0000 |
commit | 837db9583cbfb6b650449f0fca6b08828caad2bf (patch) | |
tree | b0bc1afebd65ca6a4ec2f2289a3965e72eff6cd0 /kubernetes/dmaap/components/dmaap-bc/values.yaml | |
parent | 6e520f189fbd1cfab2359763e454eff07bbc68a6 (diff) |
Override aaf_locate_url from values.yaml
Change-Id: I189be373fb890f934d720e042274e2f06f3cd853
Issue-ID: DMAAP-1175
Signed-off-by: piotr.karas <piotr.karas@nokia.com>
Signed-off-by: Tomek Kaminski <tomasz.kaminski@nokia.com>
Diffstat (limited to 'kubernetes/dmaap/components/dmaap-bc/values.yaml')
-rw-r--r-- | kubernetes/dmaap/components/dmaap-bc/values.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/dmaap/components/dmaap-bc/values.yaml b/kubernetes/dmaap/components/dmaap-bc/values.yaml index 6b974141d0..171ac45788 100644 --- a/kubernetes/dmaap/components/dmaap-bc/values.yaml +++ b/kubernetes/dmaap/components/dmaap-bc/values.yaml @@ -35,11 +35,13 @@ image: onap/dmaap/dmaap-bc:1.1.5 # application configuration dmaapMessageRouterService: message-router + # change the following value to point to Windriver instance maintained # by AAF team. # e.g. #aafURL: https://aaf-onap-test.osaaf.org:8095/proxy/ aafURL: https://aaf-service:8100/ +aafLocateUrl: https://aaf-locate:8095 topicMgrUser: dmaap-bc@dmaap-bc.onap.org topicMgrPwd: demo123456! adminUser: aaf_admin@people.osaaf.org |