openstack-puppet modules should support configuring RabbitMQ heartbeat

Bug #1467667 reported by Mike Dorman
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
puppet-ceilometer
Fix Released
Undecided
Mike Dorman
puppet-cinder
Fix Released
Undecided
Mike Dorman
puppet-glance
Fix Released
Undecided
Mike Dorman
puppet-heat
Fix Released
Undecided
Mike Dorman
puppet-keystone
Fix Released
Undecided
Mike Dorman
puppet-neutron
Fix Released
Undecided
Mike Dorman
puppet-nova
Fix Released
Undecided
Mike Dorman

Bug Description

Kilo oslo.messaging added heartbeating support for RabbitMQ connections. The oslo_messaging_rabbit/heartbeat_timeout_theshold and oslo_messaging_rabbit/heartbeat_rate settings are used to configure this.

The openstack-puppet modules (beginning with kilo release) should support managing these settings.

Changed in puppet-heat:
assignee: nobody → Mike Dorman (mdorman-m)
status: New → In Progress
Changed in puppet-glance:
assignee: nobody → Mike Dorman (mdorman-m)
status: New → In Progress
Changed in puppet-cinder:
assignee: nobody → Mike Dorman (mdorman-m)
status: New → In Progress
Changed in puppet-nova:
assignee: nobody → Mike Dorman (mdorman-m)
status: New → In Progress
Changed in puppet-ceilometer:
assignee: nobody → Mike Dorman (mdorman-m)
status: New → In Progress
Mike Dorman (mdorman-m)
Changed in puppet-keystone:
assignee: nobody → Mike Dorman (mdorman-m)
Changed in puppet-neutron:
assignee: nobody → Mike Dorman (mdorman-m)
Changed in puppet-neutron:
status: New → In Progress
Changed in puppet-keystone:
status: New → In Progress
Revision history for this message
Mike Dorman (mdorman-m) wrote :

Pending decision on default rabbit_heartbeat_timeout_threshold value. See http://lists.openstack.org/pipermail/openstack-dev/2015-June/067821.html

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-heat (master)

Reviewed: https://review.openstack.org/194369
Committed: https://git.openstack.org/cgit/openstack/puppet-heat/commit/?id=dde3c5134f9a972d2b82d11d8966c52bb84a38e1
Submitter: Jenkins
Branch: master

commit dde3c5134f9a972d2b82d11d8966c52bb84a38e1
Author: Mike Dorman <email address hidden>
Date: Mon Jun 22 14:49:26 2015 -0600

    Add support for RabbitMQ connection heartbeat

    Kilo oslo.messaging added heartbeating support for RabbitMQ
    connections. This patch adds support for this in Puppet modules
    by managing the oslo_messaging_rabbit/heartbeat_timeout_threshold
    and oslo_messaging_rabbit/heartbeat_rate settings.

    Change-Id: I19c82aacf83e5a4f7c9c5fbf76527f9713d6e846
    Closes-bug: 1467667

Changed in puppet-heat:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-ceilometer (master)

Reviewed: https://review.openstack.org/194336
Committed: https://git.openstack.org/cgit/openstack/puppet-ceilometer/commit/?id=f9cd34f8a7457e05f28caeb9e1ba637f1a174b59
Submitter: Jenkins
Branch: master

commit f9cd34f8a7457e05f28caeb9e1ba637f1a174b59
Author: Mike Dorman <email address hidden>
Date: Mon Jun 22 14:03:24 2015 -0600

    Add support for RabbitMQ connection heartbeat

    Kilo oslo.messaging added heartbeating support for RabbitMQ
    connections. This patch adds support for this in Puppet modules
    by managing the oslo_messaging_rabbit/heartbeat_timeout_threshold
    and oslo_messaging_rabbit/heartbeat_rate settings.

    Closes-bug: 1467667
    Change-Id: I985d081c86975c5b216f6346cbd9a368dd0d33d3

