-
Notifications
You must be signed in to change notification settings - Fork 424
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
Github link seems to no longer be valid #479
Comments
FYI, the following attribute set is a workaround for now:
However, with the latest version, this becomes an issue: #478 |
3.7 packages will be downloaded from Bintray if you omit |
I don't see how #478 is related. RabbitMQ 3.7 uses a different tagging scheme from previous versions, so downloading from GitHub won't be very convenient. Latest 3.6.x releases and 3.7.x and all releases going forward can be obtained from Bintray and Bintray URLs do not include tag names (only versions), so that's what I was trying to drive at with the move to Bintray. I'm currently discussing the future of this cookbook with @jjasghar, likely we will have a branch for 3.6.x for some time and master will be significantly reworked for 3.7. |
@michaelklishin I did start out my kitchen run with just the version and not the |
@isuftin are you using master or 5.5.0? Older versions are not aware of RabbitMQ 3.7.0's tag naming scheme and will not use Bintray. |
@isuftin see my findings in #481. So you need to
and that seems to be it, a 3.7.3 node is up and running for me. |
In the latest cookbook, the download URL when only a version is specified (at least for CentOS 7) points to
https://github.com/rabbitmq/rabbitmq-server/releases/download/rabbitmq_v3_7_3/rabbitmq-server-3.7.3-1.el7.noarch.rpm
This returns a 404. It seems like the correct URL is currently
https://github.com/rabbitmq/rabbitmq-server/releases/download/v3.7.3/rabbitmq-server-3.7.3-1.el7.noarch.rpm
It seems as though this change was introduced here: https://github.com/rabbitmq/chef-cookbook/pull/458/files
instructions that can be used to reproduce the issue
rabbitmq-plugins list
Error seen:
The text was updated successfully, but these errors were encountered: