From e06b7efed417389decbf043b5fa7bf7253652583 Mon Sep 17 00:00:00 2001 From: sebdet Date: Mon, 10 Feb 2020 15:51:07 +0100 Subject: Removal of ELK Removal of ELK stack in this repo as now we have clamp-dashboard repo to handle the images construction Issue-ID: CLAMP-483 Change-Id: Icdea709015a973acc6e7884b5444caa1ee3c8cc8 Signed-off-by: sebdet --- pom.xml | 37 +------------------------------------ 1 file changed, 1 insertion(+), 36 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index bb22596f..155eb401 100644 --- a/pom.xml +++ b/pom.xml @@ -45,9 +45,6 @@ - The DOCKER images for: * CLAMP backend (Java Spring) * CLAMP frontend (Javscript React) - * The dashboard - Elastic search - * The dashboard - Logstash - * The dashboard - Kibana It can test: - The CLAMP backend, JAVA unit testing @@ -94,7 +91,7 @@ src/main/resources/** true ${project.build.directory}/${ui.react.src}/coverage/lcov.info - src/main/resources/**,target/ui-react/src/**/*.test.js,target/ui-react/src/setupTests.js,src/main/docker/kibana/*.py + src/main/resources/**,target/ui-react/src/**/*.test.js,target/ui-react/src/setupTests.js localhost:5000 nexus3.onap.org:10001 true @@ -1034,38 +1031,6 @@ - - onap/clamp-dashboard-logstash - onap-clamp-dashboard-logstash - - true - - - true - - latest - ${project.docker.latesttagtimestamp.version} - ${project.docker.latesttag.version} - - logstash/Dockerfile - - - - onap/clamp-dashboard-kibana - onap-clamp-dashboard-kibana - - true - - - true - - latest - ${project.docker.latesttagtimestamp.version} - ${project.docker.latesttag.version} - - kibana/Dockerfile - - -- cgit 1.2.3-korg