X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=test%2Fconfig%2Fosdf_config.yaml;h=05d7c6a60fce38de47d5c2b168502e67c248ca70;hb=2b9e7f4fca3d510a201283a8561f6ff3424f5fd6;hp=ef73d4c29e969470bd595cf5107732e05953572d;hpb=f9b3575cae2b521ba8c6b6b30b15c89bd8a1cb48;p=optf%2Fosdf.git diff --git a/test/config/osdf_config.yaml b/test/config/osdf_config.yaml index ef73d4c..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 @@ -72,10 +81,18 @@ aaiUrl: "https://aai.url:30233" aaiServiceInstanceUrl : "/aai/v20/nodes/service-instances/service-instance/" #DES api -desUrl: https://des.url:9000 +desUrl: http://des.url:9000 desApiPath: /datalake/v1/exposure/ desHeaders: Accept: application/json Content-Type: application/json desUsername: desPassword: + +#consulconfig +consulHost: '127.0.0.1' +consulPort: 8500 +consulScheme: 'http' +consulVerify: True +consulCert: None +activateConsulConfig: False \ No newline at end of file