From 7a935afeb8801967361a293014b13fbcfbc1f5fe Mon Sep 17 00:00:00 2001 From: huangjian Date: Mon, 26 Sep 2016 15:44:24 +0800 Subject: Add Winery routing forwarding rules Change-Id: I19843e8056fc6b9b67e11ea0aa5d59aac4025dae Signed-off-by: huangjian --- .../resource/apiroute/ext/initServices/msb.json | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initServices/msb.json b/msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initServices/msb.json index 7c0ec0d..5df59e2 100644 --- a/msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initServices/msb.json +++ b/msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initServices/msb.json @@ -25,5 +25,29 @@ "weight" : 0 } ] + }, + { + "serviceName" : "/winery-topologymodeler", + "url" : "/winery-topologymodeler", + "control" : "0", + "status" : "1", + "servers" : [{ + "ip" : "127.0.0.1", + "port" : "8202", + "weight" : 0 + } + ] + }, + { + "serviceName" : "/winery", + "url" : "/winery", + "control" : "0", + "status" : "1", + "servers" : [{ + "ip" : "127.0.0.1", + "port" : "8202", + "weight" : 0 + } + ] } ] -- cgit 1.2.3-korg