Deprecated

Prerequisites to deploying certified containers using Helm

Before you start deploying Sterling Order Management System Software on Red Hat® OpenShift® Container Platform for Db2 or Oracle database, complete the required prerequisites.
Important: To complete the prerequisites, you must have Administrator privileges.
  • Review and complete the Installation prerequisites.
  • Configure the cluster to automatically pull the required images from IBM Entitled Registry and load them to Red Hat OpenShift Container Platform.
  • Ensure that the anyuid Security Context Constraint (SCC) is enabled to the service account that is used for the deployment of Sterling Order Management System Software on Red Hat OpenShift Container Platform by running the following command:
    oc adm policy add-scc-to-user anyuid -z <service_account_name> -n <namespace>
  • Ensure that the edit permission is enabled to the service account for the specific project by running the following command:
    oc adm policy add-role-to-user edit system:serviceaccount:<namespace>:<service_account_name>
    Note: The edit permission is required for setting up the developer certificate, and for propagating the data setup status. For security reasons, it is recommend that you revoke the edit permission only after deploying the certified containers.

    To revoke the edit permission, run the following command:
    oc adm policy remove-role-from-user edit system:serviceaccount:<namespace>:<service_account_name>

For more information about deployment prerequisites, see the Readme file.