Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • 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
    • Contributors
    • Graph
    • Compare
    • 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
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • mowgli
  • getting-started
  • Wiki
  • Troubleshooting

Last edited by Daniel Seybold Mar 08, 2019
Page history

Troubleshooting

Troubleshooting

Logging

All logs can be viewed via the portainer service on http://MOWGLI_HOST:9001/#/auth with the default credentials user: admin and password mowgli19.

The relevant service containers are:

mowgli container

Evaluation-Orchestrator

Orchestrating the whole evaluation flow, triggering the DBMS deployment, workload execution and results processing

Application-Catalogue

Triggers the DBMS deployment via Cloudiator

Cloudiator-Service

Fetches the cloud offerings, creates VMs and deploys applications on the VMs

Reset Mowgli

In case you have registered invalid cloud credentials (check the Cloudiator-Service logs) you have to reset the state of the Mowgli framework. This will not affect the collected evaluation results but delete all data in Cloudiator. Hence, you need to register the Cloud again and fetch the VM templates again.

To reset Mowgli run the following commands

# change into the directory of the docker-compose 
docker-compose down
rm -r /var/lib/cloudiator/cloudiator-store/*
docker-compose up -d
Clone repository
  • Add Certificates
  • Availability Evaluation
  • Deploy Workload API
  • Execute Evaluation Scenario
  • Get VM Templates
  • Performance Evaluation
  • Scalability Evaluation
  • Troubleshooting
  • Home