Shared filesystem management project for OpenStack.
Go to file
Goutham Pacha Ravi ba7dd7d2a6 [stable/queens] Adjust CI jobs
stable/queens was first released in February 2018,
and the final release from this branch (6.3.2)
was made on 25 Oct 2019 [1]. This branch is
currently open only to take necessary third
party driver fixes and maintenance is at best
effort. A number of CI jobs have been broken
on this branch for a while. Let's clean them
up so we don't waste CI resources when backports
are proposed. This definitely implies loss
of test coverage, however, we have to weigh
the cost of repairing these CI jobs against
momentum of maintenance and work for the
future branches.

Jobs being dropped are:

* openstack-lower-constraints
pip's latest dependency resolver unearthed a bunch
of broken dependencies on this branch. Resolving these
would involve bumping the "lower" requirements, the
team does not think this will be useful for anyone,
since we will not be altering requirements for this
branch anymore.
* manila-tempest-dsvm-mysql-generic and
The reference generic driver had four jobs on this
branch, manila-tempest-dsvm-generic-no-share-servers.
We can cut it down to two by dropping coverage
for the DHSS=False configuration and multibackend,
both of which are tested in the other jobs, albeit
with other backends.
* manila-tempest-minimal-dsvm-lvm-centos-7
This is a lost cause, we don't expect to fix
devstack on centos-7 anytime soon for these
old extended maintenance branches (See bug#1888717)
* manila-rally-multibackend and
manila-rally-multibackend-no-ss - these rally
jobs have been broken for a while, there's
barely any reason to think we'll cause performance
regressions in the API on this branch and use
these jobs to judge them.

Also drop all the experimental jobs and remove
"openstack-tox-cover" from the post queue.
We can also remove the openstack-tox-genconfig
job from the gate queue, since it exists on
the check queue, and need only run once.

[1] http://lists.openstack.org/pipermail/release-announce/2019-October/008089.html

Change-Id: Ice936853ae6b09e4ce4d5df6e6b27670cbb8f0d6
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
(cherry picked from commit a99cb7448b)
2021-01-14 12:43:12 -08:00
api-ref/source Allow setting test API microversions in gate tests 2018-07-16 22:49:59 +00:00
contrib [ci] Remove explicit compression of log files 2020-07-30 18:13:44 +00:00
devstack Merge "[devstack] Allow cephfs daemon port access" into stable/queens 2020-07-29 04:56:28 +00:00
doc Adding documentation for User Messages in Manila Documentation 2019-10-23 14:58:08 +00:00
etc [LVM] Run filesystem check before assigning UUID 2019-02-18 16:56:56 +00:00
manila Merge "[Glusterfs] Fix delete share, Couldn't find the 'gluster_used_vols'" into stable/queens 2020-09-23 19:59:29 +00:00
playbooks/legacy [extended-maintenance-branches-only] Replace LVM job 2020-07-27 12:18:09 -07:00
rally-jobs [Rally] fix jobs 2017-03-30 15:12:22 +03:00
releasenotes fix reno file location and indention 2020-11-03 22:02:04 +00:00
tools Remove run_tests.sh 2018-10-16 14:09:38 +00:00
.coveragerc Impove coverage job accuracy 2017-10-25 11:57:46 -04:00
.gitignore Use stestr for coverage 2018-01-14 13:26:53 +08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:27:41 +00:00
.stestr.conf tests: replace .testr.conf with .stestr.conf 2017-09-13 07:56:21 -04:00
.zuul.yaml [stable/queens] Adjust CI jobs 2021-01-14 12:43:12 -08:00
CONTRIBUTING.rst Added CONTRIBUTING file in .rst format 2015-11-15 23:45:38 +05:30
HACKING.rst Fix the duplicate hacking check M312 and H203 2017-08-13 08:01:42 +08:00
LICENSE Initialize from cinder 2013-08-08 10:34:06 -04:00
README.rst Update links in README 2017-08-04 11:23:30 +08:00
babel.cfg Initialize from cinder 2013-08-08 10:34:06 -04:00
bindep.txt [CI] Add bindep.txt 2019-07-04 00:16:05 +00:00
requirements.txt Revert Id905d47600bda9923cebae617749c8286552ec94 2018-02-07 17:13:52 -05:00
run_tests.sh Remove --omit argument in run_tests.sh 2017-07-04 18:21:48 +07:00
setup.cfg Merge "Remove in-tree tempest plugin" 2017-12-22 13:40:44 +00:00
setup.py Updated from global requirements 2017-03-03 22:51:04 +00:00
test-requirements.txt Follow the new PTI for document build 2018-01-17 09:53:00 +00:00
tox.ini [CI] Add bindep.txt 2019-07-04 00:16:05 +00:00

README.rst

Team and repository tags

image

MANILA

You have come across an OpenStack shared file system service. It has identified itself as "Manila." It was abstracted from the Cinder project.

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 https://bugs.launchpad.net/manila

Python client

https://github.com/openstack/python-manilaclient.git