missing option to configure rabbitmq clustering interface

Bug #1900160 reported by Sven Kieske
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla-ansible
Fix Released
Medium
Sven Kieske
Ussuri
Fix Released
Undecided
Unassigned
Victoria
Fix Released
Medium
Sven Kieske
Wallaby
Fix Released
Undecided
Unassigned
Xena
Fix Released
Undecided
Unassigned
Yoga
Fix Released
Medium
Sven Kieske

Bug Description

Hi,

in the past it was possible to configure the tcp interface used by the erlang vm for rabbitmq within kolla.

The feature was introduced in:

https://review.opendev.org/#/c/205612/

and, it seems, removed by accident in this refactoring:

https://review.opendev.org/#/c/584427/

I propose a patch to fix this here:

https://review.opendev.org/#/c/758576/

Thanks

Sven

Changed in kolla-ansible:
assignee: nobody → Sven Kieske (s-kieske)
status: New → In Progress
Revision history for this message
Sven Kieske (s-kieske) wrote :

I just checked the release notes again and there is no mentioning of a deprecation of this functionality of any kind, so I would consider it a bug.

Mark Goddard (mgoddard)
Changed in kolla-ansible:
importance: Undecided → Medium
milestone: none → 11.0.0
Changed in kolla-ansible:
assignee: Sven Kieske (s-kieske) → Mark Goddard (mgoddard)
Changed in kolla-ansible:
assignee: Mark Goddard (mgoddard) → Sven Kieske (s-kieske)
Mark Goddard (mgoddard)
Changed in kolla-ansible:
milestone: 11.0.0 → none
summary: - missing option to configure rabbitmq interfaces
+ missing option to configure rabbitmq clustering interface
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (master)

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/758576
Committed: https://opendev.org/openstack/kolla-ansible/commit/159925248375727ae67ef93a606b09a54e83ba2d
Submitter: "Zuul (22348)"
Branch: master

commit 159925248375727ae67ef93a606b09a54e83ba2d
Author: Sven Kieske <email address hidden>
Date: Fri Oct 16 16:24:02 2020 +0200

    re-add rabbitmq config for clustering interface

    this adds back the ability to configure
    the rabbitmq/erlang kernel network interface
    which was removed in https://review.opendev.org/#/c/584427/
    seemingly by accident.

    Closes-Bug: 1900160

    Change-Id: I6f00396495853e117429c17fadfafe809e322a31

Changed in kolla-ansible:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla-ansible (stable/xena)

Fix proposed to branch: stable/xena
Review: https://review.opendev.org/c/openstack/kolla-ansible/+/835134

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla-ansible (stable/wallaby)

Fix proposed to branch: stable/wallaby
Review: https://review.opendev.org/c/openstack/kolla-ansible/+/835135

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla-ansible (stable/victoria)

Fix proposed to branch: stable/victoria
Review: https://review.opendev.org/c/openstack/kolla-ansible/+/835136

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla-ansible (stable/train)

Fix proposed to branch: stable/train
Review: https://review.opendev.org/c/openstack/kolla-ansible/+/835141

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla-ansible (stable/ussuri)

Fix proposed to branch: stable/ussuri
Review: https://review.opendev.org/c/openstack/kolla-ansible/+/835142

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/xena)

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/835134
Committed: https://opendev.org/openstack/kolla-ansible/commit/6abe025710cfbb9ff5b52b7db2255c19f9ad02d3
Submitter: "Zuul (22348)"
Branch: stable/xena

commit 6abe025710cfbb9ff5b52b7db2255c19f9ad02d3
Author: Sven Kieske <email address hidden>
Date: Fri Oct 16 16:24:02 2020 +0200

    re-add rabbitmq config for clustering interface

    this adds back the ability to configure
    the rabbitmq/erlang kernel network interface
    which was removed in https://review.opendev.org/#/c/584427/
    seemingly by accident.

    Closes-Bug: 1900160

    Change-Id: I6f00396495853e117429c17fadfafe809e322a31
    (cherry picked from commit 159925248375727ae67ef93a606b09a54e83ba2d)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/835135
