Optimize cm-handle registration with CPS-DMI Plugin to upload yang model
[ccsdk/features.git] / sdnr / northbound / addCMHandle / provider / src / main / resources / cm-handle.properties
index f027f59..57742cc 100644 (file)
@@ -2,7 +2,7 @@
 # ============LICENSE_START=======================================================
 # ONAP : ccsdk features
 # ================================================================================
-# Copyright (C) 2021 Wipro Limited.
+# Copyright (C) 2021-2022 Wipro Limited.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 #
 
 
-url              = https://dmaap-message-router/events/CM_HANDLE
-user             = user
-password         = password
-authentication   = basic
-dmi-service-name = dmi-service-name
+cpsUrl           = http://cps:8783/dmi/v1/inventory/cmHandles
+user             = ${CPS_USER:-cpsuser}
+password         = ${CPS_PASSWORD:-cpspassword}
+dmaapUrl         = http://message-router:3094/events/CM-HANDLE
+client           = CPS
+dmiServiceName   = dmi-service-name
+timerThreshold   = 60000