summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2019-04-03 16:54:54 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-03 16:54:54 +0000
commite403deacfc8987d9366ec15acfcda07310df3152 (patch)
treecec705069f53d7978b27bfa0ea8844eb175355e5
parent50f082d287c089a7d0b1430be878fcf26814c5db (diff)
parent5d7d06fc7d784be93f5f1386c440ba514a5fc417 (diff)
Merge "PRH blueprint update for BBS"
-rw-r--r--blueprints/k8s-prh.yaml-template20
1 files changed, 14 insertions, 6 deletions
diff --git a/blueprints/k8s-prh.yaml-template b/blueprints/k8s-prh.yaml-template
index cf19885..e1b858c 100644
--- a/blueprints/k8s-prh.yaml-template
+++ b/blueprints/k8s-prh.yaml-template
@@ -90,6 +90,13 @@ node_templates:
dmaap.dmaapProducerConfiguration.dmaapUserName: { get_input: dmaap_user }
dmaap.dmaapProducerConfiguration.dmaapUserPassword: { get_input: dmaap_passwd }
dmaap.dmaapProducerConfiguration.dmaapContentType: "application/json"
+ dmaap.dmaapUpdateProducerConfiguration.dmaapHostName: { get_input: dmaap_host }
+ dmaap.dmaapUpdateProducerConfiguration.dmaapPortNumber: { get_input: dmaap_port }
+ dmaap.dmaapUpdateProducerConfiguration.dmaapTopicName: "/events/unauthenticated.PNF_UPDATE"
+ dmaap.dmaapUpdateProducerConfiguration.dmaapProtocol: "http"
+ dmaap.dmaapUpdateProducerConfiguration.dmaapUserName: { get_input: dmaap_user }
+ dmaap.dmaapUpdateProducerConfiguration.dmaapUserPassword: { get_input: dmaap_passwd }
+ dmaap.dmaapUpdateProducerConfiguration.dmaapContentType: "application/json"
aai.aaiClientConfiguration.aaiHost: { get_input: aaiEnrichmentHost }
aai.aaiClientConfiguration.aaiHostPortNumber: { get_input: aaiEnrichmentPort }
aai.aaiClientConfiguration.aaiProtocol: "https"
@@ -98,12 +105,13 @@ node_templates:
aai.aaiClientConfiguration.aaiIgnoreSslCertificateErrors: true
aai.aaiClientConfiguration.aaiBasePath: "/aai/v12"
aai.aaiClientConfiguration.aaiPnfPath: "/network/pnfs/pnf"
- secure.configuration.trustStore: "/opt/app/prh/etc/cert/trust.jks"
- secure.configuration.trustStorePasswordPath: "/opt/app/prh/etc/cert/trust.pass"
- secure.configuration.keyStore: "/opt/app/prh/etc/cert/key.p12"
- secure.configuration.keyStorePasswordPath: "/opt/app/prh/etc/cert/key.pass"
- secure.configuration.enableAaiCertAuth: { get_input: secureEnableCert }
- secure.configuration.enableDmaapCertAuth: { get_input: secureEnableCert }
+ aai.aaiClientConfiguration.aaiServiceInstancePath: "/business/customers/customer/${customer}/service-subscriptions/service-subscription/${serviceType}/service-instances/service-instance/${serviceInstanceId}"
+ security.trustStorePath: "/opt/app/prh/etc/cert/trust.jks"
+ security.trustStorePasswordPath: "/opt/app/prh/etc/cert/trust.pass"
+ security.keyStorePath: "/opt/app/prh/etc/cert/key.p12"
+ security.keyStorePasswordPath: "/opt/app/prh/etc/cert/key.pass"
+ security.enableAaiCertAuth: { get_input: secureEnableCert }
+ security.enableDmaapCertAuth: { get_input: secureEnableCert }
host_port:
{ get_input: host_port }
container_port: