add SDNC MD-SAL and AAI Restconf URL settings to CDS Blueprint Processor 94/88794/4
authorAbdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Wed, 29 May 2019 18:55:15 +0000 (18:55 +0000)
committerAlexis de Talhouët <adetalhouet89@gmail.com>
Wed, 29 May 2019 19:21:09 +0000 (19:21 +0000)
Issue-ID: OOM-1891

Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: I05bbe5f3f72468c745a5d2ddbcc7e962765b22ba

kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties

index d2d043d..1317300 100755 (executable)
@@ -57,4 +57,17 @@ blueprintprocessor.remoteScriptCommand.enabled=true
 blueprintsprocessor.grpcclient.remote-python.type=token-auth
 blueprintsprocessor.grpcclient.remote-python.host=cds-command-executor
 blueprintsprocessor.grpcclient.remote-python.port=50051
-blueprintsprocessor.grpcclient.remote-python.token=Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==
\ No newline at end of file
+blueprintsprocessor.grpcclient.remote-python.token=Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==
+
+# Primary Config Data REST client settings
+blueprintsprocessor.restclient.primary-config-data.type=basic-auth
+blueprintsprocessor.restclient.primary-config-data.url=http://sdnc:8282
+blueprintsprocessor.restclient.primary-config-data.username=admin
+blueprintsprocessor.restclient.primary-config-data.password=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
+
+# Primary AAI Data REST Client settings
+blueprintsprocessor.restclient.primary-aai-data.type=basic-auth
+blueprintsprocessor.restclient.primary-aai-data.url=https://aai.onap:8443
+blueprintsprocessor.restclient.primary-aai-data.username=aai@aai.onap.org
+blueprintsprocessor.restclient.primary-aai-data.password=demo123456!
+