tests: Add gshadow test, migrated from coreos-assembler#465
Merged
cgwalters merged 1 commit intocoreos:testing-develfrom Jun 11, 2020
Merged
tests: Add gshadow test, migrated from coreos-assembler#465cgwalters merged 1 commit intocoreos:testing-develfrom
cgwalters merged 1 commit intocoreos:testing-develfrom
Conversation
See coreos/coreos-assembler#1522 The idea is our default for new external tests would be this repo.
jlebon
approved these changes
Jun 10, 2020
Member
jlebon
left a comment
There was a problem hiding this comment.
Restarted CI on this since Koji should be back up now.
LGTM! Will leave open for a bit though in case anyone objects to this direction.
Member
Author
|
OK, sounds like no objections! Would like to keep up momentum on testing stuff so merging. |
jlebon
added a commit
to jlebon/fedora-coreos-config
that referenced
this pull request
Jun 29, 2020
This implements the rootmap code that figures out all the dependencies required to find `/sysroot`, and injects them into the BLS config. For more information, see: coreos/fedora-coreos-tracker#94 (comment) This supports RAID and LUKS devices, though the latter needs outstanding work in Ignition to actually be fully supported. This also implements the `root=UUID=$uuid` inject patch proposed in coreos/fedora-coreos-tracker#465. With this, it's now possible to configure FCOS with root on a RAID device! Closes: coreos#465
jlebon
added a commit
to jlebon/fedora-coreos-config
that referenced
this pull request
Jul 2, 2020
This implements the rootmap code that figures out all the dependencies required to find `/sysroot`, and injects them into the BLS config. For more information, see: coreos/fedora-coreos-tracker#94 (comment) This supports RAID and LUKS devices, though the latter needs outstanding work in Ignition to actually be fully supported. This also implements the `root=UUID=$uuid` inject patch proposed in coreos/fedora-coreos-tracker#465. With this, it's now possible to configure FCOS with root on a RAID device! Closes: coreos#465
jlebon
added a commit
to jlebon/fedora-coreos-config
that referenced
this pull request
Jul 2, 2020
This implements the rootmap code that figures out all the dependencies required to find `/sysroot`, and injects them into the BLS config. For more information, see: coreos/fedora-coreos-tracker#94 (comment) This supports RAID and LUKS devices, though the latter needs outstanding work in Ignition to actually be fully supported. This also implements the `root=UUID=$uuid` inject patch proposed in coreos/fedora-coreos-tracker#465. With this, it's now possible to configure FCOS with root on a RAID device! Closes: coreos#465
c4rt0
pushed a commit
to c4rt0/fedora-coreos-config
that referenced
this pull request
Mar 27, 2023
rhcos-upgrade-root-filesystem-container: Run Before=kubelet.service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See coreos/coreos-assembler#1522
The idea is our default for new external tests would be this repo.