Now that your images are mirrored to your air gap environment, you can deploy your
Operational Decision Manager instance to that
environment.
Procedure
-
Install an ODM Helm release of Operational Decision Manager:
helm install test -f values.yaml \
--set image.repository=$TARGET_REGISTRY/cp/cp4a/odm/ \
--set image.pullSecrets=pull-secret \
~/.ibm-pak/data/cases/$CASE_NAME/$CASE_VERSION/charts/ibm-odm-prod-$CHART_VERSION.tgz
$CHART_VERSION is equal to 26.0.0 for 9.6.0.0.
- Verify that the ODM pods are running:
oc get pods
It might take up to five minutes for all the pods to show the
Running status.
Results
You have successfully created and deployed your Operational Decision Manager environment by using a private
container registry.