Juju Charm - Manila fileshare service
Go to file
Alex Kavanagh f7140f9c64 Updates for 20.08 cycle start for groovy and libs
- Adds groovy to the series in the metadata
- Classic charms: sync charm-helpers.
- Classic ceph based charms:  also sync charms.ceph
- Reactive charms: trigger a rebuild

Func-Test-PR: https://github.com/openstack-charmers/zaza-openstack-tests/pull/355
Change-Id: Ia2fbdac07df0a430741be69d02942c899bb89e45
2020-07-09 11:23:07 +02:00
src Updates for 20.08 cycle start for groovy and libs 2020-07-09 11:23:07 +02:00
unit_tests Enable HA with Manila 2020-04-01 15:20:05 +02:00
.gitignore Rebuild + .testr.conf -> .stestr.conf due to Bug #1718152 2017-11-23 14:22:24 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:44:39 +00:00
.stestr.conf Rebuild + .testr.conf -> .stestr.conf due to Bug #1718152 2017-11-23 14:22:24 +00:00
.zuul.yaml [ussuri][goal] Updates for python 2.7 drop 2020-02-29 11:38:42 -06:00
HACKING.md First commit of manila charm 2016-12-02 13:50:04 +00:00
LICENSE First commit of manila charm 2016-12-02 13:50:04 +00:00
README.md Update docs to remove non-production notices 2020-01-30 17:22:53 +01:00
TODO.md First commit of manila charm 2016-12-02 13:50:04 +00:00
rebuild Updates for 20.08 cycle start for groovy and libs 2020-07-09 11:23:07 +02:00
requirements.txt Update charm build requirements 2020-03-03 09:55:35 +01:00
test-requirements.txt Replace ostestr with stestr in testing framework. 2019-03-07 17:11:56 -05:00
tox.ini Sync charm/ceph helpers, tox, and requirements 2019-09-30 17:08:40 -05:00

README.md

Manila Source Charm

This repository is for the reactive, layered, 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:

$ 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.