-
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
Can't complete install - RabbitMQ exception throw #55
Comments
Well, the public IP is the one accessible from outside the network, while the private IP (usually 192.168.X.X or 10.0.X.X or something like this) is the internal IP. What's more, you code look at |
@01000101 Is it working now? |
We've just hit this on Cloudify V4.5. We weren't using localhost as private or public IP.
The relevant code is https://github.com/cloudify-cosmo/cloudify-manager-install/blob/master/cfy_manager/components/rabbitmq/rabbitmq.py#L123-127 So the stderr is Seems odd that we are successfully able to run e.g That suggests that it probably isn't a 'rabbitMQ isn't ready to accept requests' condition. Running this manually I get:
Two problems here:
This works. However, that isn't consistent with the error we got about |
@andrew-lee-metaswitch I suggest contacting Cloudify support directly. I'm not sure GitHub issues are will monitored. |
It's not very clear what exactly should be private vs. public IPs, so I chose localhost as private and the IP that agents would use for connection as the public IP.
Using the community edition pre-built RPM
Operating System information is
Red Hat Enterprise Linux Server release 7.4 (Maipo)
Firewall is disabled
SELinux is permissive
Here's the install log + error message
The text was updated successfully, but these errors were encountered: