aboutsummaryrefslogtreecommitdiffstats
path: root/test/config/osdf_config.yaml
diff options
context:
space:
mode:
authorVikas Varma <vikas.varma@att.com>2021-07-28 03:15:23 +0000
committerGerrit Code Review <gerrit@onap.org>2021-07-28 03:15:23 +0000
commit572c5eb2e52be9f5ff7614e49edea86e81d6d2b9 (patch)
treef4458c45c7c8780c2e48b829204751856edd1206 /test/config/osdf_config.yaml
parent5bf5017b3ac211436cdb61f04c89acf96b5cdd6f (diff)
parentf90e03c6a749ee25df3ac74355981861d59160d0 (diff)
Merge "Add cps client to PCI app"
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