-
-
Notifications
You must be signed in to change notification settings - Fork 107
Implement a NetworkManager provider using nmstate #347
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
base: master
Are you sure you want to change the base?
Conversation
Also add data types to `class` and `define` definitions.
|
@rwaffen recently started a network manager module: https://github.com/voxpupuli/puppet-networkmanager |
| Each new release typically also includes the latest modulesync defaults. | ||
| These should not affect the functionality of the module. | ||
|
|
||
| ## [Unreleased] |
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.
the changelog for vox pupuli modules is generated based on closed issues and PRs, on each release. Please don't edit it manually, it will be overwritten.
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.
Sorry, that's Copilot cruft. I'll clean it up before I submit this for real.
@bastelfreak I'm not sure what to do with this information. 😁 I still like the idea of having a theoretically generic module for handling network configuration that can work correctly with multiple back-end providers. That's why I've been using this module for ages. |
|
Just +1 ing this as we are starting to integrate Rocky 9 and need this to be updated so that we can properly define routes. |
|
This looks very useful; I would love to see it get merged! |
|
maybe I can help test on Ubuntu? that's where I'd like to use this |
|
thanks but I'm hitting #77 when trying to use this module at all |
|
ok running |
|
|
||
| On Debian/Ubuntu: | ||
| ```bash | ||
| apt-get install nmstate |
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.
on what Ubuntu or Debian versions does this work?
|
solved my other problem, but now it appears I cannot |
Pull Request (PR) description
Implement a NetworkManager provider using nmstate
Also adds beaker tests.
This Pull Request (PR) fixes the following issues