InformaticsMatters / squonk

Squonk platform and computational notebook
Apache License 2.0
8 stars 3 forks source link

Improve persistence options for OpenShift deployment #14

Open tdudgeon opened 6 years ago

tdudgeon commented 6 years ago
  1. update the scripts, templates and docs to work on latest openshift
  2. make less dependent on specific openshift version
  3. decouple PVC creation from app deployment
  4. add support for dynamic provisioning (e.g. cinder volumes)
  5. once complete update the openrisknet docs for infra deployment
tdudgeon commented 6 years ago

1-4 are complete. Dynamic provisioning of the Squonk PVC s is not implemented as these need to be ReadWriteMany which is not supported by Cinder, and the only mode that is supported for GlusterFS is for 3-way redundancy which would not be optimal for this need so we'll stick with NFS for now.