You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting MAS_APP_SETTINGS_PERSISTENT_VOLUMES_FLAG=false should result in persistent volumes to not be configured for /DOCLINKS and /bim.
However, the automation still attempts to configure persistent volumes for /DOCLINKS and /bim, result in undefined errors during suite_app_config step.
Relevant log output
TASK [ibm.mas_devops.suite_app_config : Assert Manage related storage classes are defined] *****************************************************************************
fatal: [localhost]: FAILED! => changed=false
assertion: mas_app_settings_doclinks_pvc_storage_class != ''
evaluated_to: false
msg:
- Failed! One of more storage classes are not defined for Manage!
- It was not possible to auto detect a valid storage class as none of the defaulted options were found ....................... ['ibmc-file-gold-gid', 'ocs-storagecluster-cephfs', 'azurefiles-premium', 'efs']
- Storage Classes available in your cluster .................................................................................. ['efs-sc', 'gp2-csi', 'gp3-csi']
- ''
- 'Please, ensure you define a valid storage class for the following:'
- ''
- mas_app_settings_doclinks_pvc_storage_class' property ...................................................................... Undefined! - mas_app_settings_bim_pvc_storage_class' property ........................................................................... Undefined!
- mas_app_settings_jms_queue_pvc_storage_class' property ..................................................................... efs-sc
The text was updated successfully, but these errors were encountered:
Collection version
22.3.1
Environment information
quay.io/ibmmas/cli:10.7.3
What happened?
Running the MAS DevOps Ansible Collection playbook "oneclick_add_manage" with the following variables:
Setting MAS_APP_SETTINGS_PERSISTENT_VOLUMES_FLAG=false should result in persistent volumes to not be configured for /DOCLINKS and /bim.
However, the automation still attempts to configure persistent volumes for /DOCLINKS and /bim, result in undefined errors during suite_app_config step.
Relevant log output
The text was updated successfully, but these errors were encountered: