Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1732564

Summary: TLS everywhere in place upgrade fails because a /etc/ipa/ca.crt/ directory exists
Product: Red Hat OpenStack Reporter: Jeremy Agee <jagee>
Component: python-paunchAssignee: Grzegorz Grasza <ggrasza>
Status: CLOSED WONTFIX QA Contact: Jeremy Agee <jagee>
Severity: high Docs Contact:
Priority: high    
Version: 13.0 (Queens)CC: alee, aschultz, broose, ggrasza, hrybacki, marjones, slinaber
Target Milestone: zstreamKeywords: Triaged, ZStream
Target Release: 13.0 (Queens)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1740789 1740886 (view as bug list) Environment:
Last Closed: 2021-03-23 20:25:57 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1740789, 1740885, 1740886    

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. ***