aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhuangjian <huang.jian12@zte.com.cn>2016-09-26 15:44:24 +0800
committerhuangjian <huang.jian12@zte.com.cn>2016-09-26 15:44:24 +0800
commit7a935afeb8801967361a293014b13fbcfbc1f5fe (patch)
treeae6b46e9567f8607ecd54f504d837d9b06e50d86
parent91973919a40c6325daf2cdb5e574cfc1a0ec73c3 (diff)
Add Winery routing forwarding rules
Change-Id: I19843e8056fc6b9b67e11ea0aa5d59aac4025dae Signed-off-by: huangjian <huang.jian12@zte.com.cn>
-rw-r--r--msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initServices/msb.json24
1 files changed, 24 insertions, 0 deletions
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
+ }
+ ]
}
]