Comment 11 for bug 1958332

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

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

commit a63697ffd67f24f65feec88acd8d164154f01d9f
Author: Harald Jensås <email address hidden>
Date: Wed Jan 19 06:09:47 2022 +0100

    Disable cloud-init netconfig post os-net-config

    This is a combination of 2 commits.

    This is the 1st commit message:

    After a successfull os-net-config run disable network config
    in cloud-init.

    There has been reports of cloud-init re-writing network config
    files on reboot, resulting in incorrect network configuration.

    This is the 2nd commit message:

    Ensure cloud-init config dir exists

    In some cases, it may happen cloud-init isn't installed (on the UC, for
    instance).
    In such cases, the directory doesn't exist, and ansible fails to push
    the file to this location, leading to a deploy error.

    Closes-Bug: #1958332
    Change-Id: I3e3692030b86e4afff6fc5e09cd763ee1e184cfa
    (cherry picked from commit 85bcbfb8a6d53cbcf2b727e0b0bf12b3e4281567)
    (cherry picked from commit 7d16b0f33f37ba9196838003e5da578239273473)
    (cherry picked from commit daf76eb86a4bcf9b14e0b2c5125bfb5a7ce5e20f)