From c1d414af5f411eeda06cf707e57d401e134398b8 Mon Sep 17 00:00:00 2001 From: Pawel Date: Wed, 10 Jun 2020 14:26:08 +0200 Subject: Refactor ves performance test Issue-ID: DCAEGEN2-608 Signed-off-by: Pawel Change-Id: I17154b59390af7340b7e86ae0ac3336583dd9318 --- performanceTests/k8s/README.md | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 performanceTests/k8s/README.md (limited to 'performanceTests/k8s/README.md') diff --git a/performanceTests/k8s/README.md b/performanceTests/k8s/README.md deleted file mode 100644 index 85251df2..00000000 --- a/performanceTests/k8s/README.md +++ /dev/null @@ -1,38 +0,0 @@ -DCAE VESCollector Performance Tests environment -=============================================== - -### Prerequisites -Copy performance tests environment to RKE node (**If you didn't do it before**) -``` -See step: "1. Copy performance tests environment to RKE" in ves/performanceTests/README.md -``` -###Automatic Prometheus and Grafana configuration at the RKE -``` -make all -``` -### Step by step ruinning performance tests at the RKE - -###1. Clear environment(delete configmaps and deployment for Prometheus and Grafana) -``` -make clear -``` -###2. Create configmaps for Prometheus and Grafana -``` -make create-configmaps -``` -###3. Deploy grafana -``` -make deploy-grafana -``` -###4. Deploy prometheus -``` -make deploy-prometheus -``` -###5. Deploy influxdb -``` -make deploy-influxdb -``` -###6. Display URL of the graphical user interface Prometheus and Grafana -``` -make display-urls -``` \ No newline at end of file -- cgit 1.2.3-korg