It is the administrator's responsibility to have the Openshift cluster set up and be ready for deployment. Edit the reference deployment file
docker-deploy/aws/openshift/manifest-single-zone.json
Make sure you specify valid value for "tml_cluster_mode". Only 2 values are valid:
tethered : In this mode,
TIBCO Cloud™ API Management - Local Edition gets the configuration data from
API Management - Local Edition cloud (You need to have MOM Key and Secret in this mode).
untethered : In this mode, you configure data through ML config manager UI.
Procedure
Navigate to the
/docker-deploy/aws/openshift /manifest-single-zone/ folder and execute below command in the sequence.
Login the OpenShift server.
oc login <openshiftConsoleUrl> || export KUBECONFIG=<path to kubeconfig>
Create new project.
oc new-project <project name>
For example,
oc new-project ml5-openshift
Update
k8s_deploy_namespace": "<project name>" in
docker-deploy/aws/openshift/manifest-single-zone.json file.
Note: To deploy with default restricted scc carry out this step.
In the
manifest.json file, set the following parameter