-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Add lxd module and states #46231
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
Add lxd module and states #46231
Conversation
salt/states/lxd.py
Outdated
''' | ||
Manage LXD profiles. | ||
|
||
.. versionadded:: unknown |
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.
This will be Fluorine
salt/states/lxd.py
Outdated
|
||
# PEP8 | ||
__opts__ = {} | ||
__salt__ = {} |
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.
These are not needed, we excempt salt and opts in our pylint.
This looks great! Thanks for submitting these! |
@pcdummy Can you write some tests for these new modules/states? |
@rallytime Don't think i get the time for doing so and i even wouldn't know where to start with tests. |
@rallytime I have added an issue for adding tests for this before the fluorine release. |
re-run all |
What does this PR do?
Adds support for LXD (Containers, Images and Profiles).
It lived for a long time in LXD Formula.
Authors:
Me
keesbos
sferket
Tests written?
No
Commits signed with GPG?
Yes