diff options
author | “shentao” <shentao@chinamobile.com> | 2017-03-27 20:08:19 +0800 |
---|---|---|
committer | “shentao” <shentao@chinamobile.com> | 2017-03-27 20:08:26 +0800 |
commit | 4d91982b8c163bb1a32707af737544b1fdd6d747 (patch) | |
tree | 34377b3c7c9c6122dcae26b51fbfd4cb55a0af99 /integration | |
parent | 42da7a4257a773561b047951ffd6daf383d19c39 (diff) |
integrated vnf market function
Issue-id: CLIENT-175
Change-Id: Ide55ebd9b742b3c8e1a619bf36981e2f0530c976
Signed-off-by: “shentao” <shentao@chinamobile.com>
Diffstat (limited to 'integration')
-rw-r--r-- | integration/pom.xml | 10 | ||||
-rw-r--r-- | integration/src/main/resources/portalConfig/msb_register.xml | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index c335b120..0ce32b69 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -134,6 +134,12 @@ <version>1.1.0-SNAPSHOT</version> <type>war</type> </dependency> + <dependency> + <groupId>org.openo.client.gui</groupId> + <artifactId>vnfmarket</artifactId> + <version>1.1.0-SNAPSHOT</version> + <type>war</type> + </dependency> </dependencies> <build> @@ -181,6 +187,10 @@ <groupId>org.openo.client.gui</groupId> <artifactId>resmgr</artifactId> </overlay> + <overlay> + <groupId>org.openo.client.gui</groupId> + <artifactId>vnfmarket</artifactId> + </overlay> </overlays> </configuration> </plugin> diff --git a/integration/src/main/resources/portalConfig/msb_register.xml b/integration/src/main/resources/portalConfig/msb_register.xml index 61ff1787..2f9c60ad 100644 --- a/integration/src/main/resources/portalConfig/msb_register.xml +++ b/integration/src/main/resources/portalConfig/msb_register.xml @@ -131,5 +131,15 @@ <lb_policy>hash</lb_policy> <ttl>0</ttl> </registerInfo> + <registerInfo> + <ip>127.0.0.1</ip> + <port>9150</port> + <url>/openoui/vnfmarket</url> + <serviceName>vnfmarket</serviceName> + <protocol>UI</protocol> + <visualRange>1</visualRange> + <lb_policy>hash</lb_policy> + <ttl>0</ttl> + </registerInfo> </registerList> </msbRegister> |