RETIRED, further work has moved to Debian project infrastructure
6b8319e32a
Manila contains CI hooks located in "contrib/ci" dir. Split common logic to separate file to be able to just "source" it and then use env vars and bash functions in different CI jobs and projects. Current change allows to do two things: - Reuse env var "MANILA_TEMPEST_COMMIT" in third-party CIs - Wait for drivers init in other projects like OpenStack Rally. Where, for the moment, one of jobs fails because of absense of "waiting". Usage: $ source %manila%/contrib/ci/common.sh $ echo $MANILA_TEMPEST_COMMIT $ manila_wait_for_drivers_init "/etc/manila/manila.conf" Change-Id: I94514405628ab8337d1f4153e431f064614e3596 |
||
---|---|---|
contrib/ci | ||
devstack | ||
doc | ||
etc | ||
manila | ||
manila_tempest_tests | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.md | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
pylintrc | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
MANILA
You have come across an OpenStack shared file system service. It has identified itself as "Manila." It was abstracted from the Cinder project.
- Wiki: https://wiki.openstack.org/Manila
- Developer docs: http://docs.openstack.org/developer/manila
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone https://github.com/openstack/manila.git
For developer information please see HACKING.rst
You can raise bugs here http://bugs.launchpad.net/manila