diff options
author | Niranjana <niranjana.y60@wipro.com> | 2020-05-04 21:55:09 +0530 |
---|---|---|
committer | Niranjana <niranjana.y60@wipro.com> | 2020-05-05 10:38:50 +0530 |
commit | 9ea2667bcdbcb57382aa1554948938d2610ec267 (patch) | |
tree | 2e7d1f6c41db2174107adcaa3b3b824c1cec07da | |
parent | 575ebe75c15953f29acab8a27aa9ce05d5e73c01 (diff) |
Update Son-Handler blueprints1.12.6
Issue-ID: DCAEGEN2-2234
Signed-off-by: Niranjana <niranjana.y60@wipro.com>
Change-Id: I253a3ce412dbb26b4f1d68527875c0b2ac3c4631
-rw-r--r-- | blueprints/k8s-sonhms.yaml | 9 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
3 files changed, 9 insertions, 4 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: [] @@ -28,7 +28,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>k8s-bootstrap-container</artifactId> <name>dcaegen2-deployments-k8s-bootstrap-container</name> - <version>1.12.5-SNAPSHOT</version> + <version>1.12.6-SNAPSHOT</version> <url>http://maven.apache.org</url> <packaging>pom</packaging> diff --git a/version.properties b/version.properties index aa095d5..1584983 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1
minor=12
-patch=5
+patch=6
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT
|