Add cps client to PCI app
[optf/osdf.git] / csit / scripts / osdf-properties / osdf_config.yaml
index 3ca4cd1..93ea197 100755 (executable)
@@ -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"