Skip to content
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

ncm-network: fix documentation bonding example #416

Merged
merged 5 commits into from Feb 9, 2015

Conversation

wdpypere
Copy link
Contributor

@wdpypere wdpypere commented Feb 7, 2015

The last commit is most relevant, this fixes the example to use bonding_opts instead of modules which does not work anymore.
The rest is a cleanup of this pod:

  • fixed pod errors
  • style adjustments for escaping special chars etc.
  • code blocks for examples instead of text
  • ...

@hpcugentbot
Copy link

Refer to this link for build results (access rights to CI server needed):
https://jenkins1.ugent.be/job/NCM_Components-pull_requests/515/
Test PASSed.

"/software/components/modprobe/modules" =
push(nlist("name","bonding","options","mode=6 miimon=100"));
include 'components/modprobe/config';
"/software/components/modprobe/modules" = push(nlist("name","bonding","alias","bond0"));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

push() is deprecated in favour of append()

@wdpypere
Copy link
Contributor Author

wdpypere commented Feb 7, 2015

fixed remarks from @ned21 .

@hpcugentbot
Copy link

Refer to this link for build results (access rights to CI server needed):
https://jenkins1.ugent.be/job/NCM_Components-pull_requests/516/
Test PASSed.

"/system/network/interfaces/eth0/master"="bond0";
include 'components/network/config';

"/system/network/interfaces/eth0/bootproto" = "none";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use prefix instead copying /system/network/interfaces over and over?

@wdpypere
Copy link
Contributor Author

wdpypere commented Feb 9, 2015

@stdweird fixed remarks

@hpcugentbot
Copy link

Refer to this link for build results (access rights to CI server needed):
https://jenkins1.ugent.be/job/NCM_Components-pull_requests/517/
Test PASSed.

@jrha jrha added this to the 14.12 milestone Feb 9, 2015
jrha added a commit that referenced this pull request Feb 9, 2015
ncm-network: fix documentation bonding example
@jrha jrha merged commit b721f1f into quattor:master Feb 9, 2015
@wdpypere wdpypere deleted the ncm-network-docs branch March 5, 2015 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants