Installing on OpenShift
With QMF 13.1.2, you can deploy QMF Server on OpenShift. Only single pod deployment is supported for each instance of QMF Server. You cannot create replicas of QMF Server on OpenShift.
Before you begin
- Install the latest version of Docker by completing the steps that are described in the Docker documentation.
- Copy the
QMFServerxxx.war
file in the docker folder, wherexxx
is the version number. - In the Dockerfile_tomcat and Dockerfile_liberty files,
replace
QMFWebSpherexxx
withQMFServerxxx
. - Install the latest version of OpenShift by completing the steps that are described in the OpenShift documentation.
- Add the JVM parameter -Dqmf.registry.serviceURL and
specify its value as
http://<node-name>:<port-number>/<context-name>.
The <port-number> is the port on which the application server is running. For example, http://xxxx-xxxx-xxxxx-xxxx:31590/QMFServer131
- Set the nodeName parameter in the deployment.yaml file to the same value that you specified for <node-name> in the -Dqmf.registry.serviceURL parameter in 5.
About this task
To use QMF Server on OpenShift, create and deploy the image of QMF Server to OpenShift.