Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • G getting-started
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • mowgli
  • getting-started
  • Wiki
  • Deploy Workload API

Deploy Workload API · Changes

Page history
Create home authored Mar 07, 2019 by Daniel Seybold's avatar Daniel Seybold
Hide whitespace changes
Inline Side-by-side
Deploy-Workload-API.md 0 → 100644
View page @ 6e22db22
#### Install Workload-API
In order to achieve comparable results to the ones presented in the paper a VM with preferable the following resources is required:
| property | required |
| --- | --- |
| image / operating system | Ubuntu 16.04 |
| CPU cores | 8 |
| memory | >= 4GB |
| disk | 20GB |
| software | Docker, Docker-Compose |
| open ports | 8181 |
**Task 1:** Go to your Cloud provider and create a VM of the aforementioned configuration.
**Task 2:** As the Workload-API needs to publicly expose port `8181`, add a security group rule to the VM for port `8181` that allows in-going traffic.
**Task 3:** Assign public IP to the VM. We denote this IP in the following as *WORKLOAD_API_IP*.
**Task 4:** Log into the VM, and install Docker and Docker-Compose.
**Task 4a:** Docker can be installed as described in: https://docs.docker.com/install/linux/docker-ce/ubuntu/.
**Task 4b:** Docker can be installed as described in: https://docs.docker.com/compose/install/.
Before starting the Workload-API the Mowgli framework needs to be installed.
\ No newline at end of file
Clone repository
  • Add Certificates
  • Availability Evaluation
  • Deploy Workload API
  • Execute Evaluation Scenario
  • Get VM Templates
  • Performance Evaluation
  • Scalability Evaluation
  • Troubleshooting
  • Home