summaryrefslogtreecommitdiffstats
path: root/sdnr/northbound/addCMHandle/provider/src/main/resources/cm-handle.properties
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2022-03-23 12:00:12 +0000
committerGerrit Code Review <gerrit@onap.org>2022-03-23 12:00:12 +0000
commit3c74361514bb920ed441d105f66ca978bd074ced (patch)
tree323142ffbd78f0aa4a63b15be0d676de78c075cf /sdnr/northbound/addCMHandle/provider/src/main/resources/cm-handle.properties
parentfd21152d113e232c425719aac5e985333af09b27 (diff)
parent81043465b2a5332d21ac5b806f785ee69d6f62bf (diff)
Merge "Optimize cm-handle registration with CPS-DMI Plugin to upload yang model"
Diffstat (limited to 'sdnr/northbound/addCMHandle/provider/src/main/resources/cm-handle.properties')
-rw-r--r--sdnr/northbound/addCMHandle/provider/src/main/resources/cm-handle.properties14
1 files changed, 8 insertions, 6 deletions
diff --git a/sdnr/northbound/addCMHandle/provider/src/main/resources/cm-handle.properties b/sdnr/northbound/addCMHandle/provider/src/main/resources/cm-handle.properties
index f027f5939..57742cc7e 100644
--- a/sdnr/northbound/addCMHandle/provider/src/main/resources/cm-handle.properties
+++ b/sdnr/northbound/addCMHandle/provider/src/main/resources/cm-handle.properties
@@ -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.
@@ -20,8 +20,10 @@
#
-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