aboutsummaryrefslogtreecommitdiffstats
path: root/blueprints/k8s-sonhms.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'blueprints/k8s-sonhms.yaml')
-rw-r--r--blueprints/k8s-sonhms.yaml9
1 files changed, 7 insertions, 2 deletions
diff --git a/blueprints/k8s-sonhms.yaml b/blueprints/k8s-sonhms.yaml
index 54c201f..e6103c9 100644
--- a/blueprints/k8s-sonhms.yaml
+++ b/blueprints/k8s-sonhms.yaml
@@ -30,7 +30,7 @@ inputs:
tag_version:
type: string
description: docker image name and version
- default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.son-handler:2.0.0"
+ default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.son-handler:2.0.2"
pgaas_cluster_name:
type: string
description: pg cluster
@@ -110,7 +110,7 @@ inputs:
oof:
type: string
description: oof location
- default: "http://oof-osdf.onap:8699"
+ default: "https://oof-osdf.onap:8698"
oof_endpoint:
type: string
description: oof endpoint
@@ -179,6 +179,10 @@ inputs:
type: integer
description: time interval for checking FixedPci table
default: 30000
+ nfNamingCode:
+ type: string
+ description: filter fm and pm notification using this parameter
+ default: "RansimAgent"
node_templates:
pgaasvm:
@@ -282,6 +286,7 @@ node_templates:
sonhandler.policyRespTimer: { get_input: policyRespTimer}
sonhandler.policyNegativeAckThreshold: { get_input: policyNegativeAckThreshold}
sonhandler.policyFixedPciTimeInterval: { get_input: policyFixedPciTimeInterval}
+ sonhandler.nfNamingCode: { get_input: nfNamingCode}
service_calls:
sdnr-getpnfname: []
sdnr-getpci: []