https://github.com/openstack/charm-manila
Juju Charm - Manila fileshare service. Mirror of code maintained at opendev.org.
https://github.com/openstack/charm-manila
Last synced: about 1 year ago
JSON representation
Juju Charm - Manila fileshare service. Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/charm-manila
- Owner: openstack
- License: apache-2.0
- Created: 2016-09-09T09:39:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T21:01:55.000Z (over 1 year ago)
- Last Synced: 2025-04-09T11:52:44.113Z (about 1 year ago)
- Language: Python
- Homepage: https://opendev.org/openstack/charm-manila
- Size: 277 KB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Manila Source Charm
This repository is for the reactive, layered,
[Manila](https://wiki.openstack.org/wiki/Manila) _source_ charm.
Please see the src/README.md for details on the built Manila charm and how to
use it.
## Building the charm
To build the charm run the following command in the root of the repository:
```bash
$ tox -e build
```
The resultant built charm will be in the builds directory.
## Development/Hacking of the charm
Please see HACKING.md in this directory.