Configuring OrderHub custom resource

The orderHub custom resource is used to deploy an independent instance of Order Hub. If you are deploying Order Hub independently, you must integrate it with Sterling™ Order Management System Software environment separately.

Procedure

  1. Create an orderHub yaml file by configuring the required parameters. For more information about the parameters, see OrderHub parameters.
    To integrate orderHubwith Sterling Order Management System Software environment separately, see Configuring Sterling Order Management System Software for Order Hub.
  2. To get started, see the sample manifest that is provided. For more information, see OrderHub custom resource manifest.
  3. Run the following command to create or update OrderHub.
    oc apply -f <orderhub-manifest-yaml> -n <namespace> 
  4. Monitor the status of the custom resources to ensure that the installation is successful. For more information, see Operator status details.
  5. To delete the OrderHub, run the following command.
    oc delete orderhub <name-of-cr> -n <namespace>