aboutsummaryrefslogtreecommitdiffstats
path: root/blueprints/k8s-sonhms.yaml
diff options
context:
space:
mode:
authorNiranjana <niranjana.y60@wipro.com>2020-05-04 19:10:19 +0530
committerNiranjana <niranjana.y60@wipro.com>2020-05-04 20:08:11 +0530
commitb477e07ad5763f7f312ef2ace048e5bed226d064 (patch)
tree3d86059ffeef14cfd8f2eed7e0af5b0ea6a3536d /blueprints/k8s-sonhms.yaml
parent764a482dc4c9da85079fb0cf820d93c98b268de7 (diff)
Update Son-Handler blueprints
Issue-ID: DCAEGEN2-2234 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: I7db147d1defd25be0a6772f495735935ddaeb46a
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..73362f4 100644
--- a/blueprints/k8s-sonhms.yaml
+++ b/blueprints/k8s-sonhms.yaml
@@ -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,7 +179,11 @@ 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:
type: dcae.nodes.pgaas.database
@@ -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: []