Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
docker
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mowgli
docker
Commits
3b5b3d79
Commit
3b5b3d79
authored
Jul 18, 2019
by
Daniel Seybold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added Mowgli version as config parameter and aligned docker-compose
parent
46d6941e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
docker-compose.yml
docker-compose.yml
+4
-4
env-template
env-template
+5
-2
No files found.
docker-compose.yml
View file @
3b5b3d79
...
@@ -29,7 +29,7 @@ services:
...
@@ -29,7 +29,7 @@ services:
cloudiator-service
:
cloudiator-service
:
depends_on
:
depends_on
:
-
"
cloudiator-store"
-
"
cloudiator-store"
image
:
omi-registry.e-technik.uni-ulm.de/mowgli/mowgli-colosseum:
latest
image
:
omi-registry.e-technik.uni-ulm.de/mowgli/mowgli-colosseum:
${MOWGLI_VERSION}
restart
:
always
restart
:
always
environment
:
environment
:
-
MYSQL_USER=${DATABASE_USER}
-
MYSQL_USER=${DATABASE_USER}
...
@@ -92,7 +92,7 @@ services:
...
@@ -92,7 +92,7 @@ services:
evaluation-orchestrator
:
evaluation-orchestrator
:
depends_on
:
depends_on
:
-
"
application-catalogue"
-
"
application-catalogue"
image
:
omi-registry.e-technik.uni-ulm.de/mowgli/evaluation-orchestrator:
latest
image
:
omi-registry.e-technik.uni-ulm.de/mowgli/evaluation-orchestrator:
${MOWGLI_VERSION}
restart
:
always
restart
:
always
environment
:
environment
:
-
COLOSSEUM_URI=cloudiator-service
-
COLOSSEUM_URI=cloudiator-service
...
@@ -107,7 +107,7 @@ services:
...
@@ -107,7 +107,7 @@ services:
application-catalogue
:
application-catalogue
:
depends_on
:
depends_on
:
-
"
cloudiator-service"
-
"
cloudiator-service"
image
:
omi-registry.e-technik.uni-ulm.de/mowgli/dbms-catalogue:
latest
image
:
omi-registry.e-technik.uni-ulm.de/mowgli/dbms-catalogue:
${MOWGLI_VERSION}
restart
:
always
restart
:
always
environment
:
environment
:
-
COLOSSEUM_URI=cloudiator-service
-
COLOSSEUM_URI=cloudiator-service
...
@@ -117,7 +117,7 @@ services:
...
@@ -117,7 +117,7 @@ services:
workload-API
:
workload-API
:
depends_on
:
depends_on
:
-
"
evaluation-orchestrator"
-
"
evaluation-orchestrator"
image
:
omi-registry.e-technik.uni-ulm.de/mowgli/workload-api:
latest
image
:
omi-registry.e-technik.uni-ulm.de/mowgli/workload-api:
${MOWGLI_VERSION}
restart
:
always
restart
:
always
environment
:
environment
:
-
INFLUXDB_URL=${PUBLIC_IP}:8086
-
INFLUXDB_URL=${PUBLIC_IP}:8086
...
...
env-template
View file @
3b5b3d79
#mandatory
#mandatory
## Mowgli version: master, 0.1 (performance and scalability scenarios as presented at ICPE 2019)
MOWGLI_VERSION=master
## publicly accessible IP of the host running the Mowgli framework
## publicly accessible IP of the host running the Mowgli framework
PUBLIC_IP=1.2.3.4
PUBLIC_IP=1.2.3.4
## repository for DBMS installation scripts
## repository for DBMS installation scripts
SCRIPT_DOWNLOAD_ENDPOINT=https://omi-gitlab.e-technik.uni-ulm.de/mowgli/dbms-catalogue-scripts/raw/
master
SCRIPT_DOWNLOAD_ENDPOINT=https://omi-gitlab.e-technik.uni-ulm.de/mowgli/dbms-catalogue-scripts/raw/
$MOWGLI_VERSION
## sources to be downloaded by cloudiator-service for deploying cloudiator toos on the created VMs
## sources to be downloaded by cloudiator-service for deploying cloudiator too
l
s on the created VMs
CLOUDIATOR_JRE_DOWNLOAD=http://javadl.sun.com/webapps/download/AutoDL?BundleId=106240
CLOUDIATOR_JRE_DOWNLOAD=http://javadl.sun.com/webapps/download/AutoDL?BundleId=106240
CLOUDIATOR_LANCE_DOWNLOAD=https://omi-gitlab.e-technik.uni-ulm.de/mowgli/dbms-catalogue-scripts/raw/master/lance/server-0.2.0-SNAPSHOT.jar
CLOUDIATOR_LANCE_DOWNLOAD=https://omi-gitlab.e-technik.uni-ulm.de/mowgli/dbms-catalogue-scripts/raw/master/lance/server-0.2.0-SNAPSHOT.jar
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment