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
  • Troubleshooting

Troubleshooting · Changes

Page history
Create Troubleshooting authored Mar 08, 2019 by Daniel Seybold's avatar Daniel Seybold
Show whitespace changes
Inline Side-by-side
Troubleshooting.md 0 → 100644
View page @ d062de52
## 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](img/container.png)
##### 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
```
\ 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