Questo contenuto non è disponibile nella lingua selezionata.
Chapter 4. Install the self-service automation portal Helm chart
4.1. Configure the self-service automation portal Helm chart from the OpenShift catalog Copia collegamentoCollegamento copiato negli appunti!
Prerequisites
- You have created a project for self-service automation portal in OpenShift Container Platform.
- You have created secrets in OpenShift Container Platform for Ansible Automation Platform authentication.
- If you configure SCM integration (for example, importing from private repositories or using templates that access SCM), you have created secrets in OpenShift for SCM authentication.
You have completed one of the plug-in delivery methods:
-
For OCI delivery: You have created the
<release-name>-dynamic-plugins-registry-authsecret.
-
For OCI delivery: You have created the
Procedure
- In the OpenShift Container Platform web console, select the Developer view.
- Select your project and click the option in the OpenShift sidebar.
- Click and select Helm Release.
-
Search for
Portalin the Helm Charts filter, and select theAutomation Portalchart. - Click and select the YAML view.
Update the
clusterRouterBasevalue with the base URL of your OpenShift instance.ImportantYou must replace the default
apps.example.complaceholder value. If the default value remains, Helm chart validation fails.redhat-developer-hub: global: clusterRouterBase: apps.example.comConfigure the plug-in delivery mode by setting the
pluginModekey:For OCI delivery, set the value to
oci.redhat-developer-hub: global: pluginMode: oci
Optional: To use a specific plug-in version, update the
imageTagInfovalue:redhat-developer-hub: global: imageTagInfo: "2.1"Set the Ansible Automation Platform organization to synchronize. The default value is
Default. Update theorgskey to match your organization name:redhat-developer-hub: upstream: backstage: appConfig: catalog: providers: rhaap: '{{- include "catalog.providers.env" . }}': orgs: "<your-aap-organization-name>"Optional: Update the
CUSTOMER_SUPPORT_URLto point to your support portal:redhat-developer-hub: upstream: backstage: extraEnvVars: - name: CUSTOMER_SUPPORT_URL value: https://access.redhat.com/support- Click .
Additional resources
4.2. Verify the installation Copia collegamentoCollegamento copiato negli appunti!
Verify the Helm chart installation from the OpenShift Container Platform web console.
Procedure
- 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.