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 /csit/scripts/osdf-properties/osdf_config.yaml | |
parent | 5bf5017b3ac211436cdb61f04c89acf96b5cdd6f (diff) | |
parent | f90e03c6a749ee25df3ac74355981861d59160d0 (diff) |
Merge "Add cps client to PCI app"
Diffstat (limited to 'csit/scripts/osdf-properties/osdf_config.yaml')
-rwxr-xr-x | csit/scripts/osdf-properties/osdf_config.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/csit/scripts/osdf-properties/osdf_config.yaml b/csit/scripts/osdf-properties/osdf_config.yaml index 3ca4cd1..93ea197 100755 --- a/csit/scripts/osdf-properties/osdf_config.yaml +++ b/csit/scripts/osdf-properties/osdf_config.yaml @@ -43,11 +43,20 @@ aaf_sms_timeout: 30 secret_domain: osdf aaf_ca_certs: /opt/aaf_root_ca.cer +configClientType: configdb + # config db api configDbUrl: http://127.0.0.1:5000/simulated/configdb configDbGetCellListUrl: 'getCellList' configDbGetNbrListUrl: 'getNbrList' +# cps api +cpsUrl: http://localhost:8080/execute +cpsCellListUrl: 'e2e-cavsta-schemaset/get-cell-list' +cpsNbrListUrl: 'e2e-cavsta-schemaset/get-nbr-list' +cpsUsername: '' +cpsPassword: '' + #aai api aaiUrl: "http://127.0.0.1:5000" aaiGetLinksUrl: "/aai/v16/network/logical-links" |