-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Create pkg/machine/ignition
package
#20692
Create pkg/machine/ignition
package
#20692
Conversation
Cockpit tests failed for commit eea255da6c91e08f8024e9e8e5f66c18d9860771. @martinpitt, @jelly, @mvollmer please check. |
f0bfaa5
to
2b25beb
Compare
2b25beb
to
5f9b4e2
Compare
Ephemeral COPR build failed. @containers/packit-build please check. |
5f9b4e2
to
54ecb69
Compare
c7aba47
to
e06ef85
Compare
e06ef85
to
0c02154
Compare
0c02154
to
eda517a
Compare
pkg/machine/ignition
packagepkg/machine/ignition
package
@baude @ashley-cui PTAL |
eda517a
to
d4584b8
Compare
LGTM |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jakecorrenti, rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
d4584b8
to
a8e7715
Compare
a8e7715
to
20c1924
Compare
20c1924
to
4273de0
Compare
still trying to narrow down what's causing these errors, so apologies for the loads of pushes. the errors only turned up after the rebase... |
3b8cf9f
to
ee74907
Compare
both failures seem to be unrelated |
Moves all of the ignitionfiles out of the `machine` package and into its own called `ignition`. This required `VMType` to get moved out of the `machine` package and into the `define` package in order to prevent a circular dependency. Signed-off-by: Jake Correnti <[email protected]>
Uses the systemd unit file parser to build unit files instead of having them be just blocks of hard-coded strings. Signed-off-by: Jake Correnti <[email protected]>
ee74907
to
98f332d
Compare
/lgtm |
753bdc3
into
containers:main
Moves all of the ignition files out of the
machine
package and into its own calledignition
. This requiredVMType
to get moved out of themachine
package and into thedefine
package in order to prevent a circular dependency.Also uses the systemd parser UnitFile type to compose unit files instead of having hard-coded strings scattered around the files.
Does this PR introduce a user-facing change?