diff options
author | Vikas Varma <vikas.varma@att.com> | 2021-07-28 03:15:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-07-28 03:15:23 +0000 |
commit | 572c5eb2e52be9f5ff7614e49edea86e81d6d2b9 (patch) | |
tree | f4458c45c7c8780c2e48b829204751856edd1206 /config | |
parent | 5bf5017b3ac211436cdb61f04c89acf96b5cdd6f (diff) | |
parent | f90e03c6a749ee25df3ac74355981861d59160d0 (diff) |
Merge "Add cps client to PCI app"
Diffstat (limited to 'config')
-rwxr-xr-x | config/osdf_config.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/osdf_config.yaml b/config/osdf_config.yaml index ee32221..6780d13 100755 --- a/config/osdf_config.yaml +++ b/config/osdf_config.yaml @@ -45,10 +45,21 @@ aaf_sms_timeout: 30 secret_domain: osdf aaf_ca_certs: ssl_certs/aaf_root_ca.cer +configClientType: configdb + # config db api configDbUrl: http://config.db.url:8080 configDbGetCellListUrl: 'SDNCConfigDBAPI/getCellList' configDbGetNbrListUrl: 'SDNCConfigDBAPI/getNbrList' +configDbUserName: '' +configDbPassword: '' + +# cps api +cpsUrl: http://cps-tbdmt:8000/execute +cpsCellListUrl: 'ran-network/getCellList' +cpsNbrListUrl: 'ran-network/getNbrList' +cpsUsername: '' +cpsPassword: '' #aai api aaiUrl: "https://aai.url:30233" |