3360 Commits

Author SHA1 Message Date
Jenkins
600f9d5f8e Merge "Add the ability to check the tenant quota in detail" 2017-01-07 06:35:45 +00:00
Jenkins
36c5e35f2a Merge "remove devref jenkins doc" 2017-01-06 17:32:22 +00:00
Jenkins
d50abc43e2 Merge "Support python 3.5 in tox" 2017-01-06 11:02:27 +00:00
Jenkins
c8df031ea4 Merge "Fix test variable injection in CI" 2017-01-06 02:28:21 +00:00
Tom Barron
ed82d4da79 remove devref jenkins doc
It is redundant with non-manila specific OpenStack documentation
except in that it is so out-of-date as to be quite misleading.
Almost all the links in the doc are obsolete.

Change-Id: I23aa9b307d9bd43f828e2b4b9361511dded2449f
2017-01-05 19:02:13 -05:00
Tom Barron
d08713c1a3 Support python 3.5 in tox
Our current tox configuration provides no support for python 3.5
even though it is the version that ships with current ubuntu
(xenial) and Fedora (25) systems, and even though in gate the
python3 jobs run on xenial with python 3.5.

Add py35 env to tox.ini alongside py34, py27, and pep8.

TrivialFix

Change-Id: Ib32069f9185c5233c8f96164781ec66c56db33bd
2017-01-05 18:29:24 -05:00
Jenkins
860bf20430 Merge "[api-ref] Refactor share instance export locations API documentation" 2017-01-05 22:47:02 +00:00
Jenkins
7bbfcbaedf Merge "NetApp: set proper broadcast domain for IPspace" 2017-01-05 22:08:48 +00:00
Jenkins
d1ef0f2ce7 Merge "Trivial fix LOG.exception issues" 2017-01-05 17:07:57 +00:00
Jenkins
3b540f0807 Merge "Migration Data Check fixes" 2017-01-05 06:13:54 +00:00
Jenkins
5365a26e44 Merge "NetApp cDOT controller utilization metrics" 2017-01-04 22:33:53 +00:00
Tom Barron
be21713715 Migration Data Check fixes
Fix misspelling in 'ShareNetwoksFieldLengthChecks' class name.

Indent CreateFromSnapshotExtraSpecAndShareColumn so that it
is a standalone class rather than a subclass of
MoveShareTypeIdToInstancesCheck.

TrivialFix