Changed in puppet-ceilometer:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-neutron (master)

Reviewed: https://review.openstack.org/194381
Committed: https://git.openstack.org/cgit/openstack/puppet-neutron/commit/?id=e1a39766dd8eebdd2bdf69d318f741f6b46acbd4
Submitter: Jenkins
Branch: master

commit e1a39766dd8eebdd2bdf69d318f741f6b46acbd4
Author: Mike Dorman <email address hidden>
Date: Mon Jun 22 15:06:35 2015 -0600

    Add support for RabbitMQ connection heartbeat

    Kilo oslo.messaging added heartbeating support for RabbitMQ
    connections. This patch adds support for this in Puppet modules
    by managing the oslo_messaging_rabbit/heartbeat_timeout_threshold
    and oslo_messaging_rabbit/heartbeat_rate settings.

    Change-Id: I44ec6712d93dac497ab832cb0aa18da508778d16
    Closes-bug: 1467667

Changed in puppet-neutron:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-keystone (master)

Reviewed: https://review.openstack.org/194399
Committed: https://git.openstack.org/cgit/openstack/puppet-keystone/commit/?id=1987164a1f106719fc24d42284ea7c02d28187f3
Submitter: Jenkins
Branch: master

commit 1987164a1f106719fc24d42284ea7c02d28187f3
Author: Mike Dorman <email address hidden>
Date: Mon Jun 22 15:41:02 2015 -0600

    Add support for RabbitMQ connection heartbeat

    Kilo oslo.messaging added heartbeating support for RabbitMQ
    connections. This patch adds support for this in Puppet modules
    by managing the oslo_messaging_rabbit/heartbeat_timeout_threshold
    and oslo_messaging_rabbit/heartbeat_rate settings.

    Also, update all rabbit-related parameters to move to the
    oslo_messaging_rabbit section in keystone.conf, from the DEFAULT
    section.

    Change-Id: I4d78a3c67396744fe1f643b857d889cb0ee0ca49
    Closes-bug: 1467667

Changed in puppet-keystone:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-glance (master)

Reviewed: https://review.openstack.org/194354
Committed: https://git.openstack.org/cgit/openstack/puppet-glance/commit/?id=8e4068031037e60646525c37de512c0ffe4443a7
Submitter: Jenkins
Branch: master

commit 8e4068031037e60646525c37de512c0ffe4443a7
Author: Mike Dorman <email address hidden>
Date: Mon Jun 22 14:32:06 2015 -0600

    Add support for RabbitMQ connection heartbeat

    Kilo oslo.messaging added heartbeating support for RabbitMQ
    connections. This patch adds support for this in Puppet modules
    by managing the oslo_messaging_rabbit/heartbeat_timeout_threshold
    and oslo_messaging_rabbit/heartbeat_rate settings.

    Closes-bug: 1467667
    Change-Id: I3aef101e3a099bcbd96ee32efa7c5f849e6000cf

Changed in puppet-glance:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-cinder (master)

Reviewed: https://review.openstack.org/194343
Committed: https://git.openstack.org/cgit/openstack/puppet-cinder/commit/?id=5e4218da994f8ad1e6c42791536030d31cdf5389
Submitter: Jenkins
Branch: master

commit 5e4218da994f8ad1e6c42791536030d31cdf5389
Author: Mike Dorman <email address hidden>
Date: Mon Jun 22 14:19:00 2015 -0600

    Add support for RabbitMQ connection heartbeat

    Kilo oslo.messaging added heartbeating support for RabbitMQ
    connections. This patch adds support for this in Puppet modules
    by managing the oslo_messaging_rabbit/heartbeat_timeout_threshold
    and oslo_messaging_rabbit/heartbeat_rate settings.

    Closes-bug: 1467667
    Change-Id: I936b9d11b0b18a67b7327cfedf695395a624dc64

Changed in puppet-cinder:
status: In Progress → Fix Committed
Changed in puppet-nova:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-nova (master)

