Skip to content

Commit 70e0c42

Browse files
Merge branch 'ASE-Pro-2-Clean' into 2303-PR
2 parents 584132a + 850c403 commit 70e0c42

6 files changed

+161
-29
lines changed

articles/private-5g-core/commission-cluster.md

Lines changed: 36 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.service: private-5g-core
88
ms.topic: how-to
99
ms.date: 01/31/2023
1010
ms.custom: template-how-to
11+
zone_pivot_groups: ase-pro-version
1112
---
1213

1314
# Commission the AKS cluster
@@ -96,27 +97,51 @@ Wait for the machine to reboot if necessary (approximately 5 minutes).
9697
You now need to configure virtual switches and virtual networks on those switches. You'll use the **Advanced networking** section of the Azure Stack Edge local UI to do this task.
9798

9899
You can input all the settings on this page before selecting **Apply** at the bottom to apply them all at once.
99-
100+
:::zone pivot="ase-pro-2"
100101

101102
1. Configure three virtual switches. There must be a virtual switch associated with each port before the next step. The virtual switches may already be present if you have other virtual network functions (VNFs) set up.
103+
Select **Add virtual switch** and fill in the side panel appropriately for each switch before selecting **Modify** to save that configuration.
104+
- Create a virtual switch on the port that should have compute enabled (the management port). We recommend using the format **vswitch-portX**, where **X** is the number of the port. For example, create **vswitch-port2** on port 2.
105+
- Create a virtual switch on port 3 with the name **vswitch-port3**.
106+
- Create a virtual switch on port 4 with the name **vswitch-port4**.
107+
108+
You should now see something similar to the following image:
109+
:::image type="content" source="media/commission-cluster/commission-cluster-virtual-switch-ase-2.png" alt-text="Screenshot showing three virtual switches, where the names correspond to the network interface the switch is on. ":::
110+
:::zone-end
111+
:::zone pivot="ase-pro-gpu"
102112

113+
1. Configure three virtual switches. There must be a virtual switch associated with each port before the next step. The virtual switches may already be present if you have other virtual network functions (VNFs) set up.
103114
Select **Add virtual switch** and fill in the side panel appropriately for each switch before selecting **Modify** to save that configuration.
104115
- Create a virtual switch on the port that should have compute enabled (the management port). We recommend using the format **vswitch-portX**, where **X** is the number of the port. For example, create **vswitch-port3** on port 3.
105116
- Create a virtual switch on port 5 with the name **vswitch-port5**.
106117
- Create a virtual switch on port 6 with the name **vswitch-port6**.
107118

