Finding the automation hub route
You can access the automation hub through the platform gateway or through the following procedure.
About this task Copy linkLink copied!
Procedure Copy linkLink copied!
- Log into Red Hat OpenShift Container Platform.
- Navigate to .
- Under Location, click on the URL for your automation hub instance.
Results Copy linkLink copied!
The automation hub user interface launches where you can sign in with the administrator credentials specified during the operator configuration process.
If you did not specify an administrator password during configuration, one was automatically created for you. To locate this password, go to your project, select and open controller-admin-password. From there you can copy the password and paste it into the Automation hub password field.
Add a collection download count to automation hub Copy linkLink copied!
A collection download count can help you understand collection usage. To add a collection download count to automation hub, set the following configuration:
spec:
pulp_settings:
ansible_collect_download_count: true
When ansible_collect_download_count is enabled, automation hub will display a download count by the collection.
Add allowed container registries Copy linkLink copied!
Before you can deploy a container image in automation hub, you must add the registry to the allowedRegistries in the automation controller image configuration. To do this you can copy and paste the following code into your automation controller image YAML.
About this task Copy linkLink copied!
Procedure Copy linkLink copied!
Configure content signing for automation hub Copy linkLink copied!
As an automation administrator for your organization, you can configure Ansible Automation Platform Hub Operator for signing and publishing Ansible content collections from different groups within your organization.
Before you begin Copy linkLink copied!
- A GPG key pair. If you do not have one, you can generate one using the
gpg --full-generate-keycommand. - Your public-private key pair has proper access for configuring content signing on Ansible Automation Platform Hub Operator.
About this task Copy linkLink copied!
For additional security, automation creators can configure Ansible-Galaxy CLI to verify these collections to ensure that they have not been changed after they were uploaded to automation hub.
To successfully sign and publish Ansible Certified Content Collections, you must configure private automation hub for signing.