Comment 25 for bug 1800811

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

Reviewed: https://review.opendev.org/710574
Committed: https://git.openstack.org/cgit/openstack/tripleo-ansible/commit/?id=997cb781bd057e0243e7795a3a301ca2eac69485
Submitter: Zuul
Branch: master

commit 997cb781bd057e0243e7795a3a301ca2eac69485
Author: Harald Jensås <email address hidden>
Date: Sat Feb 29 18:43:57 2020 +0100

    Only add host entries for role_networks

    When network isolastion was added there was no have
    composable networks and no jinja2 generated heat
    templates. Because of this the "standard" networks
    was always included, but the port template was
    overridden to use the ctlplane's ip address for
    disabled networks.

    The result is that we have kept host entries for
    networks that are irrelevant for some roles. This
    was fixed in https://review.opendev.org/614457 but
    re-intruduced in tripleo-ansibe.

    This fixes the tripleo_hosts_entries role to only
    write host entries for networks relavant to the
    tripleo role.

    Related-Bug: #1842001
    Related-Bug: #1800811
    Change-Id: I2c8f0eb33be26ebe6d4077b25de47c2b2ab1fca0