[[TOC]]
The repository stucture is described below.
./bluegreen-agent- bg agent from migrating workflows during bg deployment./build- directory contains scripts for building docker image./delete-dvm-deploy-artifacts- contains script for cleanup cleaning up Mistral's resources./deploy- description./deployments- directory with HELM charts for the Mistral./docs- directory with actual documentation for the service../src- directory with operator source code, which is used for running the Mistral
The following sub-sections provide the detailed instructions.
Refer to the Helm guide.
Refer to the Mistral's Guide.
There are no well-defined rules for troubleshooting, as each task is unique, but there are some tips that can do:
- Deploy parameters.
- Application manifest.
- Logs from all Mistral services. Mostly all problems will be in engine service logs, but others should be checked too.
- As Mistral depends on Postgres, RabbitMQ and partly on Kafka, there can be connection problems
Also, developer can take a look on Troubleshooting guide.