Skip to content

Commit 53be92a

Browse files
committed
remove conflict
2 parents cfe9a9a + 9aafc1f commit 53be92a

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

azure-stack/hci/plan/cloud-deployment-network-considerations.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ The following diagram summarizes network intent options available to you for var
137137

138138
:::image type="content" source="media/cloud-deployment-network-considerations/step-3-summary.png" alt-text="Diagram showing step 3 option summary for the network decision framework." lightbox="media/cloud-deployment-network-considerations/step-3-summary.png":::
139139

140-
## Step 4: Determine management network connectivity
140+
## Step 4: Determine management and storage network connectivity
141141

142142
:::image type="content" source="media/cloud-deployment-network-considerations/step-4.png" alt-text="Diagram showing step 4 of the network decision framework." lightbox="media/cloud-deployment-network-considerations/step-4.png":::
143143

@@ -262,6 +262,24 @@ Here are the summarized considerations for the VLAN ID:
262262
|3 | The management VLAN ID is carried over from the host configuration to the infrastructure VMs during deployment. |
263263
|4 | There is no VLAN ID input parameter for Azure portal deployment or for Resource Manager template deployment. |
264264

265+
### Custom IPs for storage
266+
267+
By default, network ATC will automatically assign the IPs and VLANs for storage from the following table:
268+
269+
|Storage Adapter|IP Address and Subnet|VLAN|
270+
|---------------|---------------------|----|
271+
|pNIC1 |10.71.1.x |711 |
272+
|pNIC2 |10.71.2.x |712 |
273+
|pNIC3 |10.71.3.x |713 |
274+
275+
However, if your deployment requirements do not fit with those default IPs and VLANs, you can use your own IPs, subnet and VLANs for storage. This functionality is only available when deploying clusters using ARM templates and you will need to specify the following parameters in your template.
276+
277+
- **enableStorageAutoIP:** This parameter, when is not specified is set to true. To enable custom storage IPs during deployment this parameter must be set to false.
278+
- **storageAdapterIPInfo:** This parameter has a dependency with "enableStorageAutoIP" parameter and is always required when storage auto IP parameter is set to false. Within the "storageAdapterIPInfo" parameter in your ARM template you will also need to specify the **"ipv4Address"** and **"subnetMask"** parameters for each node and network adapter with your own IPs and subnet mask.
279+
- **vlanId:** As described above in the table, this parameter will use the Network ATC default VLANs if you don't need to change them. However, if those default VLANs does not work in your network you can specify your own VLAN IDs for each of your storage networks.
280+
281+
The following ARM template includes an example of a two nodes HCI cluster with network switch for storage, where storage IPs are customized [2 Nodes deployment with custom storage IPs](https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.azurestackhci/create-cluster-2-node-switched-custom-storageip/azuredeploy.parameters.json)
282+
265283
### Node and cluster IP assignment
266284

267285
For Azure Stack HCI system, you have two options to assign IPs for the server nodes and for the cluster IP.
@@ -338,7 +356,6 @@ Here are the summarized considerations for firewall:
338356
|1 | Firewall configuration must be done before registering the nodes in Azure Arc. |
339357
|2 | Environment Checker in standalone mode can be used to validate the firewall configuration. |
340358

341-
342359
## Step 5: Determine network adapter configuration
343360

344361
:::image type="content" source="media/cloud-deployment-network-considerations/step-5.png" alt-text="Diagram showing step 5 of the network decision framework." lightbox="media/cloud-deployment-network-considerations/step-5.png":::

azure-stack/hci/release-information.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: jgerend
66
ms.topic: conceptual
77
ms.service: azure-stack
88
ms.subservice: azure-stack-hci
9-
ms.date: 09/10/2024
9+
ms.date: 10/07/2024
1010
---
1111

1212
# Azure Stack HCI, version 22H2 release information
@@ -25,6 +25,7 @@ All dates are listed in ISO 8601 format: *YYYY-MM-DD*
2525

2626
| **OS build** | **Availability date** | **KB article** |
2727
|:-|:-|:-|
28+
| 20349.2762 | 2024-10-08 | [KB 5044281](https://support.microsoft.com/topic/62e2aade-ae55-4c4e-b898-c1a7ce57718b) |
2829
| 20349.2700 | 2024-09-10 | [KB 5042881](https://support.microsoft.com/topic/c0744f25-063c-483c-8d36-f6edf1095eee) |
2930
| 20349.2655 | 2024-08-13 | [KB 5041160](https://support.microsoft.com/topic/3e8026f2-bb4c-4c1c-9855-d41e1b5b1bd9) |
3031
| 20349.2582 | 2024-07-09 | [KB 5040437](https://support.microsoft.com/topic/b23d6ba9-4659-4780-887f-530776c4e730) |

0 commit comments

Comments
 (0)