Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions modules/agent-install-sample-config-bond-sriov.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

:_mod-docs-content-type: REFERENCE
[id="agent-install-sample-config-bond-sriov_{context}"]
= Example: Bonds and SR-IOV dual-nic node network configuration
= Example: Bonds and SR-IOV dual-NIC node network configuration

:FeatureName: Support for Day 1 operations associated with enabling NIC partitioning for SR-IOV devices
include::snippets/technology-preview.adoc[leveloffset=+1]

The following `agent-config.yaml` file is an example of a manifest for dual port NIC with a bond and SR-IOV interfaces:
The following `agent-config.yaml` file is an example of a manifest for dual port network interface controller (NIC) with a bond and SR-IOV interfaces:

[source,yaml]
----
Expand Down Expand Up @@ -101,7 +101,7 @@ hosts:
next-hop-interface: bond0 <14>
table-id: 254
----
<1> The `networkConfig` field contains information about the network configuration of the host, with subfields including `interfaces`,`dns-resolver`, and `routes`.
<1> The `networkConfig` field includes information about the network configuration of the host, with subfields including `interfaces`,`dns-resolver`, and `routes`.
<2> The `interfaces` field is an array of network interfaces defined for the host.
<3> The name of the interface.
<4> The type of interface. This example creates an ethernet interface.
Expand All @@ -113,7 +113,7 @@ hosts:
* This value must be less than or equal to the maximum transmission rate.
* Intel NICs do not support the `min-tx-rate` parameter. For more information, see link:https://bugzilla.redhat.com/show_bug.cgi?id=1772847[*BZ#1772847*].
<10> Sets a maximum transmission rate, in Mbps, for the VF. This sample value sets a rate of 200 Mbps.
<11> Sets the desired bond mode.
<12> Sets the preferred port of the bonding interface. The primary device is the first of the bonding interfaces to be used and is not abandoned unless it fails. This setting is particularly useful when one NIC in the bonding interface is faster and, therefore, able to handle a bigger load. This setting is only valid when the bonding interface is in `active-backup` mode (mode 1) and `balance-tlb` (mode 5).
<11> Sets the needed bond mode.
<12> Sets the preferred port of the bonding interface. The primary device is the first of the bonding interfaces to be used and is not abandoned unless it fails. This setting is particularly useful when one NIC in the bonding interface is faster and, therefore, able to handle a bigger load. This setting is only valid when the bonding interface is in `active-backup` mode (mode 1).
<13> Sets a static IP address for the bond interface. This is the node IP address.
<14> Sets `bond0` as the gateway for the default route.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

:_mod-docs-content-type: PROCEDURE
[id="configuring-host-dual-network-interfaces-in-the-install-config-yaml-file_{context}"]
= Optional: Configuring host network interfaces for dual port NIC
= Configuring host network interfaces for dual-port NIC

Before installation, you can set the `networkConfig` configuration setting in the `install-config.yaml` file to configure host network interfaces by using NMState to support dual port NIC.
Before installation, you can set the `networkConfig` configuration setting in the `install-config.yaml` file to configure host network interfaces by using NMState to support dual-port network interface controller (NIC).

:FeatureName: Support for Day 1 operations associated with enabling NIC partitioning for SR-IOV devices
include::snippets/technology-preview.adoc[leveloffset=+1]
Expand Down Expand Up @@ -134,8 +134,8 @@ Errors in the YAML syntax might result in a failure to apply the network configu
* This value must be less than or equal to the maximum transmission rate.
* Intel NICs do not support the `min-tx-rate` parameter. For more information, see link:https://bugzilla.redhat.com/show_bug.cgi?id=1772847[*BZ#1772847*].
<10> Sets a maximum transmission rate, in Mbps, for the VF. This sample value sets a rate of 200 Mbps.
<11> Sets the desired bond mode.
<12> Sets the preferred port of the bonding interface. The bond uses the primary device as the first device of the bonding interfaces. The bond does not abandon the primary device interface unless it fails. This setting is particularly useful when one NIC in the bonding interface is faster and, therefore, able to handle a bigger load. This setting is only valid when the bonding interface is in active-backup mode (mode 1) and balance-tlb (mode 5).
<11> Sets the needed bond mode.
<12> Sets the preferred port of the bonding interface. The bond uses the primary device as the first device of the bonding interfaces. The bond does not abandon the primary device interface unless it fails. This setting is particularly useful when one NIC in the bonding interface is faster and, therefore, able to handle a bigger load. This setting is only valid when the bonding interface is in active-backup mode (mode 1).
<13> Sets a static IP address for the bond interface. This is the node IP address.
<14> Sets `bond0` as the gateway for the default route.
+
Expand Down