openshift / openshift-docs

OpenShift 3 and 4 product and community documentation
https://docs.openshift.com
Apache License 2.0
748 stars 1.74k forks source link

Adding bonded nic config while booting RHCOS host with multiple nics #20954

Closed sudarshan-uc closed 3 years ago

sudarshan-uc commented 4 years ago

Which section(s) is the issue in?

https://docs.openshift.com/container-platform/4.4/installing/installing_bare_metal/installing-bare-metal.html#installation-user-infra-machines-iso_installing-bare-metal 6.5 point

https://github.com/openshift/openshift-docs/blob/enterprise-4.4/installing/installing_bare_metal/modules/installation-user-infra-machines-iso.adoc

What needs fixing?

Need to add the following information to the Doc related to the bonded Network.

If your system has multiple NICs and you want to create a Bonded Network or LACP, you must specify the interfaces to use and the mode.

For static IP:

ip=<IP>::<Gateway>:<NetMask>:<HostName>:bond0:none nameserver=<DNS Server-IP> bond=bond0:<NIC 1>,<NIC 2>:mode=802.3ad,lacp_rate=fast,miimon=100,xmit_hash_policy=layer2+3

For DHCP IP:

ip=bond0:dhcp bond=bond0:<NIC 1>,<NIC 2>:mode=802.3ad,lacp_rate=fast,miimon=100,xmit_hash_policy=layer2+3

If we need to add it, it should be added to all installation methods which provide static IP configuration.

openshift-bot commented 4 years ago

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close. Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale

openshift-bot commented 3 years ago

Stale issues rot after 30d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle rotten. Rotten issues close after an additional 30d of inactivity. Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle rotten /remove-lifecycle stale

openshift-bot commented 3 years ago

Rotten issues close after 30d of inactivity.

Reopen the issue by commenting /reopen. Mark the issue as fresh by commenting /remove-lifecycle rotten. Exclude this issue from closing again by commenting /lifecycle frozen.

/close

openshift-ci-robot commented 3 years ago

@openshift-bot: Closing this issue.

In response to [this](https://github.com/openshift/openshift-docs/issues/20954#issuecomment-739038073): >Rotten issues close after 30d of inactivity. > >Reopen the issue by commenting `/reopen`. >Mark the issue as fresh by commenting `/remove-lifecycle rotten`. >Exclude this issue from closing again by commenting `/lifecycle frozen`. > >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.