aboutsummaryrefslogtreecommitdiffstats
path: root/public/index.html
diff options
context:
space:
mode:
authorJakub Dudycz <jakub.dudycz@nokia.com>2018-08-07 09:32:43 +0200
committerJakub Dudycz <jakub.dudycz@nokia.com>2018-08-07 09:32:43 +0200
commitf16fff6a5c15474d86ea304b499535076d5a368c (patch)
tree13b76f93b0c0dff6b5d80c650fdc9004cca5c8cd /public/index.html
parent77f11bb84dc36638abcce8ffa1e1a67a3600b5a2 (diff)
Clean up repository
There are some leftover from gitlab that should be removed from/updated in official repo. Change-Id: I9e47321433ed2f744135b7fb85f140f381fe84e1 Issue-ID: DCAEGEN2-690 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html64
1 files changed, 0 insertions, 64 deletions
diff --git a/public/index.html b/public/index.html
deleted file mode 100644
index 26b0b13c..00000000
--- a/public/index.html
+++ /dev/null
@@ -1,64 +0,0 @@
-<!doctype html>
-<html lang="en">
-<head>
- <!-- Required meta tags -->
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
-
- <!-- Bootstrap CSS -->
- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
- integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
-
- <title>VES High Volume collector</title>
-</head>
-<body>
-<div class="container">
-
- <div class="jumbotron jumbotron-fluid">
- <div class="container">
- <h1 class="display-4">VES High Volume collector</h1>
- <p class="lead">ONAP collector for high volume data, eg. real-time PM</p>
- </div>
- <div class="container">
- <span class="badge badge-light">Build
- <a href="https://gitlabe1.ext.net.nokia.com/onap-wro/ves-hv-collector/pipelines/charts">
- <img alt="pipeline status"
- src="https://gitlabe1.ext.net.nokia.com/onap-wro/ves-hv-collector/badges/master/pipeline.svg"/>
- </a>
- </span>
- <span class="badge badge-light">Integration tests
- <a href="https://gitlabe1.ext.net.nokia.com/onap-wro/ves-hv-integration/pipelines/charts">
- <img alt="pipeline status"
- src="https://gitlabe1.ext.net.nokia.com/onap-wro/ves-hv-integration/badges/master/pipeline.svg"/>
- </a>
- </span>
-
- </div>
- </div>
-
-
-
- <ul>
- <li>Repositories
- <ul>
- <li><a href="https://gitlabe1.ext.net.nokia.com/onap-wro/ves-hv-collector">Implementation</a></li>
- <li><a href="https://gitlabe1.ext.net.nokia.com/onap-wro/ves-hv-integration">Integration tests</a> based on ONAP CSIT framework</li>
- </ul>
- </li>
- </li>
- <li><a href="https://onap-wro.gitlabe1-pages.ext.net.nokia.com/ves-hv-integration/report.html">Last IT results</a></li>
- <li>Static code analysis:
- <ul>
- <li><a href="./analysis/core/detekt-report.html">Core</a></li>
- <li><a href="./analysis/main/detekt-report.html">Main</a></li>
- <li><a href="./analysis/utils/detekt-report.html">Utils</a></li>
- <li><a href="./analysis/dcae-app-simulator/detekt-report.html">DCAE APP simulator</a></li>
- <li><a href="./analysis/xnf-simulator/detekt-report.html">xNF simulator</a></li>
- </ul>
- </li>
- <li><a href="./coverage">Coverage</a> (please note that Jacoco support for Kotlin is currently very problematic so the values are invalid)
- </ul>
-</div>
-
-</body>
-</html>