Reviewed: https://review.openstack.org/194315
Committed: https://git.openstack.org/cgit/openstack/puppet-nova/commit/?id=58e831ef093422ea0510e0198dd8f75d33523f26
Submitter: Jenkins
Branch: master

commit 58e831ef093422ea0510e0198dd8f75d33523f26
Author: Mike Dorman <email address hidden>
Date: Mon Jun 22 13:38:34 2015 -0600

    Add support for RabbitMQ connection heartbeat

    Kilo oslo.messaging added heartbeating support for RabbitMQ
    connections. This patch adds support for this in Puppet modules
    by managing the oslo_messaging_rabbit/heartbeat_timeout_threshold
    and oslo_messaging_rabbit/heartbeat_rate settings.

    Closes-bug: 1467667
    Change-Id: I9c237bea74572222be19495342931a67a374e7bc

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-glance (stable/kilo)

Fix proposed to branch: stable/kilo
Review: https://review.openstack.org/237581

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-glance (stable/kilo)

Reviewed: https://review.openstack.org/237581
Committed: https://git.openstack.org/cgit/openstack/puppet-glance/commit/?id=ac0be6e51f34daa71fb0ea501b3099528b5cb89a
Submitter: Jenkins
Branch: stable/kilo

commit ac0be6e51f34daa71fb0ea501b3099528b5cb89a
Author: Mike Dorman <email address hidden>
Date: Mon Jun 22 14:32:06 2015 -0600

    Add support for RabbitMQ connection heartbeat

    Kilo oslo.messaging added heartbeating support for RabbitMQ
    connections. This patch adds support for this in Puppet modules
    by managing the oslo_messaging_rabbit/heartbeat_timeout_threshold
    and oslo_messaging_rabbit/heartbeat_rate settings.

    Closes-bug: 1467667
    Change-Id: I3aef101e3a099bcbd96ee32efa7c5f849e6000cf
    (cherry picked from commit 8e4068031037e60646525c37de512c0ffe4443a7)

tags: added: in-stable-kilo
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-nova (stable/kilo)

Fix proposed to branch: stable/kilo
Review: https://review.openstack.org/278960

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-neutron (stable/kilo)

Fix proposed to branch: stable/kilo
Review: https://review.openstack.org/278962

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-cinder (stable/kilo)

Fix proposed to branch: stable/kilo
Review: https://review.openstack.org/279100

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-ceilometer (stable/kilo)

Fix proposed to branch: stable/kilo
Review: https://review.openstack.org/279110

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-heat (stable/kilo)

Fix proposed to branch: stable/kilo
Review: https://review.openstack.org/279154

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-keystone (stable/kilo)

Fix proposed to branch: stable/kilo
Review: https://review.openstack.org/279572

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-cinder (stable/kilo)

Reviewed: https://review.openstack.org/279100
Committed: https://git.openstack.org/cgit/openstack/puppet-cinder/commit/?id=2c7330773fe01b67d0bd456a083f7d84b890fbf5
Submitter: Jenkins
Branch: stable/kilo

commit 2c7330773fe01b67d0bd456a083f7d84b890fbf5
Author: Mike Dorman <email address hidden>
Date: Mon Jun 22 14:19:00 2015 -0600

    Add support for RabbitMQ connection heartbeat

    Kilo oslo.messaging added heartbeating support for RabbitMQ
    connections. This patch adds support for this in Puppet modules
    by managing the oslo_messaging_rabbit/heartbeat_timeout_threshold
    and oslo_messaging_rabbit/heartbeat_rate settings.

    Closes-bug: 1467667
    Change-Id: I936b9d11b0b18a67b7327cfedf695395a624dc64
    (cherry picked from commit 5e4218da994f8ad1e6c42791536030d31cdf5389)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-neutron (stable/kilo)

