Central Administration Server Template

A Central Administration server container is created in an OpenShift cluster through the samples/openshift/tibemsca-template.yaml sample template provided.

The structure of this template is almost identical to that of the EMS server template. Most of the concepts described in previous sections also apply to the Central Administration server.

Example of deployment and service creation with a Central Administration server:

> oc process -f tibemsca-template.yaml \
     -p EMSCA_SERVICE_NAME=emscadev01 -p EMSCA_PUBLIC_PORT="7080"
     -p EMSCA_PVC="claim-nfs-ems-project" | oc create -f -

You can then use a Web browser to connect to http://node1:7080 and add EMS servers to Central Administration.