Comment 8 for bug 1869955

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

Reviewed: https://review.opendev.org/717295
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=fe3f38d3a9a6d8795dd7109930ce433dc4488df6
Submitter: Zuul
Branch: master

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

    Depends-On: https://review.opendev.org/#/c/716982/
    Change-Id: I41681f90f70fa0dffe4abbe3d6d5c48015589f66
    Related-bug: #1869955
    Related: rhbz#1804079