diff options
author | “shentao” <shentao@chinamobile.com> | 2017-03-29 20:37:22 +0800 |
---|---|---|
committer | “shentao” <shentao@chinamobile.com> | 2017-03-29 20:37:30 +0800 |
commit | 8d5667415f9e6656fa7e22279bedd53a52dd6c27 (patch) | |
tree | ea382ac5a24bac772f3aea8192d5238da662c6a3 /integration/src | |
parent | 0f1516fd77cc192f30bdeb6b0d9dcbc227137b03 (diff) |
add holmes modules into menu
Issue-id: CLIENT-175
Change-Id: Ic1616a80b9ded4ec6690ae24919b35f04acc238f
Signed-off-by: “shentao” <shentao@chinamobile.com>
Diffstat (limited to 'integration/src')
-rw-r--r-- | integration/src/main/resources/portalConfig/msb_register.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/integration/src/main/resources/portalConfig/msb_register.xml b/integration/src/main/resources/portalConfig/msb_register.xml index 2f9c60ad..0f3777de 100644 --- a/integration/src/main/resources/portalConfig/msb_register.xml +++ b/integration/src/main/resources/portalConfig/msb_register.xml @@ -141,5 +141,15 @@ <lb_policy>hash</lb_policy> <ttl>0</ttl> </registerInfo> + <registerInfo> + <ip>127.0.0.1</ip> + <port>9150</port> + <url>/openoui/holmes</url> + <serviceName>holmes</serviceName> + <protocol>UI</protocol> + <visualRange>1</visualRange> + <lb_policy>hash</lb_policy> + <ttl>0</ttl> + </registerInfo> </registerList> </msbRegister> |