108119
You should now see something similar to the following image:
109120
:::image type="content" source="media/commission-cluster/commission-cluster-virtual-switch.png" alt-text="Screenshot showing three virtual switches, where the names correspond to the network interface the switch is on. ":::
110-
111-
1. Create virtual networks representing the following interfaces (which you allocated subnets and IP addresses for in [Allocate subnets and IP addresses](complete-private-mobile-network-prerequisites.md#allocate-subnets-and-ip-addresses)):
121+
:::zone-end
122+
2. Create virtual networks representing the following interfaces (which you allocated subnets and IP addresses for in [Allocate subnets and IP addresses](complete-private-mobile-network-prerequisites.md#allocate-subnets-and-ip-addresses)):
112123
- Control plane access interface
113124
- User plane access interface
114125
- User plane data interface(s)
115126

116127
You can name these networks yourself, but the name **must** match what you configure in the Azure portal when deploying Azure Private 5G Core. For example, you can use the names **N2**, **N3** and **N6-DN1**, **N6-DN2**, **N6-DN3** (for a 5G deployment with multiple data networks (DNs); just **N6** for a single DN deployment). The following example is for a 5G multi-DN deployment.
128+
:::zone pivot="ase-pro-2"
129+
3. Carry out the following procedure three times, plus once for each of the supplementary data networks (so five times in total if you have three data networks):
130+
1. Select **Add virtual network** and fill in the side panel:
131+
- **Virtual switch**: select **vswitch-port3** for N2 and N3, and select **vswitch-port4** for N6-DN1, N6-DN2, and N6-DN3.
132+
- **Name**: *N2*, *N3*, *N6-DN1*, *N6-DN2*, or *N6-DN3*.
133+
- **VLAN**: 0
134+
- **Subnet mask** and **Gateway** must match the external values for the port.
135+
- For example, *255.255.255.0* and *10.232.44.1*
136+
- If there's no gateway between the access interface and gNB/RAN, use the gNB/RAN IP address as the gateway address. If there's more than one gNB connected via a switch, choose one of the IP addresses for the gateway.
137+
1. Select **Modify** to save the configuration for this virtual network.
138+
1. Select **Apply** at the bottom of the page and wait for the notification (a bell icon) to confirm that the settings have been applied. Applying the settings will take approximately 15 minutes.
139+
The page should now look like the following image:
117140

118-
1. Carry out the following procedure three times, plus once for each of the supplementary data networks (so five times in total if you have three data networks):
119-
141+
:::image type="content" source="media/commission-cluster/commission-cluster-advanced-networking-ase-2.png" alt-text="Screenshot showing Advanced networking, with a table of virtual switch information and a table of virtual network information.":::
142+
:::zone-end
143+
:::zone pivot="ase-pro-gpu"
144+
3. Carry out the following procedure three times, plus once for each of the supplementary data networks (so five times in total if you have three data networks):
120145
1. Select **Add virtual network** and fill in the side panel:
121146
- **Virtual switch**: select **vswitch-port5** for N2 and N3, and select **vswitch-port6** for N6-DN1, N6-DN2, and N6-DN3.
122147
- **Name**: *N2*, *N3*, *N6-DN1*, *N6-DN2*, or *N6-DN3*.
@@ -126,10 +151,10 @@ You can input all the settings on this page before selecting **Apply** at the bo
126151
- If there's no gateway between the access interface and gNB/RAN, use the gNB/RAN IP address as the gateway address. If there's more than one gNB connected via a switch, choose one of the IP addresses for the gateway.
127152
1. Select **Modify** to save the configuration for this virtual network.
128153
1. Select **Apply** at the bottom of the page and wait for the notification (a bell icon) to confirm that the settings have been applied. Applying the settings will take approximately 15 minutes.
129-
130154
The page should now look like the following image:
131155

132156
:::image type="content" source="media/commission-cluster/commission-cluster-advanced-networking.png" alt-text="Screenshot showing Advanced networking, with a table of virtual switch information and a table of virtual network information.":::
157+
:::zone-end
133158

134159
## Add compute and IP addresses
135160

@@ -148,8 +173,12 @@ In the local Azure Stack Edge UI, go to the **Kubernetes (Preview)** page. You'l
148173

149174
The page should now look like the following image:
150175

176+
:::zone pivot="ase-pro-2"
177+
:::image type="content" source="media/commission-cluster/commission-cluster-kubernetes-preview-enabled-ase-2.png" alt-text="Screenshot showing Kubernetes (Preview) with two tables. The first table is called Compute virtual switch and the second is called Virtual network. A green tick shows that the virtual networks are enabled for Kubernetes.":::
178+
:::zone-end
179+
:::zone pivot="ase-pro-gpu"
151180
:::image type="content" source="media/commission-cluster/commission-cluster-kubernetes-preview-enabled.png" alt-text="Screenshot showing Kubernetes (Preview) with two tables. The first table is called Compute virtual switch and the second is called Virtual network. A green tick shows that the virtual networks are enabled for Kubernetes.":::
152-
181+
:::zone-end
153182
## Start the cluster and set up Arc
154183

155184
Access the Azure portal and go to the **Azure Stack Edge** resource created in the Azure portal.

0 commit comments

Comments
 (0)