Committed: https://opendev.org/openstack/kolla-ansible/commit/29ef33cbeae50a6b4cf7bdf1cd4b1b3c4ec1b712
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 29ef33cbeae50a6b4cf7bdf1cd4b1b3c4ec1b712
Author: Sven Kieske <email address hidden>
Date: Fri Oct 16 16:24:02 2020 +0200

    re-add rabbitmq config for clustering interface

    this adds back the ability to configure
    the rabbitmq/erlang kernel network interface
    which was removed in https://review.opendev.org/#/c/584427/
    seemingly by accident.

    Closes-Bug: 1900160

    Change-Id: I6f00396495853e117429c17fadfafe809e322a31
    (cherry picked from commit 159925248375727ae67ef93a606b09a54e83ba2d)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/victoria)

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/835136
Committed: https://opendev.org/openstack/kolla-ansible/commit/9b135d965830f6f18d27f9aea28388ea3bb6acd6
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit 9b135d965830f6f18d27f9aea28388ea3bb6acd6
Author: Sven Kieske <email address hidden>
Date: Fri Oct 16 16:24:02 2020 +0200

    re-add rabbitmq config for clustering interface

    this adds back the ability to configure
    the rabbitmq/erlang kernel network interface
    which was removed in https://review.opendev.org/#/c/584427/
    seemingly by accident.

    Closes-Bug: 1900160

    Change-Id: I6f00396495853e117429c17fadfafe809e322a31
    (cherry picked from commit 159925248375727ae67ef93a606b09a54e83ba2d)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/ussuri)

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/835142
Committed: https://opendev.org/openstack/kolla-ansible/commit/49d3bf56bcdbe68be004794bb9590d89f140c173
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit 49d3bf56bcdbe68be004794bb9590d89f140c173
Author: Sven Kieske <email address hidden>
Date: Fri Oct 16 16:24:02 2020 +0200

    re-add rabbitmq config for clustering interface

    this adds back the ability to configure
    the rabbitmq/erlang kernel network interface
    which was removed in https://review.opendev.org/#/c/584427/
    seemingly by accident.

    Closes-Bug: 1900160

    Change-Id: I6f00396495853e117429c17fadfafe809e322a31
    (cherry picked from commit 159925248375727ae67ef93a606b09a54e83ba2d)

tags: added: in-stable-train
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/train)

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/835141
Committed: https://opendev.org/openstack/kolla-ansible/commit/ea13f46e119c5cb453a0a103b60937ae4a55af0e
Submitter: "Zuul (22348)"
Branch: stable/train

commit ea13f46e119c5cb453a0a103b60937ae4a55af0e
Author: Sven Kieske <email address hidden>
Date: Fri Oct 16 16:24:02 2020 +0200

    re-add rabbitmq config for clustering interface

    this adds back the ability to configure
    the rabbitmq/erlang kernel network interface
    which was removed in https://review.opendev.org/#/c/584427/
    seemingly by accident.

    Closes-Bug: 1900160

    Change-Id: I6f00396495853e117429c17fadfafe809e322a31
    (cherry picked from commit 159925248375727ae67ef93a606b09a54e83ba2d)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla-ansible 14.0.0.0rc1

This issue was fixed in the openstack/kolla-ansible 14.0.0.0rc1 release candidate.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla-ansible 11.4.0

This issue was fixed in the openstack/kolla-ansible 11.4.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla-ansible 12.4.0

This issue was fixed in the openstack/kolla-ansible 12.4.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla-ansible 13.1.0

This issue was fixed in the openstack/kolla-ansible 13.1.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla-ansible train-eol

This issue was fixed in the openstack/kolla-ansible train-eol release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla-ansible ussuri-eol

This issue was fixed in the openstack/kolla-ansible ussuri-eol release.

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.