Reviewed: https://review.openstack.org/278962
Committed: https://git.openstack.org/cgit/openstack/puppet-neutron/commit/?id=e3a3c0ecf38f86cfe0ea48dad4df03b666068f48
Submitter: Jenkins
Branch: stable/kilo

commit e3a3c0ecf38f86cfe0ea48dad4df03b666068f48
Author: Mike Dorman <email address hidden>
Date: Mon Jun 22 15:06:35 2015 -0600

    Add support for RabbitMQ connection heartbeat

    Kilo oslo.messaging added heartbeating support for RabbitMQ
    connections. This patch adds support for this in Puppet modules
    by managing the oslo_messaging_rabbit/heartbeat_timeout_threshold
    and oslo_messaging_rabbit/heartbeat_rate settings.

    Change-Id: I44ec6712d93dac497ab832cb0aa18da508778d16
    Closes-bug: 1467667
    (cherry picked from commit e1a39766dd8eebdd2bdf69d318f741f6b46acbd4)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-nova (stable/kilo)

Reviewed: https://review.openstack.org/278960
Committed: https://git.openstack.org/cgit/openstack/puppet-nova/commit/?id=8cf791e0721162685e1f086c25f84ffefc78e0be
Submitter: Jenkins
Branch: stable/kilo

commit 8cf791e0721162685e1f086c25f84ffefc78e0be
Author: Mike Dorman <email address hidden>
Date: Mon Jun 22 13:38:34 2015 -0600

    Add support for RabbitMQ connection heartbeat

    Kilo oslo.messaging added heartbeating support for RabbitMQ
    connections. This patch adds support for this in Puppet modules
    by managing the oslo_messaging_rabbit/heartbeat_timeout_threshold
    and oslo_messaging_rabbit/heartbeat_rate settings.

    Closes-bug: 1467667
    Change-Id: I9c237bea74572222be19495342931a67a374e7bc
    (cherry picked from commit 58e831ef093422ea0510e0198dd8f75d33523f26)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-ceilometer (stable/kilo)

Reviewed: https://review.openstack.org/279110
Committed: https://git.openstack.org/cgit/openstack/puppet-ceilometer/commit/?id=9f1ea18af5d5b202517381b55f4f2ef92b11c9fd
Submitter: Jenkins
Branch: stable/kilo

commit 9f1ea18af5d5b202517381b55f4f2ef92b11c9fd
Author: Mike Dorman <email address hidden>
Date: Mon Jun 22 14:03:24 2015 -0600

    Add support for RabbitMQ connection heartbeat

    Kilo oslo.messaging added heartbeating support for RabbitMQ
    connections. This patch adds support for this in Puppet modules
    by managing the oslo_messaging_rabbit/heartbeat_timeout_threshold
    and oslo_messaging_rabbit/heartbeat_rate settings.

    Closes-bug: 1467667
    Change-Id: I985d081c86975c5b216f6346cbd9a368dd0d33d3
    (cherry picked from commit f9cd34f8a7457e05f28caeb9e1ba637f1a174b59)

Changed in puppet-ceilometer:
status: Fix Committed → Fix Released
Changed in puppet-cinder:
status: Fix Committed → Fix Released
Changed in puppet-glance:
status: Fix Committed → Fix Released
Changed in puppet-heat:
status: Fix Committed → Fix Released
Changed in puppet-keystone:
status: Fix Committed → Fix Released
Changed in puppet-nova:
status: Fix Committed → Fix Released
Changed in puppet-neutron:
status: Fix Committed → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on puppet-heat (stable/kilo)

Change abandoned by Emilien Macchi (<email address hidden>) on branch: stable/kilo
Review: https://review.openstack.org/279154
Reason: Kilo is EOL, we won't support it anymore.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on puppet-keystone (stable/kilo)

Change abandoned by Emilien Macchi (<email address hidden>) on branch: stable/kilo
Review: https://review.openstack.org/279572
Reason: Kilo is EOL, we won't support it anymore.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.