Change-Id: I169bb22c1dc3078e187b94f9f8df69e9615daec5
2017-01-04 12:53:24 -05:00
Jenkins
bf5f184e2d Merge "Remove trailing backtick" 2017-01-04 16:22:11 +00:00
Jenkins
23809ce15a Merge "Updated from global requirements" 2017-01-04 13:32:09 +00:00
Cao Xuan Hoang
a4c2cad1d4 Remove trailing backtick
This patch is removing a trailing backtick (`) from the
api-ref/source/services.inc document.

Change-Id: Ibb02536e02703e2463e0475c5c13e431e1ec048f
2017-01-04 13:40:52 +07:00
OpenStack Proposal Bot
dd7717e6a8 Updated from global requirements
Change-Id: If10e1d00ef6d8f2f43db79872dc2606a88115a02
2017-01-03 20:23:10 +00:00
Tom Barron
0f33dcf62b Remove nova net support from service_instance
Nova network was deprecated in Newton and is no longer supported for
regular deployments in Ocata [1].

As a first step towards removal and cleanup of nova network plugin
from manila, remove support for it from the service instance module.

[1] http://docs.openstack.org/releasenotes/nova/unreleased.html

Partially-implements: bp remove-nova-net-plugin

Change-Id: I846b760fa7c01f7f86768399a2bfad9ced7e57cd
2017-01-03 13:35:58 -05:00
Ha Van Tu
4fc3524bf8 [api-ref] Refactor share instance export locations API documentation
This patch makes share instance export locations API documentation
more readable and maintainable.

Change-Id: I4b4771bbe9f2689162c84f085cae159f364ecb20
2017-01-03 09:11:39 +07:00
Mark Sturdevant
cbda16bc57 GPFS: Add update_access()
Add update_access() implementation to replace the deprecated
allow_access() and deny_access().

Change-Id: I206f1284bddc02452087e24061619ca3c04395a4
Implements: blueprint gpfs-update-access
2016-12-30 13:16:07 -08:00
Jenkins
ba8e8d1ada Merge "Allow share status reset to migration status" 2016-12-29 23:14:04 +00:00
Jenkins
3fa64b76ab Merge "Add support for manage/unmanage in GPFS driver" 2016-12-29 20:17:52 +00:00
Jenkins
122446d63b Merge "[api-ref] Refactor share actions API documentation" 2016-12-29 17:47:25 +00:00
yanjun.fu
6965a73ab2 Allow share status reset to migration status
Fix the status of the share instances cannot be reset to "migrating"
and "migrating_to" in server

APIImpact
Add two status "migrating" and "migrating_to" in share status.

Change-Id: Ia23c13f62997d99495d9ecca066475565d9bfc87
Closes-Bug: #1650774
2016-12-28 20:26:00 +08:00
digvijay2016
fb4b0b86e9 Add support for manage/unmanage in GPFS driver
Added support for manage/unmanage in GPFS NFS driver.
This patch added functions that allow share on Spectrum Scale
node to be managed by OpenStack if existing fileset is an
independent fileset and doesn't have any NFS export
over the fileset path. Also, share can be unmanaged from
OpenStack but still left in Spectrum Scale cluster.

Implements: blueprint gpfs-manage-support

Change-Id: I9134408b59c30ac4bc593f287294741f6e996136
2016-12-28 15:06:42 +05:30
Ha Van Tu
46584eeec9 [api-ref] Refactor share actions API documentation
This patch makes share actions API documentation be more readable
and maintainable.

Change-Id: I388bdc4d9f22eda50fbede1106afebba6ceb355f
2016-12-28 14:24:16 +07:00
Ha Van Tu
a42c08e797 [api-ref] Refactor share export location API documentation
This patch make share export location documentation be readable
and maintainable.

Change-Id: I9a43ef525b8c16941df99fe54c0d5483dcb2ed4b
2016-12-28 12:18:24 +07:00
zhongjun
7275aafc9e Add the ability to check the tenant quota in detail
Now the quota-set API only returned single attribute
'limit', this change intends to add a new API
'quota-sets/{project_id}/detail' to retrieve more info
with attributes 'in_use', 'limit', 'reserved'.

APIImpact
Implements: blueprint admin-check-tenant-quota-usage
Depends-On: Ie0eb7d32b7b032ffdb7f7dd47f68841211e7d7a6
Change-Id: I499b099a3ba7704a2108cd15f80ff507e24b7cd0
2016-12-28 10:32:24 +08:00
Goutham Pacha Ravi
733fcfe0fb Fix test variable injection in CI
* Migration is not a multi-backend only feature.
* Snapshot tests, Shrink tests and Quota test flags
  should have appropriate devstack variables.

Closes-Bug: 1652150

Change-Id: I7a83981045c03bcc605ec0119a4b425fb5f9e987
2016-12-27 16:39:27 -08:00
Jenkins
f427dfe00b Merge "GPFS KNFS: Fix deny access to succeed when possible" 2016-12-27 22:41:15 +00:00
Jenkins
685cb1da81 Merge "[Dell EMC Unity] Support create share smaller than 3 GB" 2016-12-23 19:55:41 +00:00
Jenkins
7d024ecb2c Merge "Updated from global requirements" 2016-12-23 19:55:34 +00:00
Jenkins
72fc6f41d0 Merge "Add create_share_from_snapshot_support extra spec" 2016-12-23 19:25:06 +00:00
vponomaryov
10b14bb50e [Devstack] Workaround osclient breakage
Creation of security group using openstack client is broken. So,
use nova client for it temporary while 'related' bug is not fixed.

Change-Id: I51b5be5157bd49d5835b30eaa8b6b0e7185cabdf
Related-Bug: #1652317
2016-12-23 17:33:20 +02:00
OpenStack Proposal Bot
78844fd038 Updated from global requirements
Change-Id: I67c5dfed6a869d77ab4c9857a66953128b0529e9
2016-12-23 03:12:51 +00:00
Mark Sturdevant
9157b8afb2 GPFS KNFS: Fix deny access to succeed when possible
Use looser error code checking and add a verify
after deny access so that the call will succeed
whenever it can be confirmed that the access no
longer exists.

This fixes a variety of situations where previously
a return code of 1 while attempting to remove access
would cause the manila access rule to get stuck while
the actual client access export was removed or never
existed.

Change-Id: Ie058a6185e3f5d91fb1cf232301eb0ac6ddcea7e
Closes-Bug: #1651587
2016-12-23 01:17:20 +00:00
Mark Sturdevant
b76a2af237 GPFS KNFS: Do not reuse ssh prefix in loop
Fix GPFS KNFS allow/deny access so that it does not reuse
the ssh prefix when looping through NFS server commands for
allow and deny access.

This fixes GPFS KNFS allow/deny access incorrect behavior
when multiple NFS servers are configured (gpfs_nfs_server_list)
and any of the servers are remote (except the last one).

Change-Id: I8c182eed386e8325b087c3192d363502bb848633
Closes-Bug: #1651578
2016-12-21 15:33:48 -08:00
Clinton Knight
0d6db3588c Add create_share_from_snapshot_support extra spec
The snapshot_support extra spec has always meant two
things: a driver can take snapshots and create shares
from snapshots. As we add alternate snapshot semantics,
it is likely that some drivers will want to support
snapshots and some of the new semantics while being
unable to create new shares from snapshots.

This work adds a new extra spec,
create_share_from_snapshot_support, that removes the
overloading on snapshot_support. It also makes the
existing snapshot_support extra spec optional,
allowing admins to create types without setting
snapshot_support; shares created with such types
will not support snapshots.

APIImpact
DocImpact

Co-Authored-By: Goutham Pacha Ravi <gouthamr@netapp.com>
Implements: blueprint add-create-share-from-snapshot-extra-spec
Change-Id: Ib0ad5fbfdf6297665c208149b08c8d21b3c232be
2016-12-21 09:57:08 -05:00
zhongjun2
f775c81c89 Trivial fix LOG.exception issues
Remove redundant 'error' parameter in LOG.exception,
and replace some LOG.error with LOG.exception.

Change-Id: I46c14014c9dc38da9ea3b8ae98c9bd2aafe478d7
2016-12-21 20:49:51 +08:00
vponomaryov
3ede2d1c48 [Grenade] Do not run tempest tests
Since tempest is not used in manila grenade logic skip run of its
tests.

Change-Id: I6c45448ec286fe6c365b4e9edcce56501e5c87bd
Closes-Bug: #1650482
2016-12-21 11:16:22 +02:00
Jenkins
f9705f8509 Merge "use six.StringIO for compatibility with io.StringIO in python3" 2016-12-20 14:50:03 +00:00
Jenkins
faaab6851c Merge "Fix typo in rootwrap.conf" 2016-12-20 13:49:00 +00:00
Jenkins
ababa6eb08 Merge "[TrivialFix] Move share type filter tempest to test_scheduler_stats.py" 2016-12-20 11:01:24 +00:00
Jenkins
9e147e0a23 Merge "GPFS CES: Fix bugs related to access rules not found" 2016-12-20 11:00:36 +00:00
Ha Van Tu
dfd92fc390 Fix typo in rootwrap.conf
This patch replaces a typo "explicitely" by "explicitly".
TrivialFix

Change-Id: I81b5c41ea015609dfbcb6d6adcb79ad1e005191a
2016-12-20 10:06:44 +00:00
gengchc2
40e073a8a1 use six.StringIO for compatibility with io.StringIO in python3
The newer version of six (1.4.1) provides six.StringIO
which is a fake file object for textual data. It's an
alias for cStringIO.StringIO, in python2 and io.StringIO
in Python3

Change-Id: I5f4af05eb0754d85a73068d5f6b285d4be07cdfc
2016-12-20 11:43:19 +08:00
Jenkins
533d19df4a Merge "Trivial fix translate issues" 2016-12-19 23:30:40 +00:00
Jenkins
c884f16b62 Merge "Updated from global requirements" 2016-12-19 17:09:45 +00:00
Jenkins
d0a775a9a7 Merge "Enable scenario tests for LVM and ZFSonLinux drivers" 2016-12-19 16:22:37 +00:00
Jenkins
aa1c468139 Merge "Add Apache 2.0 license to source file" 2016-12-19 14:47:52 +00:00
Jenkins
2ea3c0c1f3 Merge "[Tempest] Add scenario test creating share from snapshot" 2016-12-19 14:28:49 +00:00