Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

overlay.d: create new 30gcp-udev-rules overlay #2350

Merged
merged 3 commits into from
Apr 10, 2023

Commits on Apr 5, 2023

  1. overlay.d: create new 30gcp-udev-rules overlay

    We previously had the 65-gce-disk-naming.rules under the 05core
    overlay. This commit makes a new overlay.d entry specifically for
    the GCP rules, in this way we can track it and have a better
    maintenance
    
    Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
    (cherry picked from commit 9da4327)
    ravanelli committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    15a3be0 View commit details
    Browse the repository at this point in the history
  2. overlay.d: Add/Update udev rules for GCP

     - This PR injects/updates the udev rules from google-guest-config package into
    our overlay (GoogleCloudPlatform/guest-configs@18fbc05).
    
     - It works as an workaround for the BZ #2176212. The longer term solution
    is to add these packages as part of the Fedora/RHEL itself, so we won't need to
    maintain it, as we can entirely drop it.
    
    For this matter the BZ https://bugzilla.redhat.com/show_bug.cgi?id=2182865
    was opened requesting a subpackage of google-compute-engine-guest-configs
    containing only what is needed.
    
    For more info:
    
    https://bugzilla.redhat.com/show_bug.cgi?id=2176212
    https://github.com/GoogleCloudPlatform/guest-configs/tree/master/src/lib/udev
    
    Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
    (cherry picked from commit b944dd4)
    ravanelli committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    3c952be View commit details
    Browse the repository at this point in the history
  3. Add 30gcp-udev-rules overlay to the manifest

    - Add the new 30gcp-udev-rules overlay into the manifest
    
    Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
    ravanelli committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    1236c03 View commit details
    Browse the repository at this point in the history