Bug 1732564 - TLS everywhere in place upgrade fails because a /etc/ipa/ca.crt/ directory exists
Summary: TLS everywhere in place upgrade fails because a /etc/ipa/ca.crt/ directory ex...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: python-paunch
Version: 13.0 (Queens)
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: zstream
: 13.0 (Queens)
Assignee: Grzegorz Grasza
QA Contact: Jeremy Agee
URL:
Whiteboard:
: 1740886 (view as bug list)
Depends On:
Blocks: 1740789 1740885 1740886
TreeView+ depends on / blocked
 
Reported: 2019-07-23 17:38 UTC by Jeremy Agee
Modified: 2023-09-07 20:18 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1740789 1740886 (view as bug list)
Environment:
Last Closed: 2021-03-23 20:25:57 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Launchpad 1830734 0 None None None 2019-07-23 17:41:18 UTC
OpenStack gerrit 673565 0 None MERGED Check if volume paths exist before executing Docker. 2021-01-27 10:42:19 UTC
OpenStack gerrit 675356 0 None MERGED neutron-api: remove /usr/share/neutron mount 2021-01-27 10:42:19 UTC
OpenStack gerrit 675357 0 None MERGED Ensure directories managed by libvirt-daemon exist 2021-01-27 10:42:18 UTC
OpenStack gerrit 675358 0 None MERGED Create missing directories before mounting them 2021-01-27 10:42:19 UTC
OpenStack gerrit 675359 0 None MERGED Create /run/netns if does not exist 2021-01-27 10:42:19 UTC
OpenStack gerrit 675360 0 None MERGED Ensure /var/www folder is created in prep host tasks 2021-01-27 10:42:20 UTC
OpenStack gerrit 675668 0 None MERGED mysql/client: create tripleo.cnf everytime 2021-01-27 10:42:20 UTC
Red Hat Issue Tracker OSP-255 0 None None None 2023-09-07 20:18:27 UTC

Description Jeremy Agee 2019-07-23 17:38:57 UTC
Description of problem:
When doing a Brownfield TLS everywhere upgrade the overcloud deploy fails.

Version-Release number of selected component (if applicable):


Steps to Reproduce:

1. upgrade the undercloud to enable novajoin.

undercloud.conf

[DEFAULT]
# BEGIN TLS EVERYWHERE SETTINGS -->
enable_novajoin = True
ipa_otp = 9Yx7dnbFEIvGPZ0X7MS4x02WDNaBL4G3JR8w3vsjB0p4
undercloud_hostname = undercloud-0.redhat.local
undercloud_nameservers = 10.0.0.37
overcloud_domain_name = redhat.local
# END TLS EVERYWHERE SETTINGS -->

openstack undercloud install

2. upgrade the overcloud to enable tls everywhere

openstack overcloud deploy \
--timeout 100 \
--templates /usr/share/openstack-tripleo-heat-templates \
--stack overcloud \
--libvirt-type kvm \
--ntp-server 10.0.0.37 \
-e /home/stack/virt/config_lvm.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml \
-e /home/stack/virt/network/network-environment.yaml \
-e /home/stack/virt/enable-tls.yaml \
-e /home/stack/virt/inject-trust-anchor.yaml \
-e /home/stack/virt/public_vip.yaml \
-e /home/stack/virt/cloud-names.yaml \
-e /home/stack/virt/hostnames.yml \
-e /home/stack/virt/nodes_data.yaml \
-e /home/stack/virt/docker-images.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-everywhere-endpoints-dns.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/services/haproxy-public-tls-certmonger.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-internal-tls.yaml

How reproducible:

Actual results:
The deployment fails because nodes failed to enroll in IPA

Expected results:
All nodes enroll in IPA during the overcloud upgrade.

Additional info:

Comment 3 Ade Lee 2019-08-13 19:38:26 UTC
*** Bug 1740886 has been marked as a duplicate of this bug. ***


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