Skip to content

Commit 9fab2d9

Browse files
authored
Merge pull request #85428 from asinn826/master
Add EUS information, change author field
2 parents c89293b + 742b883 commit 9fab2d9

File tree

2 files changed

+44
-13
lines changed

2 files changed

+44
-13
lines changed

articles/virtual-machines/linux/rhel-images.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ title: Red Hat Enterprise Linux images in Azure | Microsoft Docs
33
description: Learn about Red Hat Enterprise Linux images in Microsoft Azure
44
services: virtual-machines-linux
55
documentationcenter: ''
6-
author: BorisB2015
7-
manager: gwallace
6+
author: asinn826
7+
manager: BorisB2015
88
editor: ''
99

1010
ms.service: virtual-machines-linux
1111
ms.devlang: na
1212
ms.topic: article
1313
ms.tgt_pltfrm: vm-linux
1414
ms.workload: infrastructure-services
15-
ms.date: 6/6/2019
15+
ms.date: 8/14/2019
1616
ms.author: borisb
1717

1818
---
@@ -96,13 +96,15 @@ The following table will apply for RHEL images that contain a minor version in t
9696

9797
>[!NOTE]
9898
> At the time of writing, only RHEL 7.4 and later minor versions have EUS support. EUS is no longer supported for RHEL <= 7.3.
99+
>
100+
> More details about RHEL EUS availability can be found [here](https://access.redhat.com/support/policy/updates/errata).
99101
100102
Minor version |EUS Image example |EUS status |
101103
:-------------|:------------------------------|:------------------------------------------------------------|
102104
RHEL 7.4 |RedHat:RHEL:7.4:7.4.2019041718 | Images published April 2019 and later will be EUS by default|
103105
RHEL 7.5 |RedHat:RHEL:7.5:7.5.2019060305 | Images published June 2019 and later will be EUS by default |
104106
RHEL 7.6 |RedHat:RHEL:7.6:7.6.2019052206 | Images published May 2019 and later will be EUS by default |
105-
RHEL 8.0 |N/A | No EUS currently images currently available |
107+
RHEL 8.0 |N/A | No EUS available |
106108

107109

108110
## List of RHEL images available

articles/virtual-machines/linux/update-infrastructure-redhat.md

Lines changed: 38 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Red Hat Update Infrastructure | Microsoft Docs
33
description: Learn about Red Hat Update Infrastructure for on-demand Red Hat Enterprise Linux instances in Microsoft Azure
44
services: virtual-machines-linux
55
documentationcenter: ''
6-
author: BorisB2015
7-
manager: gwallace
6+
author: asinn826
7+
manager: BorisB2015
88
editor: ''
99

1010
ms.assetid: f495f1b4-ae24-46b9-8d26-c617ce3daf3a
@@ -27,22 +27,50 @@ Additional information on RHEL images in Azure, including publishing and retenti
2727
Information on Red Hat support policies for all versions of RHEL can be found on the [Red Hat Enterprise Linux Life Cycle](https://access.redhat.com/support/policy/updates/errata) page.
2828

2929
## Important information about Azure RHUI
30+
3031
* Azure RHUI is the update infrastructure that supports all RHEL PAYG VMs created in Azure. This does not preclude you from registering your PAYG RHEL VMs with Subscription Manager or Satellite or other source of updates, but doing so with a PAYG VM will result in indirect double-billing. See the following point for details.
3132
* Access to the Azure-hosted RHUI is included in the RHEL PAYG image price. If you unregister a PAYG RHEL VM from the Azure-hosted RHUI that does not convert the virtual machine into a bring-your-own-license (BYOL) type of VM. If you register the same VM with another source of updates, you might incur _indirect_ double charges. You're charged the first time for the Azure RHEL software fee. You're charged the second time for Red Hat subscriptions that were purchased previously. If you consistently need to use an update infrastructure other than Azure-hosted RHUI, consider registering to use the [RHEL BYOS images](https://aka.ms/rhel-byos).
32-
* The default behavior of RHUI is to upgrade your RHEL VM to the latest minor version when you run `sudo yum update`.
3333

34-
For example, if you provision a VM from an RHEL 7.4 PAYG image and run `sudo yum update`, you end up with an RHEL 7.6 VM (the latest minor version in the RHEL7 family).
34+
* RHEL SAP PAYG images in Azure (RHEL for SAP, RHEL for SAP HANA, and RHEL for SAP Business Applications) are connected to dedicated RHUI channels that remain on the specific RHEL minor version as required for SAP certification.
3535

36-
To avoid this behavior, you can switch to [Extended Update Support channels](#rhel-eus-and-version-locking-rhel-vms) or build your own image as described in the [Create and upload a Red Hat-based virtual machine for Azure](redhat-create-upload-vhd.md?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json) article. If you build your own image, you need to connect it to a different update infrastructure ([directly to Red Hat content delivery servers](https://access.redhat.com/solutions/253273) or a [Red Hat Satellite server](https://access.redhat.com/products/red-hat-satellite)).
36+
* Access to Azure-hosted RHUI is limited to the VMs within the [Azure datacenter IP ranges](https://www.microsoft.com/download/details.aspx?id=41653). If you're proxying all VM traffic via an on-premises network infrastructure, you might need to set up user-defined routes for the RHEL PAYG VMs to access the Azure RHUI.
3737

38+
## Image update behavior
3839

40+
As of April 2019, Azure offers RHEL images that are connected to Extended Update Support (EUS) repositories by default and RHEL images that come connected to the regular (non-EUS) repositories by default. More details on RHEL EUS are available in [Red Hat's documentation](https://access.redhat.com/support/policy/updates/errata). The default behavior of `sudo yum update` will vary depending which RHEL image you provisioned from, as different images are connected to different repositories.
3941

40-
* RHEL SAP PAYG images in Azure (RHEL for SAP, RHEL for SAP HANA, and RHEL for SAP Business Applications) are connected to dedicated RHUI channels that remain on the specific RHEL minor version as required for SAP certification.
42+
For a full image list, run `az vm image list --publisher redhat --all` from the Azure CLI.
4143

42-
* Access to Azure-hosted RHUI is limited to the VMs within the [Azure datacenter IP ranges](https://www.microsoft.com/download/details.aspx?id=41653). If you're proxying all VM traffic via an on-premises network infrastructure, you might need to set up user-defined routes for the RHEL PAYG VMs to access the Azure RHUI.
44+
### Images connected to non-EUS repositories
45+
46+
If you provision a VM from a RHEL image that is connected to non-EUS repositories, you will be upgraded to the latest RHEL minor version when you run `sudo yum update`. For example, if you provision a VM from an RHEL 7.4 PAYG image and run `sudo yum update`, you end up with an RHEL 7.7 VM (the latest minor version in the RHEL7 family).
47+
48+
Images that are connected to non-EUS repositories will not contain a minor version number in the SKU. For example, all of the following images come attached to non-EUS repositories:
49+
50+
```text
51+
RedHat:RHEL:7-LVM:7.4.2018010506
52+
RedHat:RHEL:7-LVM:7.5.2018081518
53+
RedHat:RHEL:7-LVM:7.6.2019062414
54+
RedHat:RHEL:7-RAW:7.4.2018010506
55+
RedHat:RHEL:7-RAW:7.5.2018081518
56+
RedHat:RHEL:7-RAW:7.6.2019062120
57+
```
58+
59+
### Images connected to EUS repositories
60+
61+
If you provision a VM from a RHEL image that is connected to EUS repositories, you will not be upgraded to the latest RHEL minor version when you run `sudo yum update`. This is because the images connected to EUS repositories are also version-locked to their specific minor version.
62+
63+
Images connected to EUS repositories will contain a minor version number in the SKU. For example, all of the following images come attached to EUS repositories:
64+
65+
```text
66+
RedHat:RHEL:7.4:7.4.2019062107
67+
RedHat:RHEL:7.5:7.5.2019062018
68+
RedHat:RHEL:7.6:7.6.2019062116
69+
```
4370

4471
## RHEL EUS and version-locking RHEL VMs
45-
Some customers may want to lock their RHEL VMs to a certain RHEL minor release. You can version-lock your RHEL VM to a specific minor version by updating the repositories to point to the Extended Update Support repositories. You can also undo the EUS version-locking operation.
72+
73+
Some customers may want to lock their RHEL VMs to a certain RHEL minor release after provisioning the VM. You can version-lock your RHEL VM to a specific minor version by updating the repositories to point to the Extended Update Support repositories. You can also undo the EUS version-locking operation.
4674

4775
>[!NOTE]
4876
> EUS is not supported on RHEL Extras. This means that if you are installing a package that is usually available from the RHEL Extras channel, you will not be able to do so while on EUS. The Red Hat Extras Product Life Cycle is detailed [here](https://access.redhat.com/support/policy/updates/extras/).
@@ -51,12 +79,13 @@ At the time of this writing, EUS support has ended for RHEL <= 7.3. See the "Red
5179
* RHEL 7.4 EUS support ends August 31, 2019
5280
* RHEL 7.5 EUS support ends April 30, 2020
5381
* RHEL 7.6 EUS support ends October 31, 2020
82+
* RHEL 7.7 EUS support ends August 30, 2021
5483

5584
### Switch a RHEL VM to EUS (version-lock to a specific minor version)
5685
Use the following instructions to lock a RHEL VM to a particular minor release (run as root):
5786

5887
>[!NOTE]
59-
> This only applies for RHEL versions for which EUS is available. At the time of this writing, this includes RHEL 7.2-7.6. More details are available at the [Red Hat Enterprise Linux Life Cycle](https://access.redhat.com/support/policy/updates/errata) page.
88+
> This only applies for RHEL versions for which EUS is available. At the time of this writing, this includes RHEL 7.2-7.7. More details are available at the [Red Hat Enterprise Linux Life Cycle](https://access.redhat.com/support/policy/updates/errata) page.
6089
6190
1. Disable non-EUS repos:
6291
```bash

0 commit comments

Comments
 (0)