aboutsummaryrefslogtreecommitdiffstats
path: root/blueprints/k8s-prh.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'blueprints/k8s-prh.yaml')
-rw-r--r--blueprints/k8s-prh.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/blueprints/k8s-prh.yaml b/blueprints/k8s-prh.yaml
index eb24df3..519ee6d 100644
--- a/blueprints/k8s-prh.yaml
+++ b/blueprints/k8s-prh.yaml
@@ -26,10 +26,10 @@ imports:
inputs:
pnfUrl:
type: string
- default: "https://aai.onap.svc.cluster.local:8443/aai/v12/network/pnfs/pnf"
+ default: "https://aai.onap.svc.cluster.local:8443/aai/v23/network/pnfs/pnf"
baseUrl:
type: string
- default: "https://aai.onap.svc.cluster.local:8443/aai/v12"
+ default: "https://aai.onap.svc.cluster.local:8443/aai/v23"
aaiEnrichmentHost:
type: string
default: "aai.onap.svc.cluster.local"
@@ -63,7 +63,7 @@ inputs:
default: "admin"
tag_version:
type: string
- default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.prh.prh-app-server:1.6.1"
+ default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.prh.prh-app-server:1.7.0"
replicas:
type: integer
description: number of instances
@@ -112,9 +112,9 @@ node_templates:
aai.aaiClientConfiguration.aaiUserName: { get_input: aaiEnrichmentUser }
aai.aaiClientConfiguration.aaiUserPassword: { get_input: aaiEnrichmentPasswd }
aai.aaiClientConfiguration.aaiIgnoreSslCertificateErrors: true
- aai.aaiClientConfiguration.aaiBasePath: "/aai/v12"
+ aai.aaiClientConfiguration.aaiBasePath: "/aai/v23"
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.aaiServiceInstancePath: "/business/customers/customer/{{customer}}/service-subscriptions/service-subscription/{{serviceType}}/service-instances/service-instance/{{serviceInstanceId}}"
aai.aaiClientConfiguration.aaiHeaders:
X-FromAppId: "prh"
X-TransactionId: "9999"