ansible-devops icon indicating copy to clipboard operation
ansible-devops copied to clipboard

Documentation: include the characteristics of the storage class in the role

Open mattlrx opened this issue 2 years ago • 1 comments

in the ansible documentation, for some of the roles, when a storage class needs to be defined, it is specified whether it needs to be RWX: https://ibm-mas.github.io/ansible-devops/roles/suite_app_install/#mas_app_settings_visualinspection_storage_class https://ibm-mas.github.io/ansible-devops/roles/db2/#db2_meta_storage_class

for others it is not, for example:

https://ibm-mas.github.io/ansible-devops/roles/uds/ https://ibm-mas.github.io/ansible-devops/roles/kafka/#kafka_storage_class https://ibm-mas.github.io/ansible-devops/roles/suite_app_install/#mas_app_settings_iot_fpl_pvc_storage_class https://ibm-mas.github.io/ansible-devops/roles/registry/#registry_storage_class https://ibm-mas.github.io/ansible-devops/roles/mongodb/#mongodb_storage_class https://ibm-mas.github.io/ansible-devops/roles/suite_app_config/#mas_app_settings_jms_queue_pvc_storage_class (not all listed)

it would be useful if the documentation could specify for ALL storage class variables what characteristics for the storage class are required, whether it needs to support block or filesystem and RWX or RWO, this would help in choosing the right storage class available on the cluster where MAS is installed.

mattlrx avatar Jul 25 '23 12:07 mattlrx

Thanks @mattlrx for the feedback, we'll assess your request and improve our documentation around storage in next development cycles.

andrercm avatar Aug 03 '23 15:08 andrercm

https://jsw.ibm.com/browse/MASCORE-4346

durera avatar Nov 01 '24 23:11 durera

PR opened to address the request.

istrate avatar Nov 12 '24 22:11 istrate