Comment 2 for bug 1991968

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to metal (master)

Reviewed: https://review.opendev.org/c/starlingx/metal/+/860595
Committed: https://opendev.org/starlingx/metal/commit/d323cb7a729095c80aa5b2b4bd74e0ffd29c3046
Submitter: "Zuul (22348)"
Branch: master

commit d323cb7a729095c80aa5b2b4bd74e0ffd29c3046
Author: Shrikumar Sharma <email address hidden>
Date: Thu Oct 6 16:26:59 2022 +0000

    Subcloud install failing due to non-existing directory (/etc/pmon.d)

    Debian sub cloud is failing to bootstrap at the "Register kubelet
    with pmond" task due to a non-existing directory, /etc/pmon.d.

    This change ensures that the directory /etc/pmon.d exists, and that
    the required files for different traits are appropriately linked.

    TEST PLAN:

    PASS: Verify that /etc/pmon.d is created on the subcloud when
          deploying the subcloud

    PASS: Verify that the "Register kublet with pmond" ansible task
          completes

    Closes-Bug: 1991968

    Signed-off-by: Shrikumar Sharma <email address hidden>
    Change-Id: I6d71fad61bd0fa3a58cc1ab4f2d33fb7a7ec1bc7