Skip to content

add 25rhcos-azure-udev overlay; drop 25rhcos-azure-udev-rules overlay#785

Closed
dustymabe wants to merge 4 commits intoopenshift:masterfrom
dustymabe:dusty-25rhcos-azure-udev
Closed

add 25rhcos-azure-udev overlay; drop 25rhcos-azure-udev-rules overlay#785
dustymabe wants to merge 4 commits intoopenshift:masterfrom
dustymabe:dusty-25rhcos-azure-udev

Conversation

@dustymabe
Copy link
Copy Markdown
Member

We no longer need the 25rhcos-azure-udev-rules overlay because
the WALinuxAgent-udev package exists in el8. We do still need
the glue code that copies the udev files into the initramfs
via a dracut module, thought. Can drop that in el9.

The WALinuxAgent-udev package exists now.

This reverts commit 5cd6441.
The directory is no longer needed because the 25rhcos-azure-udev-rules
overlay got removed in the previous commit.
This migrates the glue code that installs the udev rules into the
initramfs to an overlay module in the RHCOS repo. It was no longer
needed in FCOS and removed from the overlay there in [1].

[1] coreos/fedora-coreos-config#1686
@dustymabe dustymabe marked this pull request as draft April 22, 2022 14:46
@openshift-ci openshift-ci Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Apr 22, 2022
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Apr 22, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dustymabe

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 22, 2022
@openshift-ci

This comment was marked as outdated.

@dustymabe
Copy link
Copy Markdown
Member Author

For this we'll wait for two things.

  1. The move to 8.6 to complete
  2. Revert "overlay: add new module for installing Azure udev rules" coreos/fedora-coreos-config#1686 to merge so we can bump the f-c-c submodule.

@miabbott
Copy link
Copy Markdown
Member

For this we'll wait for two things.

1. The move to 8.6 to complete

2. [Revert "overlay: add new module for installing Azure udev rules" coreos/fedora-coreos-config#1686](https://github.com/coreos/fedora-coreos-config/pull/1686) to merge so we can bump the f-c-c submodule.

@dustymabe both of these have completed; I think you can proceed with this PR

@openshift-ci openshift-ci Bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 27, 2022
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Apr 27, 2022

@dustymabe: PR needs rebase.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

travier added a commit to travier/os that referenced this pull request May 24, 2022
For RHEL 8.6, we no longer need the 25rhcos-azure-udev-rules overlay
because the WALinuxAgent-udev package exists. We do still need the glue
code that copies the udev files into the initramfs via a dracut module,
thought. This is not needed for RHEL 9.0.

This migrates the glue code that installs the udev rules into the
initramfs to an overlay module in the RHCOS repo for 8.6. It was no
longer needed in FCOS and removed from the overlay there in [1].

[1] coreos/fedora-coreos-config#1686

From: openshift#785
travier added a commit to travier/os that referenced this pull request May 24, 2022
For RHEL 8.6, we no longer need the 25rhcos-azure-udev-rules overlay
because the WALinuxAgent-udev package exists. We do still need the glue
code that copies the udev files into the initramfs via a dracut module,
thought. This is not needed for RHEL 9.0.

This migrates the glue code that installs the udev rules into the
initramfs to an overlay module in the RHCOS repo for 8.6. It was no
longer needed in FCOS and removed from the overlay there in [1].

[1] coreos/fedora-coreos-config#1686

From: openshift#785
@travier
Copy link
Copy Markdown
Member

travier commented May 24, 2022

I merged this one into #803

travier added a commit to travier/os that referenced this pull request May 25, 2022
For RHEL 8.6, we no longer need the 25rhcos-azure-udev-rules overlay
because the WALinuxAgent-udev package exists. We do still need the glue
code that copies the udev files into the initramfs via a dracut module,
thought. This is not needed for RHEL 9.0.

This migrates the glue code that installs the udev rules into the
initramfs to an overlay module in the RHCOS repo for 8.6. It was no
longer needed in FCOS and removed from the overlay there in [1].

[1] coreos/fedora-coreos-config#1686

From: openshift#785
travier added a commit to travier/os that referenced this pull request May 25, 2022
For RHEL 8.6, we no longer need the 25rhcos-azure-udev-rules overlay
because the WALinuxAgent-udev package exists. We do still need the glue
code that copies the udev files into the initramfs via a dracut module,
thought. This is not needed for RHEL 9.0.

This migrates the glue code that installs the udev rules into the
initramfs to an overlay module in the RHCOS repo for 8.6. It was no
longer needed in FCOS and removed from the overlay there in [1].

[1] coreos/fedora-coreos-config#1686

From: openshift#785
@bgilbert
Copy link
Copy Markdown
Contributor

bgilbert commented Jun 3, 2022

This addresses a 4.11 regression tracked in https://bugzilla.redhat.com/show_bug.cgi?id=2092966.

@travier travier mentioned this pull request Jun 3, 2022
travier added a commit to travier/os that referenced this pull request Jun 3, 2022
For RHEL 8.6, we no longer need the 25rhcos-azure-udev-rules overlay
because the WALinuxAgent-udev package exists. We do still need the glue
code that copies the udev files into the initramfs via a dracut module,
thought. This is not needed for RHEL 9.0.

This migrates the glue code that installs the udev rules into the
initramfs to an overlay module in the RHCOS repo for 8.6. It was no
longer needed in FCOS and removed from the overlay there in [1].

[1] coreos/fedora-coreos-config#1686

From: openshift#785
@travier
Copy link
Copy Markdown
Member

travier commented Jun 7, 2022

/close
Closing as it has been included in #815

@openshift-ci openshift-ci Bot closed this Jun 7, 2022
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Jun 7, 2022

@travier: Closed this PR.

Details

In response to this:

/close
Closing as it has been included in #815

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants