Juju Charm - Manila fileshare service
Go to file
Alex Kavanagh 1067487c5a Update build.lock for moved nrpe-external-master interface
The original repository for the npre-external-master repository was
removed and was re-uploaded [1].  This changed the commit hash for the
build.lock.  This patch updates the commit hash to point to the head of
the new repository main branch as it hasn't changed since 2017.

[1] - https://github.com/juju/layer-index/pull/120

Change-Id: I4869cd73e2c2e39ff17b07c568d64613d8d9fc9e
2022-01-18 17:16:47 +00:00
src Update build.lock for moved nrpe-external-master interface 2022-01-18 17:16:47 +00:00
unit_tests Merge "Adds NRPE checks for services" 2021-09-09 13:32:53 +00:00
.gitignore Rebuild + .testr.conf -> .stestr.conf due to Bug #1718152 2017-11-23 14:22:24 +00:00
.gitreview 21.10 - Stable cut of charms for testing period 2021-10-13 23:21:57 +01: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
osci.yaml Add new osci.yaml 2021-03-18 07:20:07 +01:00
pip.sh 21.10 - Stable cut of charms for testing period 2021-10-13 23:21:57 +01:00
rebuild rebuild - restore c-h proxy env vars for add-apt-repository 2021-05-13 09:10:06 -04:00
requirements.txt 21.10 - Update requirements.txt - pin cffi 1.14.6 2021-10-17 16:56:34 +01:00
test-requirements.txt 21.10 - Stable cut of charms for testing period 2021-10-13 23:21:57 +01:00
tox.ini 21.10 - Stable cut of charms for testing period 2021-10-13 23:21:57 +01: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.