From e29a95c9cd191df9a1b516bee6eaf203afe91223 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Wed, 29 Apr 2020 16:07:07 +0200
Subject: [PATCH] Add manual adjustment steps

---
 execution/README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/execution/README.md b/execution/README.md
index 9a9fbf0b3..7fe2fd978 100644
--- a/execution/README.md
+++ b/execution/README.md
@@ -41,3 +41,13 @@ For executing benchmarks and analyzing their results, a Python 3.7 installation
 is required. We suggest to use a virtual environment placed in the `.venv` directory.
 
 **TODO** Show how to install requirements
+
+
+## Required Manual Adjustments
+
+Depending on your setup, some additional adjustments may be necessary:
+
+* Change Kafka and Zookeeper servers in the Kubernetes deployments (uc1-application etc.) and `run_XX.sh` scripts
+* Change Prometheus' URL in `lag_analysis.py`
+* Change the path to your Python 3.7 virtual environment in the `run_XX.sh` schripts (to find the venv's `bin/activate`)
+* *Please let us know if there are further adjustments necessary*
\ No newline at end of file
-- 
GitLab