diff options
author | dhebeha <dhebeha.mj71@wipro.com> | 2020-10-21 17:37:28 +0530 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-11-02 15:28:55 +0000 |
commit | 332230384f2d2a55af67e3d5e362e69f8f34ec81 (patch) | |
tree | c25ea1f9f3d15c33511e8f6beadcc1e90fb0eb72 | |
parent | 9a1f668bc3333916adaa97ec44db8a9d8d2e2827 (diff) |
Add AAF username and password
Issue-ID: DCAEGEN2-2485
Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
Change-Id: I2c63b8f5f042bc2ffd3a1a8f390688f93d5dd1d9
(cherry picked from commit 9e689c2d99427c3df28f0a6421ca0417febd5614)
-rw-r--r-- | blueprints/k8s-slice-analysis-ms.yaml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/blueprints/k8s-slice-analysis-ms.yaml b/blueprints/k8s-slice-analysis-ms.yaml index 1348f15..41523a2 100644 --- a/blueprints/k8s-slice-analysis-ms.yaml +++ b/blueprints/k8s-slice-analysis-ms.yaml @@ -28,7 +28,7 @@ inputs: tag_version: type: string description: docker image name and version - default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.components.slice-analysis-ms:1.0.0" + default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.components.slice-analysis-ms:1.0.1" pgaas_cluster_name: type: string description: pg cluster @@ -40,11 +40,11 @@ inputs: aaf_username: type: string description: aaf username - default: + default: "dcae@dcae.onap.org" aaf_password: type: string description: aaf password - default: + default: "demo123456!" dmaap_polling_interval: type: integer description: dmaap polling interval @@ -80,7 +80,7 @@ inputs: config_db: type: string description: config db location - default: "http://sdnc.onap:8181" + default: "http://config-db:8080" log_path: type: string description: log location in host @@ -113,7 +113,6 @@ inputs: type: integer description: delay for the consumer thread default: 120000 - node_templates: pgaasvm: type: dcae.nodes.pgaas.database @@ -151,7 +150,14 @@ node_templates: interval: 15s timeout: 1s type: http + tls_info: + cert_directory: '/opt/app/sliceanalysisms/etc/cert/' + use_tls: true application_config: + aafUsername: { get_input: aaf_username } + aafPassword: { get_input: aaf_password } + trust_store_path: '/opt/app/sliceanalysisms/etc/cert/trust.jks' + trust_store_pass_path: '/opt/app/sliceanalysisms/etc/cert/trust.pass' streams_subscribes: performance_management_topic: aaf_username: { get_input: aaf_username } |