Comment 1 for bug 1965143

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

Reviewed: https://review.opendev.org/c/starlingx/stx-puppet/+/833936
Committed: https://opendev.org/starlingx/stx-puppet/commit/531962bccbae05a7d548438aa8600cf3e6fff6b7
Submitter: "Zuul (22348)"
Branch: master

commit 531962bccbae05a7d548438aa8600cf3e6fff6b7
Author: Iago Estrela <email address hidden>
Date: Tue Mar 15 19:56:41 2022 -0300

    Fix vswitch manifest enabled parameter default value

    Since vswitch is not a required service for the platform
    we can disable it by default. This prevents the dependency
    of the manifest on the OVS plugin hieradata, which may provide
    outdated data during patch apply.

    Test plan:
    PASS: Host lock and unlock with enabled default to undef.
    PASS: Bootstrap with enabled default to undef.
    PASS: Bootstrap with vswitch_type=none.
    PASS: Bootstrap with vswitch_type=ovs-dpdk.

    Closes-Bug: 1965143

    Signed-off-by: Iago Estrela <email address hidden>
    Change-Id: Ia07877d2188b681dfcf9c2700222c1cc7f73f7e6