The Storage Libs operator provides a set of charm libraries which offer convenience methods for interacting with filesystems and storage devices via Juju operators, but also writing your own filesystem/storage providing or requiring Juju operators. Storage Libs hosts the following charm libraries:
nfs_interfaces
: Library to manage integrations between NFS providers and consumers.cephfs_interfaces
: Library to manage integrations between CephFS providers and consumers.
This charm is not meant to be deployed. It is used for hosting storage or
filesystem-related charm libraries only. It serves as a namespace for standalone
charm libraries managed using
charmcraft fetch-lib ...
. After
fetching the charm library, it can be imported and used as a normal library inside a charm.
For example, you can fetch the nfs_interfaces
using the following command:
$ charmcraft fetch-lib charms.storage_libs.v0.nfs_interfaces
Documentation on how to use each individual charm library listed above can be found in the Libraries tab on Charmhub, or the documentation can be found in each libraries' module-level docstring.
The Storage Libs charm library collection is a project of the Ubuntu HPC community. It is an open source project that is welcome to community involvement, contributions, suggestions, fixes, and constructive feedback. Interested in being involved with the development of the Storage Libs collection of charmed libraries? Check out these links below:
The Storage Libs charm libraries are free software, distributed under the Apache Software License, version 2.0. See the LICENSE file for more information.