Comment 11 for bug 1869955

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-heat-templates (stable/train)

Reviewed: https://review.opendev.org/718191
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=2e57b2b8a4134767d18a871d8201b5a829ca5085
Submitter: Zuul
Branch: stable/train

commit 2e57b2b8a4134767d18a871d8201b5a829ca5085
Author: Grzegorz Grasza <email address hidden>
Date: Fri Apr 3 13:47:37 2020 +0200

    Create DNS entries in IPA for openstack services

    This adds forward and reverse DNS records for all services.

    Without the reverse DNS entries, certificates cannot be created
    for etcd which requires a subject alternative name (SAN) entry
    to be included. This is used by cinder for A/A support.

    The task is delegated to tripleo-ipa. It uses the host_entry
    which is also used for managing the entries in /etc/hosts.

    Change-Id: I41681f90f70fa0dffe4abbe3d6d5c48015589f66
    (cherry picked from commit fe3f38d3a9a6d8795dd7109930ce433dc4488df6)
    Related-bug: #1869955
    Related: rhbz#1804079