diff options
author | krishna <krishna.moorthy6@wipro.com> | 2019-05-23 20:15:02 +0530 |
---|---|---|
committer | krishna <krishna.moorthy6@wipro.com> | 2019-05-23 20:17:41 +0530 |
commit | 47f69efb6859092c55fc16c36854b550121a2228 (patch) | |
tree | f2aa1bd95ed27e1ccb558b2af1333308bfc62247 /dpo/blueprints/k8s-sonhms.yaml | |
parent | d290a8c6849bfd957363ec4c57a477c650429971 (diff) |
Add second control loop name, Change restclient to support SSL
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.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dpo/blueprints/k8s-sonhms.yaml b/dpo/blueprints/k8s-sonhms.yaml index 0c7ab81..5242577 100644 --- a/dpo/blueprints/k8s-sonhms.yaml +++ b/dpo/blueprints/k8s-sonhms.yaml @@ -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} |