aboutsummaryrefslogtreecommitdiffstats
path: root/cmso-service/etc/config/ticketmgt.properties
diff options
context:
space:
mode:
authorJerry Flood <jflood@att.com>2019-04-30 13:31:09 -0400
committerJerry Flood <jflood@att.com>2019-04-30 13:31:59 -0400
commit0d920e8d8e85f712dd1799f8682357afe43819e3 (patch)
tree6f7d28d5a6e7fcc0882e88a60bd3ab9c21f0e200 /cmso-service/etc/config/ticketmgt.properties
parent1d4385fb37b42b93a73d4c10318be61d419bd7fc (diff)
Updates to enable local HTTPS testing
Issue-ID: OPTFRA-391 Change-Id: I4826a4ecc7f33d7062f3cd2850c349fbc4f1ec84 Signed-off-by: Jerry Flood <jflood@att.com>
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