From ec40c069a208d3afec31f8e9b2845b5605c4071c Mon Sep 17 00:00:00 2001 From: GuangrongFu Date: Fri, 24 Mar 2017 14:31:03 +0800 Subject: [PATCH] Add Holmes as a Module of Client 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 --- alarm-analysis/pom.xml | 1 + .../webapp/alarm/app/correlation-modal/modal.component.ts | 2 +- integration/pom.xml | 12 ++++++++++++ pom.xml | 1 + 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/alarm-analysis/pom.xml b/alarm-analysis/pom.xml index 8c20995a..be817e88 100644 --- a/alarm-analysis/pom.xml +++ b/alarm-analysis/pom.xml @@ -27,6 +27,7 @@ holmes war 1.1.0-SNAPSHOT + client-gui/holmes diff --git a/alarm-analysis/src/main/webapp/alarm/app/correlation-modal/modal.component.ts b/alarm-analysis/src/main/webapp/alarm/app/correlation-modal/modal.component.ts index 7afc5280..6c9f432c 100644 --- a/alarm-analysis/src/main/webapp/alarm/app/correlation-modal/modal.component.ts +++ b/alarm-analysis/src/main/webapp/alarm/app/correlation-modal/modal.component.ts @@ -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({ diff --git a/integration/pom.xml b/integration/pom.xml index 0ce32b69..862931f9 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -133,6 +133,12 @@ resmgr 1.1.0-SNAPSHOT war + + + org.openo.client.gui + holmes + 1.1.0-SNAPSHOT + war org.openo.client.gui @@ -187,6 +193,12 @@ org.openo.client.gui resmgr + + + + org.openo.client.gui + holmes + org.openo.client.gui vnfmarket diff --git a/pom.xml b/pom.xml index 88cdfa7b..9c214dbb 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,7 @@ monitor performance resmgr + alarm-analysis vnfmarket -- 2.16.6