diff options
author | malar <malarvizhi.44@wipro.com> | 2021-08-29 17:17:21 +0000 |
---|---|---|
committer | malar <malarvizhi.44@wipro.com> | 2021-08-29 17:17:21 +0000 |
commit | afb7bc0c146474e2492d29a70fa1c82689e8e3ed (patch) | |
tree | 7e5b536066e189e51e38a5fa81adb4dbe2479389 /dpo/spec/sonhandler-componentspec.json | |
parent | d9b2a6fef81bf657eac6224dba75254db49c926b (diff) |
Implement CPS Client in SON Handler
Issue-ID: DCAEGEN2-2883
Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com>
Change-Id: Ife63f6eeb9e277c472a4773fe78345e18b753511
Diffstat (limited to 'dpo/spec/sonhandler-componentspec.json')
-rw-r--r-- | dpo/spec/sonhandler-componentspec.json | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/dpo/spec/sonhandler-componentspec.json b/dpo/spec/sonhandler-componentspec.json index 2d23fb8..8899dfc 100644 --- a/dpo/spec/sonhandler-componentspec.json +++ b/dpo/spec/sonhandler-componentspec.json @@ -141,6 +141,22 @@ "designer_editable": false }, { + "name": "cps.username", + "value": "cpsuser", + "description": "cps configuration", + "sourced_at_deployment": false, + "policy_editable": false, + "designer_editable": false + }, + { + "name": "cps.password", + "value": "cpsr0cks!", + "description": "cps configuration", + "sourced_at_deployment": false, + "policy_editable": false, + "designer_editable": false + }, + { "name": "sonhandler.optimizers", "value": [ "pci" @@ -191,6 +207,14 @@ "designer_editable": false }, { + "name": "sonhandler.clientType", + "value": "ConfigDB", + "description": "Client type", + "sourced_at_deployment": false, + "policy_editable": false, + "designer_editable": false + }, + { "name": "sonhandler.dmaap.servers", "value": [ "message-router:3904" @@ -241,6 +265,46 @@ "designer_editable": false }, { + "name": "sonhandler.cps.service.url", + "value": "http://cps-tbdmt:8080", + "description": "Cps service url", + "sourced_at_deployment": false, + "policy_editable": false, + "designer_editable": false + }, + { + "name": "sonhandler.get.cell.data.url", + "value": "execute/cps-ran-schema/get-cell-data", + "description": "Cps get cell data url", + "sourced_at_deployment": false, + "policy_editable": false, + "designer_editable": false + }, + { + "name": "sonhandler.get.nbr.list.url", + "value": "execute/cps-ran-schema/get-nbr-list", + "description": "Cps get nbr list url", + "sourced_at_deployment": false, + "policy_editable": false, + "designer_editable": false + }, + { + "name": "sonhandler.get.pci.url", + "value": "execute/cps-ran-schema/get-pci", + "description": "Cps get pci url", + "sourced_at_deployment": false, + "policy_editable": false, + "designer_editable": false + }, + { + "name": "sonhandler.get.pnf.url", + "value": "execute/cps-ran-schema/get-pnf", + "description": "Cps get pnf url", + "sourced_at_deployment": false, + "policy_editable": false, + "designer_editable": false + }, + { "name": "sonhandler.oof.service", "value": "http://oof:8080", "description": "oof service url", |