Chapter 4. Installing the self-service automation portal Helm chart
4.1. Configuring the self-service automation portal Helm chart from the OpenShift catalog Copy linkLink copied to clipboard!
Prerequisites
- You have created a project for self-service automation portal in OpenShift Container Platform.
- You have created a plugin registry in your project.
- You have set up secrets for Ansible Automation Platform authentication and SCM authentication.
Procedure
- In a browser, navigate to your OpenShift project for self-service automation portal that you created earlier.
- Select the Developer view.
- Click the Helm option in the OpenShift sidebar.
- In the Helm page, click and select Helm Release.
-
Search for
Portal
in the Helm Charts filter, and select theAutomation Portal
chart. - In the modal dialog on the chart page, click .
- Select the YAML view in the Create Helm Release page.
Locate the
clusterRouterBase
key in the YAML file and replace the placeholder value with the base URL of your OpenShift instance.The base URL is the URL portion of your OpenShift URL that follows
https://console-openshift-console
, for exampleapps.example.com
:redhat-developer-hub global: clusterRouterBase: apps.example.com
redhat-developer-hub global: clusterRouterBase: apps.example.com
Copy to Clipboard Copied! Toggle word wrap Toggle overflow The Helm chart is set up for the Default Ansible Automation Platform organization.
To update the Helm chart to use a different organization, update the value for the
catalog.providers.rhaap.orgs
key fromDefault
to your Ansible Automation Platform organization name.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Click to launch the deployment.
4.2. Verifying the installation Copy linkLink copied to clipboard!
Verify the Helm chart installation from the OpenShift Container Platform web console.
- In a browser, log in to your OpenShift instance.
In the Developer view, navigate to the Topology view for the namespace where you deployed the Helm chart.
The deployment appears: the label on the icon is
D
. The name of the deployment is<installation-name>-backstage
, for example<my-self-service-automation-portal-backstage>
.While it is deploying, the icon is light blue. The color changes to dark blue when deployment is complete.