Add parameter to configure libvirt tls_priority

Bug #1840447 reported by Martin Schuppert
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
Undecided
Martin Schuppert

Bug Description

Right now we don't have a parameter to configure the libvirt tls_priority.

This is to track the implementation.

Changed in tripleo:
assignee: nobody → Martin Schuppert (mschuppert)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tripleo-heat-templates (master)

Fix proposed to branch: master
Review: https://review.opendev.org/676951

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

Reviewed: https://review.opendev.org/676951
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=56ccd717d48aca2d3138c1f4416baa72d3655216
Submitter: Zuul
Branch: master

commit 56ccd717d48aca2d3138c1f4416baa72d3655216
Author: Martin Schuppert <email address hidden>
Date: Fri Aug 16 15:52:20 2019 +0200

    Add LibvirtTLSPriority to set libvirtd tls_priority

    Adds LibvirtTLSPriority parameter to override the compile time
    default TLS priority string.
    Default: 'NORMAL:-VERS-SSL3.0:-VERS-TLS-ALL:+VERS-TLS1.2'

    Change-Id: Id05c5e88be2d9f90642ed5159cb2db03c997f83a
    Closes-Bug: #1840447

Changed in tripleo:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tripleo-heat-templates (stable/stein)

Fix proposed to branch: stable/stein
Review: https://review.opendev.org/678993

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

Fix proposed to branch: stable/rocky
Review: https://review.opendev.org/678995

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

Fix proposed to branch: stable/queens
Review: https://review.opendev.org/678996

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

Reviewed: https://review.opendev.org/678993
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=393f43a664b16fe284b54c75320a2c7f09d18579
Submitter: Zuul
Branch: stable/stein

commit 393f43a664b16fe284b54c75320a2c7f09d18579
Author: Martin Schuppert <email address hidden>
Date: Fri Aug 16 15:52:20 2019 +0200

    Add LibvirtTLSPriority to set libvirtd tls_priority

    Adds LibvirtTLSPriority parameter to override the compile time
    default TLS priority string.
    Default: 'NORMAL:-VERS-SSL3.0:-VERS-TLS-ALL:+VERS-TLS1.2'

    Change-Id: Id05c5e88be2d9f90642ed5159cb2db03c997f83a
    Closes-Bug: #1840447
    (cherry picked from commit 56ccd717d48aca2d3138c1f4416baa72d3655216)

tags: added: in-stable-stein
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/rocky)

Reviewed: https://review.opendev.org/678995
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=9a31aafd33da991a9ea5d8b1cc70f6151ce06255
Submitter: Zuul
Branch: stable/rocky

commit 9a31aafd33da991a9ea5d8b1cc70f6151ce06255
Author: Martin Schuppert <email address hidden>
Date: Fri Aug 16 15:52:20 2019 +0200

    Add LibvirtTLSPriority to set libvirtd tls_priority

    Adds LibvirtTLSPriority parameter to override the compile time
    default TLS priority string.
    Default: 'NORMAL:-VERS-SSL3.0:-VERS-TLS-ALL:+VERS-TLS1.2'

    Conflicts:
          deployment/nova/nova-libvirt-container-puppet.yaml

    Removed the conflict, as this file is not present in Rocky
    release and corresponding changes are done in
    puppet/services/nova-libvirt.yaml file.

    Change-Id: Id05c5e88be2d9f90642ed5159cb2db03c997f83a
    Closes-Bug: #1840447
    (cherry picked from commit 56ccd717d48aca2d3138c1f4416baa72d3655216)
    (cherry picked from commit 393f43a664b16fe284b54c75320a2c7f09d18579)

tags: added: in-stable-rocky
tags: added: in-stable-queens
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/queens)

Reviewed: https://review.opendev.org/678996
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=f16a588ad8d6a6b2753ef1f72943f17afe2aa4ed
Submitter: Zuul
Branch: stable/queens

commit f16a588ad8d6a6b2753ef1f72943f17afe2aa4ed
Author: Martin Schuppert <email address hidden>
Date: Fri Aug 16 15:52:20 2019 +0200

    Add LibvirtTLSPriority to set libvirtd tls_priority

    Adds LibvirtTLSPriority parameter to override the compile time
    default TLS priority string.
    Default: 'NORMAL:-VERS-SSL3.0:-VERS-TLS-ALL:+VERS-TLS1.2'

    Conflicts:
          deployment/nova/nova-libvirt-container-puppet.yaml

    Removed the conflict, as this file is not present in Queens
    release and corresponding changes are done in
    puppet/services/nova-libvirt.yaml file.

    Change-Id: Id05c5e88be2d9f90642ed5159cb2db03c997f83a
    Closes-Bug: #1840447
    (cherry picked from commit 56ccd717d48aca2d3138c1f4416baa72d3655216)
    (cherry picked from commit 393f43a664b16fe284b54c75320a2c7f09d18579)
    (cherry picked from commit 9a31aafd33da991a9ea5d8b1cc70f6151ce06255)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tripleo-heat-templates 10.6.1

This issue was fixed in the openstack/tripleo-heat-templates 10.6.1 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tripleo-heat-templates 9.4.1

This issue was fixed in the openstack/tripleo-heat-templates 9.4.1 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tripleo-heat-templates 8.4.1

This issue was fixed in the openstack/tripleo-heat-templates 8.4.1 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tripleo-heat-templates 11.2.0

This issue was fixed in the openstack/tripleo-heat-templates 11.2.0 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.