-
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
Update bonding for extra parameters #113
Conversation
After noting the overlap with PR 99, I went ahead and incorporated that change into this PR. |
a171d66
to
ef145c6
Compare
The checks are failing because of: An error occurred while installing json_pure (2.0.2), and Bundler cannot I will try and figure this out, but is this a more systemic issue? |
Spec tests are failing due to a lack of tight controls on gem versions in the Gemfile. This was fixed in tag: 3.9.0. |
Rebased. |
Note: Needs README update. |
# $ethtool_opts - optional | ||
# $zone - optional |
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.
What is "zone"?
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.
Nevermind. You are just adding to the puppetdoc.
Changed macadress for bond slaves to be optional (if not provided, try to get value from facts); also added missing comment lines for previously added params.
Added explicit userctl, bootproto, onboot for bond slaves.
Added explicit userctl for static bonds (also reordered a couple params for consistency).
Updated templates; updated specs.