Closed donsizemore closed 1 year ago
https://github.com/GlobalDataverseCommunityConsortium/dataverse-ansible/blob/master/tasks/dataverse-storage.yml#L27
TASK [dataverse : calculate config lines to delete for filestores] *************TASK [dataverse : calculate config lines to delete for labels] ***************** ok: [localhost] => (item=s3)TASK [calculate required changes to dataverse_filestore type entries] ********** ok: [localhost] => (item=s3) ok: [localhost] => (item=file)TASK [calculate required changes to dataverse_filestore type entries] ********** ok: [localhost] => (item=file)TASK [dataverse : delete storage config options] ******************************* changed: [localhost] => (item=-Ddataverse.files.storage-driver-id=s3) changed: [localhost] => (item=-Ddataverse.files.s3.label=s3)TASK [payara should own dataverse.filesdirs] *********************************** changed: [localhost] => (item={'label': 'file', 'path': '/usr/local/dvn/data'})
We should allow multiple filestores, and make the storage ID a separate parameter.
closed in #41
https://github.com/GlobalDataverseCommunityConsortium/dataverse-ansible/blob/master/tasks/dataverse-storage.yml#L27
We should allow multiple filestores, and make the storage ID a separate parameter.