aboutsummaryrefslogtreecommitdiffstats
path: root/cmso-service/etc/config/ticketmgt.properties
diff options
context:
space:
mode:
Diffstat (limited to 'cmso-service/etc/config/ticketmgt.properties')
-rw-r--r--cmso-service/etc/config/ticketmgt.properties13
1 files changed, 9 insertions, 4 deletions
diff --git a/cmso-service/etc/config/ticketmgt.properties b/cmso-service/etc/config/ticketmgt.properties
index 88db1ee..7758c12 100644
--- a/cmso-service/etc/config/ticketmgt.properties
+++ b/cmso-service/etc/config/ticketmgt.properties
@@ -29,10 +29,15 @@
# limitations under the License.
#-------------------------------------------------------------------------------
+##
+## Update etc/hosts to match. Will work with https configured
+## 127.0.0.1 oof-cmso-ticketmgt oof-cmso-topology oof-cmso-optimizer oof-cmso
+##
+
tm.vnfs.per.ticket=1
-tm.getPath=http://localhost:8080/cmso/v1/tm/getChangeRecord
-tm.createPath=http://localhost:8080/cmso/v1/tm/createChangeRecord
-tm.closePath=http://localhost:8080/cmso/v1/tm/closeCancelChangeRecord
-tm.updatePath=http://localhost:8080/cmso/v1/tm/updateChangeRecord
+tm.getPath=https://oof-cmso:8080/cmso/v1/tm/getChangeRecord
+tm.createPath=https://oof-cmso:8080/cmso/v1/tm/createChangeRecord
+tm.closePath=https://oof-cmso:8080/cmso/v1/tm/closeCancelChangeRecord
+tm.updatePath=https://oof-cmso:8080/cmso/v1/tm/updateChangeRecord
tm.approvalStatus=Approved|Scheduled,Approved|Assigned
tm.template.folder=data/templates/tm