Comment 2 for bug 1282041

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cookbook-openstack-ops-messaging (master)

Reviewed: https://review.openstack.org/74682
Committed: https://git.openstack.org/cgit/stackforge/cookbook-openstack-ops-messaging/commit/?id=bc66b00cd961b14de971a29a2be6cd7db76dc472
Submitter: Jenkins
Branch: master

commit bc66b00cd961b14de971a29a2be6cd7db76dc472
Author: Darren Birkett <email address hidden>
Date: Wed Feb 19 12:21:40 2014 +0000

    Install rabbitmq-server from rabbit site for CentOS/RHEL

    Fixes: bug 1282041
    Implements: blueprint centos-rhel-for-ops-messaging

    On CentOS/RHEL, the OS base repos don't have a package for
    rabbitmq-server. The rabbitmq cookbook by default expects to be able to
    install the latest rabbitmq-server rpm from the rabbitmq site
    (use_distro_version = false). However, in our cookbooks we are overriding
    'use_distro_version' to true, which works for ubuntu as it has a
    rabbitmq-server package in it's base repo

    This commit basically leaves the use_distro_version flag as false unless
    ubuntu/suse is the platform_family, so that CentOS/RHEL can grab the rpm
    from the rabbitmq site

    Change-Id: I4e31cbb4957f0e696a1528fa3f7c6c80695989ac