Updating configuration files
If required, you can adjust configuration parameters of the IBM Storage Enabler for Containers after its installation, using the yml files on the host:
- ./ubiquity-configmap.yml
- ./scbe-credentials-secret.yml
- ./ubiquity-db-credentials-secret.yml
- ./ubiquity-db-credentials-secret.yml
- ./yamls/storage-class.yml
- ./yamls/ubiquity-db-pvc.yml
- ./yamls/sanity_yamls/sanity-pvc.yml
| Parameter | Description |
|---|---|
| SCBE-MANAGEMENT-IP | IP address or FQDN of the Spectrum Connect server. To update this parameter
after installation:
|
| SCBE-MANAGEMENT-PORT | Communication port of the Spectrum Connect server. To update this parameter after installation, use the same procedure as the one for SCBE-MANAGEMENT-IP. |
| SCBE-DEFAULT-SERVICE | Default Spectrum Connect storage service to be used, if not specified by the
storage class. To update this parameter after installation, use the same procedure as the one for SCBE-MANAGEMENT-IP. |
| UBIQUITY-INSTANCE-NAME | A prefix for any new volume created on the storage system. This parameter cannot be changed. |
| UBIQUITY-IP-ADDRESS |
IP address of the ubiquity service object. The ubiquity_installer.sh automatically updates this parameter during the initial installation. If the ubiqutiy service is recreated, it receives a new IP address. As a result, this parameter must be updated to allow the FlexVolume pods to access it. To update the IP address after installation:
|
| DEFAULT-FSTYPE | File system type of a new volume, if not specified by the user in the storage
class. Allowed values: ext4 or xfs. To update this parameter after installation, use the same procedure as the one for SCBE-MANAGEMENT-IP. |
| DEFAULT-VOLUME-SIZE | Default volume size (in GB), if not specified by the user when creating a new
volume. To update this parameter after installation, use the same procedure as the one for SCBE-MANAGEMENT-IP. |
| LOG-LEVEL | Log level. Allowed values: debug, info, error. To receive more detailed events about the IBM Storage Enabler for Containers operation, you can adjust the log level after installation. Use this information your troubleshooting and debug processes. To change the log level after
installation:
|
| SSL-MODE | 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.) To change the SSL mode to verify-full after installation:
|
| FLEX-LOG-DIR | Directory for the ubiquity-k8s-flex.log file. The default
location is the /var/log directory. To change the ubiquity-k8s-flex.log file directory after installation:
|
| FLEX-LOG-ROTATE-MAXSIZE | Maximum size of the ubiquity-k8s-flex.log file. To change the default log file size after installation:
|
| Parameter | Description |
|---|---|
| SCBE-USERNAME | Username defined for the IBM Storage Enabler for Containers interface in
Spectrum Connect. To change the Enabler for Containers interface credentials after installation:
|
| SCBE-PASSWORD | Password defined for the IBM Storage Enabler for Containers interface in Spectrum Connect. Instructions on how to change the interface credentials after installation are detailed in the SCBE-USERNAME description above. |
| Parameter | Description |
|---|---|
| UBIQUITY-DB-USERNAME | Username for the deployment of ubiquity-db database. Do not use the postgres username, because it already exists. |
| UBIQUITY-DB-PASSWORD | Password for the deployment of ubiquity-db database. |
Note: If you change the
ubiquity-db database password, make sure to set the new value for the PostgreSQL as
well. Run the psql command from the Enabler for Containers
container:
|
|
| Parameter | Description |
|---|---|
| STORAGE-CLASS-NAME | Storage class name. |
| STORAGE-CLASS-PROFILE | Storage class profile, directing to the Spectrum Connect storage service. |
| STORAGE-CLASS-FSTYPE | File system type for the storage class profile. Allowed values: ext4 or xfs. |
| Note: The storage class parameters are used for creating an initial storage class for the ubiquity-db PVC. | |