Bug 1797670 - ovn_nb_connection for Octavia is hard-coded to use tcp: schema
Summary: ovn_nb_connection for Octavia is hard-coded to use tcp: schema
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: puppet-tripleo
Version: 16.0 (Train)
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: z2
: 16.0 (Train on RHEL 8.1)
Assignee: ffernand
QA Contact: nlevinki
URL:
Whiteboard:
: 1803067 1812744 1825171 (view as bug list)
Depends On:
Blocks: 1614299 1803067 1823848
TreeView+ depends on / blocked
 
Reported: 2020-02-03 15:48 UTC by Andrew Austin
Modified: 2020-05-14 12:16 UTC (History)
15 users (show)

Fixed In Version: openstack-tripleo-heat-templates-11.3.2-0.20200405044623.ec9970c.el8ost puppet-tripleo-11.4.1-0.20200402130302.b4678ba.el8ost puppet-octavia-15.4.1-0.20200414135415.8bae62d.el8ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1803067 1823848 (view as bug list)
Environment:
Last Closed: 2020-05-14 12:15:31 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Launchpad 1861886 0 None None None 2020-02-04 20:31:19 UTC
OpenStack gerrit 705821 0 None MERGED Add Octavia OVN Provider configuration (1 of 2) 2021-01-27 15:58:41 UTC
OpenStack gerrit 714895 0 None MERGED Add Octavia OVN Provider configuration (1 of 2) 2021-01-27 15:58:41 UTC
OpenStack gerrit 714916 0 None MERGED Add Octavia OVN Provider configuration 2021-01-27 15:58:41 UTC
OpenStack gerrit 715950 0 None MERGED Add Octavia OVN Provider configuration (2 of 2) 2021-01-27 15:59:24 UTC
OpenStack gerrit 715960 0 None MERGED Add Octavia OVN Provider configuration (2 of 2) 2021-01-27 15:58:42 UTC
Red Hat Product Errata RHBA-2020:2114 0 None None None 2020-05-14 12:16:01 UTC

Internal Links: 1803067

Description Andrew Austin 2020-02-03 15:48:26 UTC
Description of problem:
When deploying Octavia with TLS Everywhere and the OVN mechanism, the ovn_nb_connection option in Octavia still uses tcp:<VIP>:<Port> This appears to be hard-coded in puppet-tripleo. It should be ssl:<VIP>:<Port> when TLS Everywhere is enabled.

Comment 7 Jakub Libosvar 2020-03-17 14:14:06 UTC
*** Bug 1812744 has been marked as a duplicate of this bug. ***

Comment 9 ffernand 2020-03-20 10:06:55 UTC
*** Bug 1803067 has been marked as a duplicate of this bug. ***

Comment 13 ffernand 2020-04-14 14:57:34 UTC
Fix is in:
openstack-tripleo-heat-templates-11.3.2-0.20200414055425.89b7d51.el8ost
puppet-tripleo-11.4.1-0.20200409181944.5d41a09.el8ost
puppet-octavia-15.4.1-0.20200414135415.8bae62d.el8ost

Comment 19 Eran Kuris 2020-04-20 06:14:02 UTC
Fix verified :
[root@controller-1 ~]# export SBDB=$(sudo ovs-vsctl get open . external_ids:ovn-remote | sed -e 's/\"//g')
[root@controller-1 ~]# export NBDB=$(sudo ovs-vsctl get open . external_ids:ovn-remote | sed -e 's/\"//g' | sed -e 's/6642/6641/g')
[root@controller-1 ~]# echo $NBDB
ssl:172.17.1.42:6641
[root@controller-1 ~]# echo $SBDB
ssl:172.17.1.42:6642


(undercloud) [stack@undercloud-0 ~]$ rpm -qa | grep openstack-tripleo-heat-templates-11.
openstack-tripleo-heat-templates-11.3.2-0.20200405044623.ec9970c.el8ost.noarch
(undercloud) [stack@undercloud-0 ~]$ cat core_puddle_version 
RHOS_TRUNK-16.0-RHEL-8-20200417.n.1(undercloud) [stack@undercloud-0 ~]$

Comment 24 Carlos Goncalves 2020-05-06 14:29:22 UTC
*** Bug 1825171 has been marked as a duplicate of this bug. ***

Comment 26 errata-xmlrpc 2020-05-14 12:15:31 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2020:2114


Note You need to log in before you can comment on or make changes to this bug.