aboutsummaryrefslogtreecommitdiffstats
path: root/test/config/osdf_config.yaml
diff options
context:
space:
mode:
authorkrishnaa96 <krishna.moorthy6@wipro.com>2021-07-20 11:44:26 +0530
committerkrishnaa96 <krishna.moorthy6@wipro.com>2021-07-20 14:38:09 +0530
commitf90e03c6a749ee25df3ac74355981861d59160d0 (patch)
tree400b9f6b2ef6a07b1dbb4ebeeb58e8c026e00a45 /test/config/osdf_config.yaml
parent555e5727d1c818108ff255a1b9fe4542b768ad5c (diff)
Add cps client to PCI app
- Add CPS client - Add configuration to switch between CPS and config DB Issue-ID: OPTFRA-978 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Ibce259123864a16e5f9e3b8e53563151d8036a88
Diffstat (limited to 'test/config/osdf_config.yaml')
-rwxr-xr-xtest/config/osdf_config.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/config/osdf_config.yaml b/test/config/osdf_config.yaml
index 2b38ddd..05d7c6a 100755
--- a/test/config/osdf_config.yaml
+++ b/test/config/osdf_config.yaml
@@ -64,6 +64,15 @@ aaf_ca_certs: ssl_certs/aaf_root_ca.cer
pciHMSUsername: "" # pcihandler username for call back.
pciHMSPassword: "" # pcihandler password for call back.
+configClientType: configdb
+
+# config db api
+configDbUrl: http://127.0.0.1:5000/simulated/configdb
+configDbUserName: osdf
+configDbPassword: passwd
+configDbGetCellListUrl: 'getCellList'
+configDbGetNbrListUrl: 'getNbrList'
+
# Credentials for the OOF PCI Opt service
osdfPCIOptUsername: PCI-OSDF-USER
osdfPCIOptPassword: PCI-OSDF-PASSWD