aboutsummaryrefslogtreecommitdiffstats
path: root/performanceTests/k8s/README.md
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2020-06-11 20:48:44 +0000
committerGerrit Code Review <gerrit@onap.org>2020-06-11 20:48:44 +0000
commiteca7d951a7632b8d8e745ca6552eff1ab8e536bb (patch)
tree036f8a15e7efe013720f68a67458bf451c8967ca /performanceTests/k8s/README.md
parent4529faa9cdbc16209cbca24a964d709552c9fe2d (diff)
parentc1d414af5f411eeda06cf707e57d401e134398b8 (diff)
Merge "Refactor ves performance test"
Diffstat (limited to 'performanceTests/k8s/README.md')
-rw-r--r--performanceTests/k8s/README.md38
1 files changed, 0 insertions, 38 deletions
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