Enabling multitenancy for an instance of IBM Software Hub
Premium This feature is available only in IBM® Software Hub Premium Cartridge.
To manage multitenancy with accounts, you must enable the multitenancy feature in IBM Software Hub.
- Who needs to complete this task?
- Instance administrator To enable multitenancy with accounts, you must be an instance administrator.
- When do you need to complete this task?
- Complete this task if you want to create accounts to manage IBM Software
Hub tenants.
Repeat as needed If you have multiple instances of IBM Software Hub, complete this task for each instance where you want to enable multitenancy with accounts.
Before you begin
You must complete the following tasks before you enable multitenancy for an instance of IBM Software Hub:
- Set up a client workstation.
- Check which image the
cpd-cliis using, run the appropriate command based on the container runtime on the client workstation:
Docker
docker ps
Podman
podman ps
- Take the appropriate action based on the image that the
cpd-cliis using:olm-utils-premium-v4- If the
cpd-cliis using theolm-utils-premium-v4image, you're ready to enable the AI assistant feature. olm-utils-v4- If the
cpd-cliis using theolm-utils-v4image, set theOLM_UTILS_IMAGEenvironment variable. based on the location that you pull images from:
IBM Entitled Registry
- x86-64 clusters
-
export OLM_UTILS_IMAGE=cp.icr.io/cp/cpd/olm-utils-premium-v4:${VERSION}.amd64 - ppc64le clusters
-
export OLM_UTILS_IMAGE=cp.icr.io/cp/cpd/olm-utils-premium-v4:${VERSION}.ppc64le - s390x clusters
-
export OLM_UTILS_IMAGE=cp.icr.io/cp/cpd/olm-utils-premium-v4:${VERSION}.s390x
Private container registry
- x86-64 clusters
-
export OLM_UTILS_IMAGE=${PRIVATE_REGISTRY_LOCATION}/cp/cpd/olm-utils-premium-v4:${VERSION}.amd64 - ppc64le clusters
-
export OLM_UTILS_IMAGE=${PRIVATE_REGISTRY_LOCATION}/cp/cpd/olm-utils-premium-v4:${VERSION}.ppc64le - s390x clusters
-
export OLM_UTILS_IMAGE=${PRIVATE_REGISTRY_LOCATION}/cp/cpd/olm-utils-premium-v4:${VERSION}.s390x
About this task
Accounts are not available by default. You must enable the feature before you can create accounts.
Procedure
To enable the AI assistant feature: