Hardware and software requirements

Learn more about the hardware and software requirements to install IBM® Engineering Requirements Quality Assistant (RQA) in your private network by using the OpenShift® Container Platform (OCP).

Software requirements

Make sure that the following applications are deployed in your private network:

Cluster sizing

For OpenShift cluster size recommendations for RQA small and medium deployments, see HA cluster configuration.

Storage requirements for Redis operators

To install the Redis operators, you need the OpenShift storage setup.

  • Redis operator:
    • Disk: 1 GB
    • Storage class: The storage class must support:
      • Dynamic provisioning
      • ReadWriteOnce or ReadWriteMany semantics
      • POSIX filesystem compatibility. For example, not NFS.
      The Redis operator is validated for ibmc-block-* and OpenShift Container Storage.
    • Filesystem permissions: RQA uses the following security context that defines the filesystem permissions to work with dynamically provisioned storage:
      fsGroup:
        type: RunAsAny
      supplementalGroups:
        type: RunAsAny