Wrong protocol for DNS rule inside horizon

Bug #1472646 reported by Bjoern
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack-Ansible
Fix Released
Wishlist
Bjoern
Juno
Fix Released
Wishlist
Bjoern
Kilo
Fix Released
Wishlist
Bjoern

Bug Description

Please change

    'dns': {
        'name': 'DNS',
        'ip_protocol': 'tcp',
        'from_port': '53',
        'to_port': '53',
    },

to

    'dns': {
        'name': 'DNS',
        'ip_protocol': 'udp',
        'from_port': '53',
        'to_port': '53',
    },

since DNS is primarily UDP

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to os-ansible-deployment (juno)

Fix proposed to branch: juno
Review: https://review.openstack.org/199603

Revision history for this message
Bjoern (bjoern-t) wrote :

FYI, UDP is the main protocol. TCP is primarily used only for zone transfers (dns server) and large responses. Therefor udp should be the default protocol to cover most use cases.

Revision history for this message
Bjoern (bjoern-t) wrote :

Fix proposed to branch: kilo
https://review.openstack.org/#/c/199610/

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: juno
Review: https://review.openstack.org/199669

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on os-ansible-deployment (juno)

Change abandoned by Bjoern Teipel (<email address hidden>) on branch: juno
Review: https://review.openstack.org/199669
Reason: Erroneous review

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-ansible-deployment (kilo)

Reviewed: https://review.openstack.org/199610
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=99a0e691e77f036803046a7636db87c1ff8464b5
Submitter: Jenkins
Branch: kilo

commit 99a0e691e77f036803046a7636db87c1ff8464b5
Author: Bjoern Teipel <email address hidden>
Date: Wed Jul 8 10:15:02 2015 -0500

    Fixing protocol for UDP in horizon for kilo

    Closes-Bug: #1472646
    Change-Id: Idaa08cc7a2daf7b000fd6b29bd879c19fa4add2a

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-ansible-deployment (master)

Reviewed: https://review.openstack.org/199613
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=94e399e351a7e8b40b0ff09be992819d012c9b1b
Submitter: Jenkins
Branch: master

commit 94e399e351a7e8b40b0ff09be992819d012c9b1b
Author: Bjoern Teipel <email address hidden>
Date: Wed Jul 8 10:21:33 2015 -0500

    Fixing protocol for UDP in horizon for master

    Closes-Bug: #1472646
    Change-Id: Ib5777fcd0f172aa68a99260539187ed9f50f7c98

Changed in openstack-ansible:
status: New → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-ansible-deployment (juno)

Reviewed: https://review.openstack.org/199603
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=eb1eabb07f32271ecf523f49451032f426a54c53
Submitter: Jenkins
Branch: juno

commit eb1eabb07f32271ecf523f49451032f426a54c53
Author: Bjoern Teipel <email address hidden>
Date: Wed Jul 8 09:56:58 2015 -0500

    Fixing protocol for UDP in horizon for the juno releases

    Closes-Bug: #1472646
    Change-Id: I7eecf9633347a47400f571922b887118546b2901

git-harry (git-harry)
Changed in openstack-ansible:
assignee: nobody → Bjoern Teipel (bjoern-teipel)
Changed in openstack-ansible:
importance: Undecided → Wishlist
Changed in openstack-ansible:
status: Fix Committed → Fix Released
Revision history for this message
Davanum Srinivas (DIMS) (dims-v) wrote : Fix included in openstack/openstack-ansible 11.2.11

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

Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/openstack-ansible 11.2.12

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

Revision history for this message
Davanum Srinivas (DIMS) (dims-v) wrote : Fix included in openstack/openstack-ansible 11.2.14

This issue was fixed in the openstack/openstack-ansible 11.2.14 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.