Comment 2 for bug 1820359

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

Reviewed: https://review.openstack.org/643685
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=4c3438970c1c091c027069be4702b4ffa65c1745
Submitter: Zuul
Branch: master

commit 4c3438970c1c091c027069be4702b4ffa65c1745
Author: John Fulton <email address hidden>
Date: Fri Mar 15 18:22:34 2019 -0400

    Open firewall port 3300 for ceph monitors v2 protocol

    In addition port 6789, open port 3300 too for ceph monitors.
    As per the Ceph documentation:

    "Ceph monitors now bind to IANA-assigned port 3300 (ce4h or 0xce4)
    for the new v2 protocol, while also binding to the old default
    port 6789 for the legacy v1 protocol."

    Change-Id: Ib9a69cc9379e84a47bdc00a175ee33bfac4119eb
    Closes-Bug: #1820359