GitHub puppet-network
Types and providers to manage network interfaces

Repo Checks ( 12 of 18 successfull )
Metadata Valid
No translation
passed
Correct Puppet Version Range
Supported Puppet version range is %{PUPPET_SUPPORT_RANGE}
passed
With Puppet Version Range
Puppet version range is present in requirements in metadata.json
passed
With Operatingsystem Support
No translation
passed
Operatingsystems
No translation
passed
Supports Only Current Redhat
No translation
passed
Supports Latest Redhat
No translation
failed
Supports Only Current Centos
No translation
passed
Supports Latest Centos
No translation
failed
Supports Only Current Debian
No translation
failed
Supports Latest Debian
No translation
failed
In Modulesync Repo
Is listed as a module managed using modulesync_config
passed
Synced
Has a .msync.yml file
passed
Latest Modulesync
Has been synchronized with the latest tagged version of modulesync_config
failed
Has Modulesync
Is present in voxpupuli/modulesync_config/managed_modules.yml
passed
Released
Is in modulesync_config and in forge releases.
passed
Valid Sync File
If a (optional) sync file is present, it must not contain a `.travis.yml` entry.
passed
Reference Dot Md
The repository has a REFERENCE.md. It needs to be generated / puppet-strings documentation is missing.
failed

Open Pull Requests

WIP: Rework network_route provider with resource_api
tests-fail
merge-conflicts

do not merge - for review only at this stage.

This is the rebase onto master of dhollinger's work, changing network_route to use the resource API.

Replaces #245

Open PR in GitHub
Add stricter types for onboot/hotplug/bonding parameters
backwards-incompatible
merge-conflicts

Adds stricter types for onboot, hotplug and certain bonding parameters.

Also fixes issue in opts-redhat.erb when passed a non-string/non-enumerable value. See https://github.com/voxpupuli/puppet-network/compare/master...runejuhl:add-stricter-types?expand=1#diff-6114de1a6f90ec85830d2eab0f0815f7R3 .

Open PR in GitHub
WIP: Rework network_route provider with resource_api
merge-conflicts
tests-fail

do not merge - this is for review only at this time.

Open PR in GitHub
Manage ifupdown package on Debian-based distros
tests-fail
merge-conflicts

This package is required, but not installed on newer Debian-based distros (at
least 20.04 (focal), but probably also 18.04, 18.10, 19.04 and 19.10).

Open PR in GitHub
change reference files for test about routes on redhat
needs-work
tests-fail

All RHel/Centos version support format IP/prefixlen but RHel/Centos 7 don't support IP/netmask.

More detail on the issue 209.

As it, I have change the references files that are used to make test on redhat. After this change : travis-ci will fail all test.

<!--
Thank you for contributing to this project!

-->

Open PR in GitHub
Resolve puppet-lint notices
tests-fail

Pull Request (PR) description

puppet-lint flagged these lines

Open PR in GitHub
Windows can't handle the : character in a filename.
tests-fail
merge-conflicts

This renames the file and then makes a symlink to the original filename
when the specs are run. This will allow the module to be installed
without errors onto a windows machine.

The other alternatives I considered were things like mocking File.read to
magically translate invalid characters, but that seemed like more wtf
than this. Happy to consider other approaches though!

Fixes #224

<!--
Thank you for contributing to this project!

-->

Pull Request (PR) description

<!--
Replace this comment with a description of your pull request.
-->

This Pull Request (PR) fixes the following issues

<!--
Replace this comment with the list of issues or n/a.
Use format:
Fixes #123
Fixes #124
-->

Open PR in GitHub
modulesync 5.4.0
modulesync

modulesync 5.4.0

Open PR in GitHub
redhat: allow dots in interface names

Pull Request (PR) description

We have a few servers with interface names with a "." in, such as "ifcfg-bond0.12". Although it was working fine, whenever the puppet agent would run, it'd keep replacing the network file with a new one. Changing regex pattern to include interface names with dots (.) fixes this.

This Pull Request (PR) fixes the following issues

Include interface names with dots in

Open PR in GitHub
Enable bonded interfaces on Debian-based distros instead of explicitly disabling them, to allow bonds to work correctly

<!--
Thank you for contributing to this project!

-->

Pull Request (PR) description

Set bond member interfaces to be enabled or disabled with the main interface, as disabled member interfaces on an enabled bond do not become a member of the bond as expected.

This Pull Request (PR) fixes the following issues

Fixes #288

Open PR in GitHub
modulesync 7.5.0
modulesync

modulesync 7.5.0

Open PR in GitHub