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

Bug 1926716

Summary: when adding a cell into a tls-everywhere environment also the cellcontroller internal api vip is required to be
Product: Red Hat OpenStack Reporter: Martin Schuppert <mschuppe>
Component: tripleo-ansibleAssignee: Bogdan Dobrelya <bdobreli>
Status: CLOSED ERRATA QA Contact: Joe H. Rahme <jhakimra>
Severity: medium Docs Contact:
Priority: low    
Version: 16.2 (Train)CC: bdobreli, bgibizer, igallagh, jparker
Target Milestone: z4Keywords: Triaged
Target Release: 16.2 (Train on RHEL 8.4)   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: tripleo-ansible-0.8.1-2.20220725105244.0888648.el8ost Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1926693
: 2112371 (view as bug list) Environment:
Last Closed: 2022-12-07 19:21:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version: Train
Embargoed:
Bug Depends On:    
Bug Blocks: 2112371    

Description Martin Schuppert 2021-02-09 10:23:17 UTC
This bug is to track automation for this issue in tripleo-cellv2 role:

/usr/share/ansible/roles/tripleo-cellv2/tasks/add_internalapi_hosts_entries.yml

+++ This bug was initially created as a clone of Bug #1926693 +++

when adding a cell into a tls-everywhere environment also the cellcontroller internal api vip is required to be added to the central overcloud controllers because when using a tls-everywhere environment nova uses the cell controller internal api hostname instead of the vip to connect to the cell DB.

Reported by: rhn-support-mschuppe

https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.1/html/instances_and_images_guide/ch-manage_cells#annotations:e368511f-31c0-4bf1-9b19-eb91543ef839

--- Additional comment from Martin Schuppert on 2021-02-09 09:57:04 UTC ---

instead of:
CELL_INTERNALAPI_INFO=$(ssh heat-admin@${CELL_CTRL_IP} egrep cellcontrol.*\.internalapi /etc/hosts)

it should be:
CELL_INTERNALAPI_INFO=$(ssh heat-admin@${CELL_CTRL_IP} egrep cell1.*\.internalapi /etc/hosts)

Where cell1 is the prefix to identify only the cell systems and exclude the central controller systems.

Comment 23 errata-xmlrpc 2022-12-07 19:21:44 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 (Release of components for Red Hat OpenStack Platform 16.2.4), 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-2022:8794