Using the Red Hat OpenShift Container Platform catalog
You can deploy the Application Server and Agents by using the Red Hat® OpenShift® Container Platform developer catalog.
- Log in to the Red Hat OpenShift Container Platform with your user credentials.
- From the left navigation pane, select .
- Click Install a Helm Chart from the developer catalog. The Developer Catalog page is displayed.
- In the search box, enter the appropriate keywords, for example "oms" to search for Sterling Order Management System Software helm charts.
As a result of your search criteria, the Enterprise and Professional editions of the Helm chart are displayed.
- Based on your entitlement, you can select the Enterprise or Professional edition for which you want to install the Helm chart. The details of the selected edition are displayed.
- Click Install Helm Chart. The Install Helm Chart page is displayed.
- From the Chart Version list, select the appropriate chart version.Note: 5.1.0/App Version 10.0.0 or later supports both Form View and YAML View. Whereas, 5.0.0/App Version 10.0.0 supports only YAML View.
- In Configure via, select the required view to configure the Helm chart. By default, the Form View is selected.
- Enter the mandatory and other required information as mentioned in the Readme file.
- Click Install. The Helm chart gets deployed.
- To check the status of your deployment, from the left navigation pane click Topology. You can also access the applications that are deployed by selecting the corresponding pods. Go to the Administrator dashboard and validate the deployed resources.
- You can configure an existing Helm chart repository or create a new one.Creating a Helm chart repository
- From the left navigation pane, select Administrator.
- Expand Home and click Explore.
- In Filter by kind box, type
HelmChartRepository
. - Click the Instances tab. The list of Helm chart repositories are displayed.
- Select the required Helm chart repository to view and modify the details.Now, if you want to add a new Helm chart repository, click the
Create HelmChartRepository
button and add the following specification in the yaml file:spec: connectionConfig: url: <path to helm repo>
Configuring a Helm chart repository.- From the left navigation pane, select Administrator.
- Expand Home and click Search.
- In Resources list, type
HelmChartRepository
. - Click
HelmChartRepository
to view the list of Helm chart repositories. - Select the required Helm chart repository to view and modify the details.Now, if you want to add a new Helm chart repository, click the
Create HelmChartRepository
button and add the following specification in the yaml file:spec: connectionConfig: url: <path to helm repo>