diff options
author | krishnaa96 <krishna.moorthy6@wipro.com> | 2019-04-10 14:28:53 +0530 |
---|---|---|
committer | krishnaa96 <krishna.moorthy6@wipro.com> | 2019-04-10 18:01:28 +0530 |
commit | 2896a24832902865313cd16081bba8b2d079748f (patch) | |
tree | feb17dfb42f15d1f33dc76363aa5ce5835ded445 /dpo/blueprints/k8s-sonhms.yaml | |
parent | 80b0c61808d0958ef7d38a772a206f2c17dfd2a5 (diff) |
Fix bugs and formatting issues
Added minor functionality changes
License formatting fixed
Change-Id: Ieed4aab7562256eaf15627de0cee53cfe1cc8956
Issue-ID: DCAEGEN2-1111
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Diffstat (limited to 'dpo/blueprints/k8s-sonhms.yaml')
-rw-r--r-- | dpo/blueprints/k8s-sonhms.yaml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dpo/blueprints/k8s-sonhms.yaml b/dpo/blueprints/k8s-sonhms.yaml index 9e43fac..9d4e0db 100644 --- a/dpo/blueprints/k8s-sonhms.yaml +++ b/dpo/blueprints/k8s-sonhms.yaml @@ -29,7 +29,7 @@ inputs: tag_version: type: string description: docker image name and version - default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.son-handler:latest" + default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.son-handler:1.0.0" pgaas_cluster_name: type: string description: pg cluster @@ -76,6 +76,10 @@ inputs: type: integer description: threshold for poor neighbors default: 70 + namespace: + type: String + description: namespace + default: onap dmaap: type: string description: dmaap server @@ -143,7 +147,7 @@ node_templates: - host: path: { get_input: log_path } container: - bind: /var/log/onap + bind: /home/sonhms/logs mode: rw properties: image: @@ -209,6 +213,7 @@ node_templates: sonhandler.maximumClusters: { get_input: max_clusters } sonhandler.badThreshold: { get_input: bad_threshold } sonhandler.poorThreshold: { get_input: poor_threshold } + sonhandler.namespace: { get_input: namespace } sonhandler.sourceId: SONHMS sonhandler.dmaap.server: - { get_input: dmaap } |