summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2019-04-10 11:41:25 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-10 11:41:25 +0000
commit5f69f150a176c8f261a66d84a17cf6f4f9cf5d00 (patch)
tree49ca2089baae036df8113e5be34834edb22669bc
parent10dbdf83b4deb3aee1c8912c17846563f8004e88 (diff)
parent25e16a1da9aa50c9057821bb4a33e7a207cabcae (diff)
Merge "Update PRH blueprint due to changes in Dublin Add AAI headers section"
-rw-r--r--blueprints/k8s-prh.yaml-template6
1 files changed, 6 insertions, 0 deletions
diff --git a/blueprints/k8s-prh.yaml-template b/blueprints/k8s-prh.yaml-template
index b425b5e..d24144b 100644
--- a/blueprints/k8s-prh.yaml-template
+++ b/blueprints/k8s-prh.yaml-template
@@ -122,6 +122,12 @@ node_templates:
aai.aaiClientConfiguration.aaiBasePath: "/aai/v12"
aai.aaiClientConfiguration.aaiPnfPath: "/network/pnfs/pnf"
aai.aaiClientConfiguration.aaiServiceInstancePath: "/business/customers/customer/${customer}/service-subscriptions/service-subscription/${serviceType}/service-instances/service-instance/${serviceInstanceId}"
+ aai.aaiClientConfiguration.aaiHeaders:
+ X-FromAppId: "prh"
+ X-TransactionId: "9999"
+ Accept: "application/json"
+ Real-Time: "true"
+ Authorization: "Basic QUFJOkFBSQ=="
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"