You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Remember that scale out operations aren't supported on Azure Local deployments with switchless storage. To add an additional node, redeploy the cluster as you need to reconfigure the storage physical connectivity and the storage networks.
SDN L3 services are fully supported on this pattern. Routing services such as Border Gateway Protocol (BGP) can be configured directly on the TOR switches if they support L3 services. Network security features such as micro segmentation or QoS don't require extra configuration of the firewall device, as they're implemented at virtual network adapter layer.
29
31
30
32
:::image type="content" source="./media/four-node-switchless-two-switches-two-links/four-node-switchless-components-layout.png" alt-text="Diagram showing four-node switchless, two TOR, two link physical connectivity layout." lightbox="./media/four-node-switchless-two-switches-two-links/four-node-switchless-components-layout.png":::
@@ -306,4 +308,4 @@ You can use the [ARM template for four-node storage switchless, dual TOR and dua
Copy file name to clipboardExpand all lines: azure-local/plan/three-node-switchless-two-switches-single-link.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.author: alkohli
7
7
ms.reviewer: alkohli
8
8
ms.service: azure-local
9
9
ms.custom: devx-track-arm-template
10
-
ms.date: 02/14/2025
10
+
ms.date: 05/15/2025
11
11
---
12
12
13
13
# Review three-node storage switchless, dual TOR, single link deployment network reference pattern for Azure Local
@@ -17,25 +17,27 @@ ms.date: 02/14/2025
17
17
In this article, learn about the three-node storage switchless with two TOR L3 switches and full-mesh single link network reference pattern that you can use to deploy your Azure Local solution.
18
18
19
19
> [!NOTE]
20
-
> The 3-node switchless network reference patterns described in this article were tested and validated by Microsoft. For information on two-node switchless network patterns, see [Azure Local network deployment patterns](choose-network-pattern.md).
20
+
> The three-node switchless network reference patterns described in this article were tested and validated by Microsoft. For information on two-node switchless network patterns, see [Azure Local network deployment patterns](choose-network-pattern.md).
21
21
22
22
## Scenarios
23
23
24
24
Scenarios for this network pattern include laboratories, factories, retail stores, public sectors, and government.
25
25
26
26
Consider implementing this pattern when looking for a cost-efficient solution that has fault tolerance across all the network components. Software Defined Network (SDN) L3 services are fully supported on this pattern. Routing services such as Border Gateway Protocol (BGP) can be configured directly on the TOR switches if they support L3 services. Network security features such as micro segmentation or Quality of Service (QoS) don't require extra configuration of the firewall device, as they're implemented at virtual network adapter layer.
:::image type="content" source="media/three-node-switchless-two-switches-single-link/physical-components-layout.png" alt-text="Diagram showing three-node switchless, two TOR, single link physical connectivity layout." lightbox="media/three-node-switchless-two-switches-single-link/physical-components-layout.png":::
31
33
32
-
As illustrated in the diagram above, this pattern has the following physical network components:
34
+
As illustrated in the diagram, this pattern has the following physical network components:
33
35
34
36
- For northbound and southbound communication, the Azure Local instance requires two TOR switches in multi-chassis link aggregation group (MLAG) configuration.
35
37
- Two network cards using SET virtual switch to handle management and compute traffic, connected to the TOR switches. Each NIC is connected to a different TOR.
36
38
- Two RDMA NICs on each node in a full-mesh single link configuration for East-West traffic for the storage.
37
39
> [!NOTE]
38
-
> For this configuration, there is no redundant network connection between the nodes.
40
+
> For this configuration, there's no redundant network connection between the nodes.
39
41
40
42
|Networks|Management and compute|Storage|
41
43
|--|--|--|
@@ -45,7 +47,7 @@ As illustrated in the diagram above, this pattern has the following physical net
45
47
46
48
## Logical networks
47
49
48
-
As illustrated in the diagram below, this pattern has the following logical network components:
50
+
As illustrated in the diagram, this pattern has the following logical network components:
49
51
50
52
:::image type="content" source="media/three-node-switchless-two-switches-single-link/logical-components-layout.png" alt-text="Diagram showing three-node switchless, two TOR, single link logical connectivity layout." lightbox="media/three-node-switchless-two-switches-single-link/logical-components-layout.png":::
51
53
@@ -59,7 +61,7 @@ When deploying a three-node switchless configuration, Network ATC has the follow
59
61
60
62
- Only supports a single VLAN for all the IP subnets used for storage connectivity.
61
63
62
-
-`StorageAutoIP` parameter must be set to false, `Switchless` parameter must be set to true, and you are responsible to specify the IPs on the ARM template used to deploy the Azure Local instance from Azure.
64
+
-`StorageAutoIP` parameter must be set to false, `Switchless` parameter must be set to true, and your'e responsible to specify the IPs on the ARM template used to deploy the Azure Local instance from Azure.
63
65
64
66
- For Azure Local cloud deployments:
65
67
@@ -132,7 +134,7 @@ For more information, see [Deploy host networking with Network ATC](../deploy/ne
132
134
133
135
## ARM template Storage intent network configuration example
134
136
135
-
You can use the [ARM template for 3-node storage switchless, dual TOR and single link](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.azurestackhci/create-cluster-3Nodes-Switchless-SingleLink).
137
+
You can use the [ARM template for three-node storage switchless, dual TOR and single link](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.azurestackhci/create-cluster-3Nodes-Switchless-SingleLink).
136
138
137
139
Here's a snippet from the template:
138
140
@@ -185,4 +187,4 @@ Here's a snippet from the template:
Copy file name to clipboardExpand all lines: azure-local/plan/three-node-switchless-two-switches-two-links.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.author: alkohli
7
7
ms.reviewer: alkohli
8
8
ms.service: azure-local
9
9
ms.custom: devx-track-arm-template
10
-
ms.date: 02/14/2025
10
+
ms.date: 05/15/2025
11
11
---
12
12
13
13
# Review three-node storage switchless, dual TOR, dual link deployment network reference pattern for Azure Local
@@ -25,6 +25,8 @@ Scenarios for this network pattern include laboratories, factories, branch offic
25
25
26
26
Consider implementing this pattern when looking for a cost-efficient solution that has fault tolerance across all the network components. SDN L3 services are fully supported on this pattern. Routing services such as Border Gateway Protocol (BGP) can be configured directly on the TOR switches if they support L3 services. Network security features such as micro segmentation or QoS don't require extra configuration of the firewall device, as they're implemented at virtual network adapter layer.
:::image type="content" source="media/three-node-switchless-two-switches-dual-link/physical-components-layout.png" alt-text="Diagram showing three-node switchless, two TOR, two link physical connectivity layout." lightbox="media/three-node-switchless-two-switches-dual-link/physical-components-layout.png":::
@@ -59,7 +61,7 @@ When deploying three nodes in a switchless configuration, Network ATC has the fo
59
61
60
62
- Only supports a single VLAN for all the IP subnets used for storage connectivity.
61
63
62
-
-`StorageAutoIP` parameter must be set to false, `Switchless` parameter must be set to true, and you are responsible to specify the IPs on the ARM template used to deploy the Azure Local instance from Azure.
64
+
-Set `StorageAutoIP` parameter to false and `Switchless` parameter to true. Specify the IPs on the ARM template used to deploy the Azure Local instance from Azure.
63
65
64
66
- For Azure Local cloud deployments:
65
67
@@ -230,4 +232,4 @@ You can use the [ARM template for 3-node storage switchless, dual TOR and dual l
Copy file name to clipboardExpand all lines: azure-local/plan/two-node-switchless-single-switch.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: alkohli
6
6
ms.author: alkohli
7
7
ms.reviewer: alkohli
8
8
ms.service: azure-local
9
-
ms.date: 02/14/2025
9
+
ms.date: 05/15/2025
10
10
---
11
11
12
12
# Review two-node storage switchless, single switch deployment network reference pattern for Azure Local
@@ -23,7 +23,7 @@ Scenarios for this network pattern include laboratories, factories, retail store
23
23
24
24
Consider this pattern for a cost-effective solution that includes fault-tolerance at the system level, but can tolerate northbound connectivity interruptions if the single physical switch fails or requires maintenance.
25
25
26
-
You can scaleout this pattern, but it requires workload downtime to reconfigure storage physical connectivity and storage network reconfiguration. Although SDN L3 services are fully supported for this pattern, the routing services such as BGP must be configured on the firewall device on top of the TOR switch if it doesn't support L3 services. Network security features such as microsegmentation and QoS don't require extra configuration on the firewall device, as they're implemented on the virtual switch.
Copy file name to clipboardExpand all lines: azure-local/plan/two-node-switchless-two-switches.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: alkohli
6
6
ms.author: alkohli
7
7
ms.reviewer: alkohli
8
8
ms.service: azure-local
9
-
ms.date: 02/14/2025
9
+
ms.date: 05/15/2025
10
10
---
11
11
12
12
# Review two-node storage switchless, two switches deployment network reference pattern for Azure Local
@@ -21,7 +21,9 @@ For information on other network patterns, see [Azure Local network deployment p
21
21
22
22
Scenarios for this network pattern include laboratories, branch offices, and datacenter facilities.
23
23
24
-
Consider implementing this pattern when looking for a cost-efficient solution that has fault tolerance across all the network components. It's possible to scale out the pattern, but requires workload downtime to reconfigure storage physical connectivity and storage network reconfiguration. SDN L3 services are fully supported on this pattern. Routing services such as BGP can be configured directly on the TOR switches if they support L3 services. Network security features such as micro-segmentation and QoS don't require extra configuration for the firewall device as they're implemented at the virtual network adapter layer.
24
+
Consider implementing this pattern when looking for a cost-efficient solution that has fault tolerance across all the network components.
0 commit comments