16.2. Adding Microsoft Azure Resource Manager Images to Satellite Server
To create hosts using image-based provisioning, you must add information about the image, such as access details and the image location, to your Satellite Server.
Procedure
- In the Satellite web UI, navigate to Infrastructure > Compute Resources and click the name of the Microsoft Azure Resource Manager connection.
- Click Create Image.
- In the Name field, enter a name for the image.
- From the Operating System list, select the image’s base operating system.
- From the Architecture list, select the operating system architecture.
-
In the Username field, enter the SSH user name for image access. You cannot use the
rootuser. - Optional: In the Password field, enter a password to authenticate with.
In the Azure Image Name field, enter an image name in the format
prefix://UUID.-
For a custom image, use the prefix
custom. For example, custom://image-name. -
For a shared gallery image, use the prefix
gallery. For example, gallery://image-name. For public and RHEL Bring Your Own Subscription (BYOS) images, use the prefix
marketplace. For example, marketplace://OpenLogicCentOS:7.5:latest.For more information, see Find Linux VM images in the Azure Marketplace with the Azure CLI.
-
For a custom image, use the prefix
-
Optional: Select the User Data check box if the image supports user data input, such as
cloud-initdata. - Click Submit to save the image details.
For CLI Users
Create the image with the
hammer compute-resource image createcommand. Note that the username that you enter for the image must be the same that you use when you create a host with this image. The--passwordoption is optional when creating an image. You cannot use therootuser.Copy to Clipboard Copied! Toggle word wrap Toggle overflow