-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cfy_manager rabbitmq install problem #365
Comments
When you say that RabbitMQ is installed and started before the Cloudify manager is installed, what do you mean? Is there any specific reason that your RMQ is taking so long to start? |
Thanks for your reply @mcouthon First, I run cfy_manager, when it fail, I test if rabbitmq is the problem itself running rabbitmqctl, and run without problem as you can see in the logs before. Please, How I can change the timeout if is this the problem? Regards Felix |
There is currently no way to do this without altering the python code inside the As you can see, though, it does 24 retries with a 2 second sleep each time. So it should be plenty. |
Thanks so much. |
Hi:
Trying to install cloudify under an openstack centOS instance. All the time error with cloudify-rabbitmq appear and drive me crazy:
I think is the timeout that cfy_manager has for restart the service. In my case rabbitmq take a lot of time to restart and cloudify-rabbitmq does never start in the specified timeout of cfy_manager.
Cloudify manager version: 18.10.4
Rabbitmq server start properly and is working fine before cloudify are installed:
Please, How I can solve this?
Thanks in advance!
Felix
The text was updated successfully, but these errors were encountered: