From 23f9ce082e372c1a39a7d6e8b548608df3a007d1 Mon Sep 17 00:00:00 2001 From: Daniel Seybold Date: Fri, 8 May 2020 10:43:31 +0200 Subject: [PATCH] added missing Mowgli Version to env-tanplate --- env-template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/env-template b/env-template index 78ea5ee..c71456f 100644 --- a/env-template +++ b/env-template @@ -3,7 +3,10 @@ ## publicly accessible IP of the host running the Mowgli framework PUBLIC_IP=1.2.3.4 -## repository for DBMS installation scripts according to the Mowgli version: master, 0.1 (performance and scalability scenarios as presented at ICPE 2019), 0.3 (including elasticity and availability extensions) +#Mowgli version: master (including elasticity and availability extensions), 0.1 (performance and scalability scenarios as presented at ICPE 2019) +MOWGLI_VERSION=master + +## repository for DBMS installation scripts according to the Mowgli version: master, 0.1 (performance and scalability scenarios as presented at ICPE 2019) SCRIPT_DOWNLOAD_ENDPOINT=https://omi-gitlab.e-technik.uni-ulm.de/mowgli/dbms-catalogue-scripts/raw/master ## sources to be downloaded by cloudiator-service for deploying cloudiator tools on the created VMs -- GitLab