threefoldtecharchive / 0-templates

0-robot templates
Apache License 2.0
1 stars 1 forks source link

S3: handle cases where minio service is not found #311

Closed zaibon closed 5 years ago

zaibon commented 5 years ago

It could happens that for some reason, the minio service managed by the s3 service does not exists anymore. Currently it seems the code just fails with a ServiceNotFoundError. Instead we should have some logic to create a new minio service if needed

despiegk commented 5 years ago

will not fix