Comment 2 for bug 1933220

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

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

commit bf757bd5563da0e02578319cfddc574fb88009bf
Author: Harald Jensås <email address hidden>
Date: Mon May 10 13:13:25 2021 +0200

    Disable facts gathering in net config playbook

    Disable the facts gathering in the playbook used
    to apply network configuration to provisioned
    nodes.

    In some cases the fact gatehereing step causes
    the playbook to fail in case the node is just
    booting and connection is refused for SSH.

    Disabling the facts gathering should also speed up
    the plabook execution.

    Closes-Bug: #1933220
    Partially-Implements: blueprint network-data-v2-ports
    Change-Id: I436c7426bb430307c972445f04a47f8e11bfcc17
    (cherry picked from commit f45ef1994d06b2c30d50c91fefaa43934d393bb1)