-
Notifications
You must be signed in to change notification settings - Fork 43
Description
MAS CLI version
13.17.0
CLI function used
install
What happened?
I get this error, with a new installation:
TASK [ibm.mas_devops.suite_app_config : determine-storage-classes : 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'
- ''
- Doclinks PVC Storage Class .............. "
- BIM PVC Storage Class .................. "
- JMS Queue Storage Class ................. "
If I check “mas_app_settings_doclinks_pvc_storage_class” in “Parameters” it is also null. I never got the question to specify the doclinks, BIM and JMS storage classes, Of course I filled in the RWO and RWX storage classes:
--storage-class-rwo "ontap-nas" --storage-class-rwx "ontap-nas"
Mailed with Andrew, this is his reaction:
It looks like the support for these three Manage storage classes was not added to the CLI to be set via the default storage class settings
Relevant log output
TASK [ibm.mas_devops.suite_app_config : determine-storage-classes : 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'
- ''
- Doclinks PVC Storage Class .............. <undefined>"
- BIM PVC Storage Class .................. <undefined>"
- JMS Queue Storage Class ................. <undefined>"