rhui-azure-rhel8 NORCH is required to upload customer RHEL8 image

Anonymous
2019-11-20T07:49:08.237+00:00

Hi Azure Support,

Can some one help me with rhui-azure-rhel8.norch for RHUI RHEL8 custom image. I'm unable to download required packages without rhui-azure-rhel8.norch.

https://learn.microsoft.com/en-us/azure/virtual-machines/linux/update-infrastructure-redhat

Thanks,
Gulab

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,101 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Gulab Pasha 11 Reputation points
    2019-11-25T12:59:25.797+00:00

    Hi,

    I have found an solution for RHEL 8 RHUI repo myself.

    You can just follow the below to get RHUI for RHEL8.

    1) Connect to your custom RHEL8 image.

    2) Create config file with the following content.

    vi rhel8.config

    [rhui-microsoft-azure-rhel7]
    name=Microsoft Azure RPMs for Red Hat Enterprise Linux 7
    baseurl=https://rhui-1.microsoft.com/pulp/repos/microsoft-azure-rhel8
    https://rhui-2.microsoft.com/pulp/repos/microsoft-azure-rhel8
    https://rhui-3.microsoft.com/pulp/repos/microsoft-azure-rhel8
    enabled=1
    gpgcheck=1
    gpgkey=https://rhelimage.blob.core.windows.net/repositories/RPM-GPG-KEY-microsoft-azure-release
    sslverify=1

    3) Save the file and run the following to install RHUI for RHEL8.

    yum --config rhel8.config install 'rhui-azure-rhel8'

    4) This will install RHUI for RHEL8

    5) yum update

    2 people found this answer helpful.
    0 comments No comments