CDCgov / cfa_azure

Apache License 2.0
8 stars 2 forks source link

Support for arbitrary number of mounts #69

Closed ryanraaschCDC closed 2 months ago

ryanraaschCDC commented 2 months ago

We've recently needed to add a 3rd mounted Blob container to the pools used for Rt estimation. The current code only allows for 2 mounted containers with hardcoded relativeMountPaths. We would like the ability to have arbitrary numbers of mounts as well as arbitrary mount paths. I've already implemented this in the python modules we currently use so am happy to make a PR.