summaryrefslogtreecommitdiffstats
path: root/dpo/blueprints/k8s-sonhms.yaml
diff options
context:
space:
mode:
authorkrishna <krishna.moorthy6@wipro.com>2019-05-23 20:15:02 +0530
committerkrishna <krishna.moorthy6@wipro.com>2019-05-23 22:54:31 +0530
commit4ac8ebc8e27ff7c87472f2ddacb7887f00cd284d (patch)
tree9ab439708e4b4a0def697132cf548720535407e9 /dpo/blueprints/k8s-sonhms.yaml
parent2e5cff2dd7950ca969a8b0b225d7344075495484 (diff)
Add second control loop name, Change restclient to support SSL4.0.0-ONAP1.0.3dublin
Change-Id: I5ab334676f7f79cf2c42a9325ec1b7bfe8add6c5 Issue-ID: DCAEGEN2-1529 Signed-off-by: krishna <krishna.moorthy6@wipro.com>
Diffstat (limited to 'dpo/blueprints/k8s-sonhms.yaml')
-rw-r--r--dpo/blueprints/k8s-sonhms.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/dpo/blueprints/k8s-sonhms.yaml b/dpo/blueprints/k8s-sonhms.yaml
index aa4178a..2d96706 100644
--- a/dpo/blueprints/k8s-sonhms.yaml
+++ b/dpo/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:1.0.2"
+ default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.son-handler:1.0.3"
pgaas_cluster_name:
type: string
description: pg cluster
@@ -103,6 +103,10 @@ inputs:
oof:
type: string
description: oof location
+ oof_endpoint:
+ type: string
+ description: oof endpoint
+ default: /api/oof/v1/pci
pci_optimizer:
type: string
description: pci optimizer name in oof
@@ -264,6 +268,7 @@ node_templates:
sonhandler.cid: { get_input: cid }
sonhandler.configDb.service: { get_input: config_db }
sonhandler.oof.service: { get_input: oof }
+ sonhandler.oof.endpoint: { get_input: oof_endpoint }
sonhandler.pciOptimizer: { get_input: pci_optimizer }
sonhandler.pciAnrOptimizer: { get_input: pci_anr_optimizer }
sonhandler.poorCountThreshold: { get_input: poorCountThreshold}