terraform-ibm-modules/terraform-ibm-mas

Provision File storage

Closed this issue · 4 comments

Description

  • ROKS provisioned via DA has only block storage.
  • We have a requirement that requires File storage.
  • Good to have File storage installation as part of (post) steps in ROKS provision process

New or affected modules

Not sure


By submitting this issue, you agree to follow our Code of Conduct

image

image

image

I was able to resolve this file storage issue by enabing the file storage add-on by following steps here --> https://cloud.ibm.com/docs/containers?topic=containers-storage-file-vpc-install

I used ibmc-vpc-file-dp2 storage class for rwx operations needed for db2 and pipeline run was successful in all tasks. @vburckhardt @padmankosalaram

@NatarajBTI your going to wan't to ensure that the override json you add to the repo that your docs will reference includes the config to provision the file storage addon

override_FileStorage.json

This issue is now resolved by adding the below entry in override.json file. Attached override.json file used above.
"addons": { "vpc-file-csi-driver": "1.2" }