diff options
author | Varma, Vikas <vv8305@att.com> | 2018-09-19 00:39:03 -0400 |
---|---|---|
committer | Vikas Varma <vv8305@att.com> | 2018-09-19 05:00:05 +0000 |
commit | 276119f2d54b2e8f49b8595ecfcc6545aeb77fef (patch) | |
tree | fd39c9b061e00a79d867e860a030020f7b0af571 /config/osdf_config.yaml | |
parent | ce6ac9833b9d91dfe9fdd4a0346a641c0c246d90 (diff) |
Initial checkin for pci optimization code
Change-Id: I6fe8ad471f8ad68a964664b910f02bd8a9766639
Signed-off-by: Varma, Vikas <vv8305@att.com>
Issue-ID: OPTFRA-342
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 4ef11f8..5f206f5 100755 --- a/config/osdf_config.yaml +++ b/config/osdf_config.yaml @@ -56,3 +56,14 @@ aaf_sms_url: https://aaf-sms.onap:10443 aaf_sms_timeout: 30 secret_domain: osdf #Replace with the UUID aaf_ca_certs: ssl_certs/aaf_root_ca.cer + +# config db api +configDbUrl: http://config.db.url:8080 +configDbUserName: osdf +configDbPassword: passwd +configDbGetCellListUrl: 'SDNCConfigDBAPI/getCellList' +configDbGetNbrListUrl: 'SDNCConfigDBAPI/getNbrList' + +# Credentials for PCIHandler +pciHMSUsername: "" # pcihandler username for call back. +pciHMSPassword: "" # pcihandler password for call back. |