diff options
author | krishnaa96 <krishna.moorthy6@wipro.com> | 2021-07-20 11:44:26 +0530 |
---|---|---|
committer | krishnaa96 <krishna.moorthy6@wipro.com> | 2021-07-20 14:38:09 +0530 |
commit | f90e03c6a749ee25df3ac74355981861d59160d0 (patch) | |
tree | 400b9f6b2ef6a07b1dbb4ebeeb58e8c026e00a45 /config/osdf_config.yaml | |
parent | 555e5727d1c818108ff255a1b9fe4542b768ad5c (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 'config/osdf_config.yaml')
-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" |