-
Notifications
You must be signed in to change notification settings - Fork 137
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
feat: support for ostree systems #270
Conversation
From the failing CI, the Fedora is fixed with top commit in #267, debian buster is probably just broken (can be ignored), but centos6 is something that should be fixed as part of this PR as the |
Whatever works for you. The #267 changes a lot of things, but they are not used by default so they should not be breaking (but some careful review would be needed). It does not have any deadlines as far as I know. If the ostree support needs to land at some reasonable time, feel free to pull that particular commit from there into your PR. |
Feature: Allow running and testing the role with ostree managed nodes. Reason: We have users who want to use the role to manage ostree systems. Result: Users can use the role to manage ostree managed nodes. Signed-off-by: Rich Megginson <[email protected]>
ok - I just fixed the el6 issue - please review - then we can wait on #267 - I did not include that one in my PR - should keep them separate |
Feature: Allow running and testing the role with ostree managed nodes.
Reason: We have users who want to use the role to manage ostree
systems.
Result: Users can use the role to manage ostree managed nodes.
Signed-off-by: Rich Megginson [email protected]