From 98258b1345ea5fe4563038c8bb53baa287717971 Mon Sep 17 00:00:00 2001 From: Kara de la Marck <15032115+MarckK@users.noreply.github.com> Date: Wed, 18 Dec 2024 19:45:04 -0800 Subject: [PATCH 1/2] RHEL 10 network config change --- .../virtual-machines/workloads/redhat/redhat-images.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/articles/virtual-machines/workloads/redhat/redhat-images.md b/articles/virtual-machines/workloads/redhat/redhat-images.md index 0a820f2118..1638ee180a 100644 --- a/articles/virtual-machines/workloads/redhat/redhat-images.md +++ b/articles/virtual-machines/workloads/redhat/redhat-images.md @@ -193,6 +193,15 @@ We update only the current minor release in a given image family. With the relea Current policy is to keep all previously published images. We reserve the right to remove images that are known to cause problems of any kind. For example, images with incorrect configurations due to subsequent platform or component updates might be removed. Images that might be removed follow the current Azure Marketplace policy to provide notifications up to 30 days before image removal. +## Network configuration + +Current RHEL 8 and RHEL 9 images leverage the network configuration of DHCP on eth0. The default cloud-init network configuration is overridden by setting "apply_network_config: false". + +> [!NOTE] +> From RHEL 10 onwards, images will use the default cloud-init configuration that leverages Azure's IMDS endpoint for network configuration. +> +> We request that customers plan their VM configuration accordingly from RHEL 10 onwards. + ## Next steps - To view the full list of RHEL images in Azure, see [Red Hat Enterprise Linux (RHEL) images available in Azure](./redhat-imagelist.md). From e6a3ee8d885612f7f1e9ef97fe63d1a052385316 Mon Sep 17 00:00:00 2001 From: Kara de la Marck <15032115+MarckK@users.noreply.github.com> Date: Thu, 19 Dec 2024 09:52:09 -0800 Subject: [PATCH 2/2] Simplify message on current network config --- articles/virtual-machines/workloads/redhat/redhat-images.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/virtual-machines/workloads/redhat/redhat-images.md b/articles/virtual-machines/workloads/redhat/redhat-images.md index 1638ee180a..5f69035a08 100644 --- a/articles/virtual-machines/workloads/redhat/redhat-images.md +++ b/articles/virtual-machines/workloads/redhat/redhat-images.md @@ -195,12 +195,12 @@ Current policy is to keep all previously published images. We reserve the right ## Network configuration -Current RHEL 8 and RHEL 9 images leverage the network configuration of DHCP on eth0. The default cloud-init network configuration is overridden by setting "apply_network_config: false". +We are currently overriding the default cloud-init network configuration by setting "apply_network_config: false" to support RHEL 8 and RHEL 9 images and customers. > [!NOTE] > From RHEL 10 onwards, images will use the default cloud-init configuration that leverages Azure's IMDS endpoint for network configuration. > -> We request that customers plan their VM configuration accordingly from RHEL 10 onwards. +> We request that customers plan their VM configuration accordingly from RHEL 10 onwards. ## Next steps