Comment 13 for bug 1847282

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

Reviewed: https://review.opendev.org/687419
Committed: https://git.openstack.org/cgit/openstack/tripleo-ansible/commit/?id=0bcb4b906e7204f94193b65e5f55550a7a21475f
Submitter: Zuul
Branch: master

commit 0bcb4b906e7204f94193b65e5f55550a7a21475f
Author: Kevin Carter <email address hidden>
Date: Tue Oct 8 16:00:39 2019 -0500

    Tighten up how we add and remove kernel modules

    This change adjusts our two roles that configure kernel modules.
    These two roles serve slightly different purposes so they both
    must exist at this time. The change being made will ensure that
    the system module-load service is in reloaded anytime modules
    change, and that the `/etc/modules-load.d` directory exists
    before assuming we can write new configuration files there.

    > Molecule configuration for the tripleo-module-load role has
      been updated to ensure the role is functionally testing the
      code paths with real system values.

    Closes-Bug: #1847282
    Change-Id: Id20d7415e8430c66f3afc8f86e0e813a54ee3ca2
    Signed-off-by: Kevin Carter <email address hidden>