Skip to content

Commit 334e0d0

Browse files
Merge pull request #58697 from xenolinux/new-param
OCPBUGS#10681: Add a new parameter for enabling accelerated networking
2 parents 16cd3a0 + 008ee96 commit 334e0d0

7 files changed

+12
-89
lines changed

installing/installing_azure/installing-azure-customizations.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ include::modules/installation-azure-config-yaml.adoc[leveloffset=+2]
4747

4848
include::modules/installation-configure-proxy.adoc[leveloffset=+2]
4949

50-
// Enabling Accelerated Networking during install
51-
include::modules/machineset-azure-enabling-accelerated-networking-new-install.adoc[leveloffset=+1]
52-
5350
[role="_additional-resources"]
5451
.Additional resources
5552

installing/installing_azure/installing-azure-government-region.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ include::modules/installation-azure-config-yaml.adoc[leveloffset=+2]
4848

4949
include::modules/installation-configure-proxy.adoc[leveloffset=+2]
5050

51-
// Enabling Accelerated Networking during install
52-
include::modules/machineset-azure-enabling-accelerated-networking-new-install.adoc[leveloffset=+1]
53-
5451
[role="_additional-resources"]
5552
.Additional resources
5653

installing/installing_azure/installing-azure-network-customizations.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ include::modules/configuring-hybrid-ovnkubernetes.adoc[leveloffset=+1]
5757
For more information on using Linux and Windows nodes in the same cluster, see xref:../../windows_containers/understanding-windows-container-workloads.adoc#understanding-windows-container-workloads[Understanding Windows container workloads].
5858
====
5959

60-
61-
// Enabling Accelerated Networking during install
62-
include::modules/machineset-azure-enabling-accelerated-networking-new-install.adoc[leveloffset=+1]
63-
6460
[role="_additional-resources"]
6561
.Additional resources
6662

installing/installing_azure/installing-azure-private.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ include::modules/installation-azure-config-yaml.adoc[leveloffset=+2]
4545

4646
include::modules/installation-configure-proxy.adoc[leveloffset=+2]
4747

48-
// Enabling Accelerated Networking during install
49-
include::modules/machineset-azure-enabling-accelerated-networking-new-install.adoc[leveloffset=+1]
50-
5148
[role="_additional-resources"]
5249
.Additional resources
5350

installing/installing_azure/installing-azure-vnet.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ include::modules/installation-azure-config-yaml.adoc[leveloffset=+2]
3939

4040
include::modules/installation-configure-proxy.adoc[leveloffset=+2]
4141

42-
// Enabling Accelerated Networking during install
43-
include::modules/machineset-azure-enabling-accelerated-networking-new-install.adoc[leveloffset=+1]
44-
4542
[role="_additional-resources"]
4643
.Additional resources
4744

modules/installation-configuration-parameters.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,6 +1109,10 @@ Additional Azure configuration parameters are described in the following table:
11091109
|Defines the Azure subscription of the disk encryption set where the disk encryption set resides. This secondary disk encryption set is used to encrypt compute machines.
11101110
|String, in the format `00000000-0000-0000-0000-000000000000`.
11111111

1112+
|`compute.platform.azure.vmNetworkingType`
1113+
|Enables accelerated networking. Accelerated networking enables single root I/O virtualization (SR-IOV) to a VM, improving its networking performance. If instance type of compute machines support `Accelerated` networking, by default, the installer enables `Accelerated` networking, otherwise the default networking type is `Basic`.
1114+
|`Accelerated` or `Basic`.
1115+
11121116
|`controlPlane.platform.azure.encryptionAtHost`
11131117
|Enables host-level encryption for control plane machines. You can enable this encryption alongside user-managed server-side encryption. This feature encrypts temporary, ephemeral, cached and un-managed disks on the VM host. This is not a prerequisite for user-managed server-side encryption.
11141118
|`true` or `false`. The default is `false`.
@@ -1137,6 +1141,10 @@ Additional Azure configuration parameters are described in the following table:
11371141
|Enables the use of Azure ultra disks for persistent storage on control plane machines. This requires that your Azure region and zone have ultra disks available.
11381142
|`Enabled`, `Disabled`. The default is `Disabled`.
11391143

1144+
|`controlPlane.platform.azure.vmNetworkingType`
1145+
|Enables accelerated networking. Accelerated networking enables single root I/O virtualization (SR-IOV) to a VM, improving its networking performance. If instance type of control plane machines support `Accelerated` networking, by default, the installer enables `Accelerated` networking, otherwise the default networking type is `Basic`.
1146+
|`Accelerated` or `Basic`.
1147+
11401148
|`platform.azure.baseDomainResourceGroupName`
11411149
|The name of the resource group that contains the DNS zone for your base domain.
11421150
|String, for example `production_cluster`.
@@ -1186,6 +1194,10 @@ at least two zones.
11861194
|The name of the Azure cloud environment that is used to configure the Azure SDK with the appropriate Azure API endpoints. If empty, the default value `AzurePublicCloud` is used.
11871195
|Any valid cloud environment, such as `AzurePublicCloud` or `AzureUSGovernmentCloud`.
11881196

1197+
|`platform.azure.defaultMachinePlatform.vmNetworkingType`
1198+
|Enables accelerated networking. Accelerated networking enables single root I/O virtualization (SR-IOV) to a VM, improving its networking performance.
1199+
|`Accelerated` or `Basic`. If instance type of control plane and compute machines support `Accelerated` networking, by default, the installer enables `Accelerated` networking, otherwise the default networking type is `Basic`.
1200+
11891201
|====
11901202

11911203
[NOTE]

modules/machineset-azure-enabling-accelerated-networking-new-install.adoc

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)