From: Niranjana Date: Mon, 4 May 2020 13:40:19 +0000 (+0530) Subject: Update Son-Handler blueprints X-Git-Tag: 2.0.0~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F38%2F107038%2F2;p=dcaegen2%2Fplatform%2Fblueprints.git Update Son-Handler blueprints Issue-ID: DCAEGEN2-2234 Signed-off-by: Niranjana Change-Id: I7db147d1defd25be0a6772f495735935ddaeb46a --- 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: [] diff --git a/pom.xml b/pom.xml index 1e35147..1a1c177 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.onap.dcaegen2.deployments k8s-bootstrap-container dcaegen2-deployments-k8s-bootstrap-container - 1.12.5-SNAPSHOT + 1.13.0-SNAPSHOT http://maven.apache.org pom diff --git a/version.properties b/version.properties index aa095d5..f2a83f3 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 -minor=12 -patch=5 +minor=13 +patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT