| UBIQUITY_IMAGE |
Docker image of the IBM Storage Enabler for Containers to be deployed as
Kubernetes deployment/ubiquity. Set by default to
ibmcom/ibm-storage-enabler-for-containers:x.y.z. The image is available in the
Docker Hub. |
| UBIQUITY_DB_IMAGE |
Docker image of the IBM Storage Enabler for Containers database to be deployed
as Kubernetes deployment/ubiquity-db. Set by default to
ibmcom/ibm-storage-enabler-for-containers-db:x.y.z. The image is available in
the Docker Hub. |
UBIQUITY_K8S_ PROVISIONER_IMAGE |
Docker image of the IBM Storage Dynamic Provisioner to be deployed as
Kubernetes deployment//ubiquity-k8s-provisioner. Set by default to
ibmcom/ibm-storage-dynamic-provisioner-for-kubernetes:x.y.z. The image is
available in the Docker Hub. |
UBIQUITY_K8S_FLEX_ IMAGE |
Docker image of the IBM Storage FlexVolume to be deployed as Kubernetes
daemonset/ubiquity-k8s-flex. Set by default to
ibmcom/ibm-storage-flex-volume-for-kubernetes:x.y.z. The image is available in
the Docker Hub. |
SCBE_MANAGEMENT_IP_ VALUE |
IP address or FQDN of the Spectrum Connect server. |
SCBE_MANAGEMENT_ PORT_VALUE |
Communication port of the Spectrum Connect server. Default value is
8440. |
SCBE_DEFAULT_SERVICE_ VALUE |
Default Spectrum Connect storage service to be used, if not specified by the
storage class. |
UBIQUITY_INSTANCE_ NAME_VALUE |
A prefix for any new volume created on the storage system. For example,
u_<instance_name>_<PVC_ID>. |
| DEFAULT_FSTYPE_VALUE |
File system type of a new volume, if not specified by the user in the storage
class. Allowed values: ext4 or xfs. Default value is
ext4.
|
DEFAULT_VOLUME_SIZE_ VALUE |
Default volume size (in GB), if not specified by the user when creating a new
volume. Default value is 1. |
| LOG_LEVEL_VALUE |
Log level. Allowed values: debug,
info, error. Default value is
info.
|
| SSL_MODE_VALUE |
SSL verification mode. Allowed values: require (No
validation is required, the IBM Storage Enabler for Containers server generates self-signed
certificates on the fly.) or verify-full (Certificates are provided by the
user.).
The verify-full mode requires additional configuration steps, as
detailed in the Managing SSL certificates section.
|
| SCBE_USERNAME_VALUE |
Username defined for the IBM Storage Enabler for Containers interface in
Spectrum Connect. Note: The IBM Storage Enabler for Containers interface appears as
Spectrum Connect GUI.
|
| SCBE_PASSWORD_VALUE |
Password defined for the IBM Storage Enabler for Containers interface in
Spectrum Connect. Note: The IBM Storage Enabler for Containers interface appears as
Enabler for Containers in Spectrum Connect GUI.
|
UBIQUITY_DB_PV_NAME_ VALUE |
Name of the persistent volume to be used for the ubiquity-db
database. For the Spectrum Virtualize and Spectrum Accelerate storage systems, use the default
value (ibm-ubiquity-db). For the DS8000 storage system, use a shorter value, such
as (ibmdb). This is necessary because the DS8000 volume name length cannot exceed
16 characters. As a result, the UBIQUITY_INSTANCE_NAME and
UBIQUITY_DB_PV_NAME combination
(u_<instance_name>_<PV_name>) cannot exceed 16 characters.
|
UBIQUITY_DB_USERNAME_ VALUE |
Username and password for the deployment of ubiquity-db
database. Do not use the postgres username, because it already exists.
|
UBIQUITY_DB_PASSWORD_ VALUE |
Username and password for the deployment of ubiquity-db
database. |
STORAGE_CLASS_NAME_ VALUE |
Storage class name. Note: The storage class parameters are used for
creating an initial storage class for the ubiquity-db PVC. You can use this storage
class for other applications as well.
It is recommended to set the storage class name to be
the same as the Spectrum Connect storage service name.
|
STORAGE_CLASS_PROFILE_ VALUE |
Storage class profile, directing to the Spectrum Connect storage service
name. |
STORAGE_CLASS_FSTYPE_ VALUE |
File system type for the storage class profile. Allowed values:
ext4 or xfs. Default value is
ext4.
|
| FLEX_LOG_DIR_VALUE |
Directory for storing the ubiquity-k8s-flex.log file. Set
by default to /var/log. |