summaryrefslogtreecommitdiffstats
path: root/performanceTests/k8s/README.md
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2020-05-26 14:51:39 +0000
committerGerrit Code Review <gerrit@onap.org>2020-05-26 14:51:39 +0000
commitd5c7cf6980a4e017324dde4cd041ba9496d67bf8 (patch)
tree80b47dd419d164e917d6cf9d46758fd2da7ee7a3 /performanceTests/k8s/README.md
parent89e951208e78118bdf29ae90e465bd7c668b4462 (diff)
parenta4d74cd90b7aae6d7ecf2a87b4048a96aa7677d9 (diff)
Merge "Deployment Prometheus and Grafana on RKE for perf tests"
Diffstat (limited to 'performanceTests/k8s/README.md')
-rw-r--r--performanceTests/k8s/README.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/performanceTests/k8s/README.md b/performanceTests/k8s/README.md
new file mode 100644
index 00000000..fb3bcd44
--- /dev/null
+++ b/performanceTests/k8s/README.md
@@ -0,0 +1,34 @@
+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. Display URL of the graphical user interface Prometheus and Grafana
+```
+make display-urls
+``` \ No newline at end of file