Comment 21 for bug 1958116

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-ansible (stable/victoria)

Reviewed: https://review.opendev.org/c/openstack/tripleo-ansible/+/824961
Committed: https://opendev.org/openstack/tripleo-ansible/commit/bc60336d7c003b5041ac5a32e4fc58a2f9c95f00
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit bc60336d7c003b5041ac5a32e4fc58a2f9c95f00
Author: Sandeep Yadav <email address hidden>
Date: Fri Nov 26 12:29:56 2021 +0530

    Default route on ctlplane in CI ipv6 nic config

    This template is used by featureset035 in CI, Overcloud nodes in fs035
    currently have no outside connectivity. Details in Closes-Bug.

    Moving default route to ctlplane for CI usecase, CI Ipv4 nic config
    template also have default route on ctlplane[1].

    It seems we created this template following the older nic template [2]
    which we use in older branches, which have two default route - one on
    ctlplane and one on external network, which seems wrong.

    [1] https://opendev.org/openstack/tripleo-ansible/src/branch/master/tripleo_ansible/roles/tripleo_network_config/templates/ci/multiple_nics.j2#L9-L11
    [2] https://github.com/openstack/tripleo-heat-templates/blob/stable/train/ci/environments/network/multiple-nics-ipv6/nic-configs/controller.yaml#L182-L196

    Closes-Bug: #1958116
    Closes-Bug: #1952391
    Change-Id: I3ef3728f042024033b5f48b89b97d9ac3ef08614
    (cherry picked from commit 6f7f53de73b313e4b6cafd97aab645232f5a799f)