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