Skip to content

Commit 008ee96

Browse files
committed
OCPBUGS#10681: Add a new parameter for enabling accelerated networking
1 parent 0611faa commit 008ee96

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
@@ -1073,6 +1073,10 @@ Additional Azure configuration parameters are described in the following table:
10731073
|Optional. The ID of a disk encryption set in another Azure subscription. This secondary disk encryption set will be used to encrypt compute machines. By default, the installation program will use the disk encryption set from the Azure subscription ID that you provided to the installation program prompts.
10741074
|String, in the format `00000000-0000-0000-0000-000000000000`.
10751075

1076+
|`compute.platform.azure.vmNetworkingType`
1077+
|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`.
1078+
|`Accelerated` or `Basic`.
1079+
10761080
|`controlPlane.platform.azure.encryptionAtHost`
10771081
|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.
10781082
|`true` or `false`. The default is `false`.
@@ -1101,6 +1105,10 @@ Additional Azure configuration parameters are described in the following table:
11011105
|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.
11021106
|`Enabled`, `Disabled`. The default is `Disabled`.
11031107

1108+
|`controlPlane.platform.azure.vmNetworkingType`
1109+
|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`.
1110+
|`Accelerated` or `Basic`.
1111+
11041112
|`platform.azure.baseDomainResourceGroupName`
11051113
|The name of the resource group that contains the DNS zone for your base domain.
11061114
|String, for example `production_cluster`.
@@ -1150,6 +1158,10 @@ at least two zones.
11501158
|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.
11511159
|Any valid cloud environment, such as `AzurePublicCloud` or `AzureUSGovernmentCloud`.
11521160

1161+
|`platform.azure.defaultMachinePlatform.vmNetworkingType`
1162+
|Enables accelerated networking. Accelerated networking enables single root I/O virtualization (SR-IOV) to a VM, improving its networking performance.
1163+
|`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`.
1164+
11531165
|====
11541166

11551167
[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)