During installation and setting environment of new projects (tenants) you can run into different problems. This section intends to reduce the time spent on the solution of these problems.
Murano is a multi component project, there several places where logs could be found.
The location of the log file completely depends on the setting in the config file of the corresponding component. log_file parameter points to the log file, and if it’s omitted or commented logging will be sent to stdout.
Besides identifying errors from log files, there is another and more flexible way to browse deployment errors - directly from UI. After Deploy Failed status is appeared navigate to environment components and open Deployment History page. Click on the Show details button located at the corresponding deployment row of the table. Then go to the Logs tab. You can see steps of the deployments and the one that failed would have red color.
- Need to check transport access to the virtual machine (check router has gateway).
- Check for rabbitMq settings: verify that agent has been obtained valid rabbit parameters. Go to the spawned virtual machine and open /etc/murano/agent.conf or C:MuranoAgentagent.conf on Windows-based machine. Also, you can examine agent logs, located by default at /var/log/murano-agent.log The first part of the log file will contain reconnection attempts to the rabbit - since the valid rabbit address and queue have not been obtained yet.
- Check that driver option is set to messagingv2
- Check that linux image name is not starts with ‘w’ letter