Installation prerequisites

You must complete certain tasks before you install HCL DevOps Velocity (Velocity).

You must have completed the following tasks before you install Velocity on Kubernetes:

Creation of a project

Ensure that you have created a project in the OpenShift.

Enter the following command in the OpenShift console to create a project:
oc new-project <project_name> --description="<description>" --display-name="<display_name>"

Installation of mandatory softwares on Kubernetes cluster

Ensure that you have installed the following mandatory software:
  • Installed MongoDB on the Kubernetes cluster. For more information, refer to Bitnami documentation.
    Note: MongoDB is not bundled with the installation file, so you must install it separately.
  • Installed the Ingress controller on the Kubernetes cluster. For more information refer to Bitnami documentation.

Configuration of custom Secure Sockets Layer (SSL) certificate

Ensure that you have configured a custom SSL certificate for the ingress controller external IP address or domain name to secure the data exchanged between browser and the Velocity application. For detailed instructions, see Configuring a custom Secure Sockets Layer (SSL) certificate.