15.2. Adding Google Compute Engine 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 Google Compute Engine 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. Specify a user other than
root, because therootuser cannot connect to a GCE instance using SSH keys. The username must begin with a letter and consist of lowercase letters and numbers. - From the Image list, select an image from the Google Compute Engine compute resource.
-
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. With the--usernameoption, specify a user other thanroot, because therootuser cannot connect to a GCE instance using SSH keys. The username must begin with a letter and consist of lowercase letters and numbers.Copy to Clipboard Copied! Toggle word wrap Toggle overflow