Add Holmes as a Module of Client
authorGuangrongFu <fu.guangrong@zte.com.cn>
Fri, 24 Mar 2017 06:31:03 +0000 (14:31 +0800)
committerGuangrongFu <fu.guangrong@zte.com.cn>
Tue, 28 Mar 2017 00:53:49 +0000 (08:53 +0800)
Add some dependencies to integration
Add Holmes as a module of Client
Change the name of alarm-analysis to client-gui/holmes in pom.xml
Change the import path from ./Msg to ./msg

Change-Id: I00a3d37fa705aef297921325f22b4d9ccba5def0
Issue-ID: CLIENT-164
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
alarm-analysis/pom.xml
alarm-analysis/src/main/webapp/alarm/app/correlation-modal/modal.component.ts
integration/pom.xml
pom.xml

index 8c20995..be817e8 100644 (file)
@@ -27,6 +27,7 @@
     <artifactId>holmes</artifactId>
     <packaging>war</packaging>
     <version>1.1.0-SNAPSHOT</version>
+       <name>client-gui/holmes</name>
 
 <build>
 <plugins>
index 7afc528..6c9f432 100644 (file)
@@ -15,7 +15,7 @@
 */
 import { Component, Input, OnInit } from '@angular/core';
 import { ModalService } from './modal.service';
-import { Msg } from './Msg';
+import { Msg } from './msg';
 declare var $: any;
 @Component({
 
index 0ce32b6..862931f 100644 (file)
             <artifactId>resmgr</artifactId>
             <version>1.1.0-SNAPSHOT</version>
             <type>war</type>
+        </dependency>
+               <dependency>
+            <groupId>org.openo.client.gui</groupId>
+            <artifactId>holmes</artifactId>
+            <version>1.1.0-SNAPSHOT</version>
+            <type>war</type>
         </dependency>
         <dependency>
             <groupId>org.openo.client.gui</groupId>
                             <groupId>org.openo.client.gui</groupId>
                             <artifactId>resmgr</artifactId>
                         </overlay>
+
+
+                                               <overlay>
+                            <groupId>org.openo.client.gui</groupId>
+                            <artifactId>holmes</artifactId>
+                        </overlay>
                         <overlay>
                             <groupId>org.openo.client.gui</groupId>
                             <artifactId>vnfmarket</artifactId>
diff --git a/pom.xml b/pom.xml
index 88cdfa7..9c214db 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,7 @@
         <module>monitor</module>
         <module>performance</module>
         <module>resmgr</module>
+        <module>alarm-analysis</module>
         <module>vnfmarket</module>
     </modules>
 </project>