-
Notifications
You must be signed in to change notification settings - Fork 159
Implement the mock
provision plugin
#4034
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
Conversation
b8c5f0f
to
c824ca1
Compare
This plugin will require importing the |
Some comments and important notes are in the related Issue: #255 |
@mkoncek could you update the PR description including some information regarding this new plugin?, the purpose of the PR is clear but it'd nice having more background e.g. of use cases, invocation.. |
@mkoncek moreover, is there a plan to include documentation along with this new plugin? I cannot find anything other than |
Right, of course, it would take some time though. I usually write more detailed documentation after having some prototype, but I don't expect many further changes. |
One followup note: I miss the goodies we have in |
to get any output, I know that for example the |
As i mentioned elsewhere, for this plugin to work, it needs to install a mock plugin into the |
We don't have one, but you could make one like |
It would help collecting these improvements in an issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I had some pending review comments that I did not submit, I think I had more, but will re-review tomorrow.
496d272
to
9ac55d4
Compare
This pull request implements a guest provisioning using the
mock
tool. Mock provides isolation similar to containers but also easy access to the file system similar to local provisioning. Moreover, it provides resource reuse, and it should be easily possible to run tests on newly built packages.This plugin has minimal custom configuration and leaves it to mock's configuration.
See #4097 for follow-up issues to be addressed later.
Pull Request Checklist