1671 Commits

Author SHA1 Message Date
Russell Bryant
931defba21 Stop adding extra newline after unparseable lines.
I have a project that includes a requirement line this:

    -e git://git.openstack.org/openstack/neutron.git#egg=neutron

Every time update.py runs against the file, it adds an extra newline
after this.  For example, if I run update.py a few times, I'll have a
few new lines in the file.  This patch prevents the extra newlines
from getting added.

Change-Id: I92d02a45c437025b16df067d7b58a3727d42c0e0
Signed-off-by: Russell Bryant <rbryant@redhat.com>
2015-07-08 10:37:02 -04:00
Jenkins
a6aa3da227 Merge "Adding python-mistralclient to the global-requirements" 2015-07-07 09:29:30 +00:00
Ruslan Kamaldinov
d3adcd256d Adjust yaql version in upper-constraints
Pin yaql to 0.2.6. 0.3.0 should be excluded and is already excluded
in global-requirements.txt, but commit b0eddd76 landed after
upper-constraints.txt was introduced.

Current version of yaql (0.3.0) blocks Murano dsvm jobs.

Change-Id: Icc0d2c2c796d21cd93b2211f23dbb75c68e307a6
2015-07-06 15:21:20 +03:00
Jenkins
9f2da2066f Merge "Fix editing constraints files with urls in them." 2015-07-06 04:09:43 +00:00
Jenkins
3bca6df7fc Merge "Add location to requirement.Requirement" 2015-07-03 23:03:48 +00:00
Robert Collins
63e5747001 Fix editing constraints files with urls in them.
constraints files, unlike global_requirements, need to be able to
contain urls (specifically file:/// paths) so that we can constrain
libraries to be run from their git trees, rather than having them flap
all over the place as different servers specify different bounds. The
first edit-constraints implementation failed to parse such lines,
throwing errors instead.

This patch makes the support for urls optional, preventing changing
the semantics of requirements update.py logic.

Change-Id: I33bd2d9dff9cb7dc1a50177db7286b7317966784
Depends-On: I0f07858e96ea3baf46f8a453e253b9ed29c7f7e2
2015-07-04 09:54:39 +12:00
Serg Melikyan
b0eddd76aa Exclude yaql 0.3.0 from requirements
yaql 0.3.0 was developed as proof-of-concept, and later was
completely redesigned, it's not recommended for production usage.
Murano & Mistral will not be able to consume 0.3.0 as well, that's
why we should restrict installation of 0.3.0.

Change-Id: I25540b1be8a15e8ab83a9646693901e2af5e33cf
2015-07-03 10:16:07 +00:00
Robert Collins
b838ab1e43 Add location to requirement.Requirement
This will provide space to store the result of parsing requirements
like -e file:///opt/stack/new/oslo.THING, which we need to do for
edit-constraint to work in devstack when more than one library is
being installed from git. This is a separate patch to make reviewing
the actual new functionality easier - it is entirely mechanical,
adding the field and dealing with test fallout.

Change-Id: Ied4e92717b0dab871dac42ae639d1f2a6c236414
2015-07-03 12:23:09 +12:00
Jenkins
5f4b005ba4 Merge "tooz 0.16.0 or better required" 2015-07-02 18:38:56 +00:00
Jenkins
a3f2c2833c Merge "Add openstack/designate-dashboard to projects" 2015-07-01 22:19:29 +00:00
OpenStack Proposal Bot
ab2e96f509 Updated from global requirements
Change-Id: I502d35db510e496542b4e65d33b53c746455f815
2015-07-01 14:09:06 +00:00
Jenkins
effe334038 Merge "Bump oslo.db to 1.12" 2015-07-01 13:59:45 +00:00
Jenkins
18a9d5d9e4 Merge "Add botocore to requirements" 2015-07-01 13:59:42 +00:00
Szymon Wroblewski
2f03ceb93d tooz 0.16.0 or better required
Ceilometer, Cinder and Nova using redis backend
require tooz>=0.16.0 to work properly.

blueprint tooz-for-service-groups

Change-Id: I0458c7e58eeaa9e2460e78e23e321e394f2bc633
2015-07-01 14:54:54 +02:00
Jenkins
b9c6c47a16 Merge "Add oslo.cache and oslo.reports to global requirements" 2015-07-01 12:51:25 +00:00
Jenkins
06ebb8162a Merge "Bump python-ironicclient minimal version to 0.6.0" 2015-07-01 12:48:02 +00:00
Jenkins
b893b47494 Merge "Cap Routes at below 2.0 as 2.1 breaks Nova" 2015-07-01 12:21:31 +00:00
Kiall Mac Innes
9f42e923f2 Add openstack/designate-dashboard to projects
Change-Id: Ib26207515075169743bf02b1aeaa008251cda182
2015-07-01 12:42:18 +01:00
Robert Collins
96e2389c81 Update upper-constraints.txt
Change-Id: I87f8fedc6e6cdb10a18796a9c0e39f7782cc0797
2015-07-01 20:02:24 +12:00
Jenkins
123235b9f3 Merge "Bump tempest-lib version" 2015-06-30 22:35:23 +00:00
Robert Collins
d2cfc4d967 Require fixtures 1.3.1.
A key resource leak was fixed in 1.3.1 and we can't switch to using
until we can depend on 1.3.1 being the version present.

Change-Id: I8c01506894ec0a92b53bc0e4ad14767f2dd6a6b3
2015-06-30 15:11:11 +12:00
Davanum Srinivas
19b6a41051 Cap Routes at below 2.0 as 2.1 breaks Nova
2.1 breaks Nova as well, earlier we excludeded just 2.0, we
should exclude 2.1 as well

Closes-Bug: #1469883

Change-Id: I94151624dad266532b3db7d29da1be21f46a6190
2015-06-29 19:46:20 -04:00
Jenkins
4b6c5aa695 Merge "Exclude oslo.versionedobjects 0.5.0 from global requirements" 2015-06-29 22:09:07 +00:00
Davanum Srinivas
022293d883 Exclude oslo.versionedobjects 0.5.0 from global requirements
Looks like the release today did not go well and is breaking
tests in cinder and nova. So let's exclude this version from g-r.

Change-Id: Id62fedd6ee629cb466ff2829cc7af8da185a5c3c
2015-06-29 15:43:12 -04:00
Nikolay Mahotkin
72f3afe914 Adding python-mistralclient to the global-requirements
Change-Id: I88ed5a3085c5347998dfd14de5778a406ad77f35
2015-06-29 21:41:47 +03:00
Dmitry Tantsur
5f0c7a4912 Bump python-ironicclient minimal version to 0.6.0
This version introduced an important retry-on-conflict feature,
which can be used instead of ad-hoc implementations e.g. in Nova
and ironic-inspector.

Change-Id: I4b37271b23f63ea4380fcc9e229763e1935b8a06
2015-06-29 12:31:53 +02:00
Robert Collins
893490c958 Add edit-constraints command.
This allows shell editing of a constraints file, which we need to do
in devstack when installing a constrained library from git.

Change-Id: Ibdbfc786b5d2f56d2e41d329c8766bef7b2e6854
2015-06-29 15:44:17 +12:00
Robert Collins
3aa37f7ea4 Move commands into cmds subdir.
This is a useful hint to readers about whether a module is library or UI.

Change-Id: I177449fc6820e82fed938f2c216b6b9f9192957f
2015-06-29 15:27:25 +12:00
Robert Collins
50eee6fc57 Split project and requirement types out.
These don't need to be hidden within update.py anymore, and we need
them for lint and edit.

Change-Id: I92f4ff51f98f6343cc94a74a69660306b742dbf3
2015-06-29 15:27:25 +12:00
Jenkins
bddbdc3532 Merge "Prevent incompatible version bumps." 2015-06-29 03:01:29 +00:00
Jenkins
56d55d4d12 Merge "Test that changes to requirements are freezable." 2015-06-29 00:38:53 +00:00
Davanum Srinivas
d5b48a7f90 Add oslo.cache and oslo.reports to global requirements
Allow projects to kick the tires of oslo.cache and oslo.reports.
oslo.cache was extracted from keystone and is based on dogpile
interfaces. oslo.reports was extractred from oslo-incubator and
is widely used (copied). We would like projects to try to adopt
these libraries and provide valuable feedback on the API.

Change-Id: I8184ade8989349ffca9a71c4ae1b56ca12fecbec
2015-06-27 16:26:08 -04:00
Jenkins
c4b502c628 Merge "Remove marconiclient from global requirements" 2015-06-26 22:06:56 +00:00
Joshua Harlow
f83dc9db4f Add new oslo futurist library to requirements
This library will be used by ironic, taskflow, oslo.messaging
and others in the near-future so adding it here to enable that
integration to commence.

Change-Id: Id2caa2a77b139d1a94349882f77da60d425dead5
2015-06-25 20:56:24 -07:00
Victor Stinner
3134b0153b Bump oslo.db to 1.12
oslo.db 1.12 now uses the PyMySQL driver for MySQL by default, instead
of MySQL-python. This change is required to replace MySQL-python driver
with PyMySQL in applications. Otherwise, migration tests are skipped.

The following changes require oslo.db 1.12:

* I66b7d6053643e82d9c11af568190d82ffe7f385e (glance)
* I590c26523f4dc8d14c45e61bb89555486629b64d (nova)

Change-Id: Ia9eeaf78ff4dd5831213bbcb8a9f364d0e49bc5e
2015-06-25 13:21:08 +02:00
Robert Collins
24fe404d97 Prevent incompatible version bumps.
We shouldn't be able to bump global requirement versions if that
would be incompatible with the current test set of versions. To assess
'works' we need to run them in tests which means that we need to
update upper-constraints.txt at the same time. We don't test all
versions however, so just checking that the constraints version is
compatible with the updated global requirements is sufficient.

This adds a dependency on the pypa packaging library. The library is
maintained by the authors of setuptools and pip, is Apache V2, in good
condition and Python 3 ready. Its a test-only dependency so I don't
think the distro packaging status matters. This is *the* reference
library for packaging facilities on Python.

Change-Id: I032dd9a384453dcfa4911ea905c8f89b0c974211
2015-06-25 11:20:56 +12:00
Robert Collins
5e4ca1b8b8 Test that changes to requirements are freezable.
If we can't generate a new constraints file, don't let changes in.

Change-Id: If5aa15bb9ca75db0b8ef89a13c9b4bbf8d45cae2
2015-06-25 11:20:56 +12:00
Robert Collins
8e04f4a252 Remove swift from global-requirements.txt.
swift was added in 9b6a2b9050290bda548872cf444da6021f2aaeef as the
result of a mass script run over everything: we don't have any other
servers in global-requirements, and as swift doesn't offer a library
interface (and isn't meant to be on PyPI) it doesn't make sense to
have it.

Change-Id: Iba7dd6a705ed5bdc8836bcfd0f511f6bf0e00ed7
2015-06-25 08:57:48 +12:00
Jenkins
8df87b41b9 Merge "Enable 'python_version=='2.6' for futures and enum34" 2015-06-24 20:33:16 +00:00
Jenkins
63744ae1f8 Merge "Nova requires concurrency 2.1.0 or better" 2015-06-24 14:32:50 +00:00
Ken'ichi Ohmichi
aa8da94056 Bump tempest-lib version
The release 0.6.0 of tempest-lib contains backwards incompatible
change, and Tempest gate jobs continuously failed.
The Tempest gate problem has been solved with some workaround, but
tempest-lib is a library. So we need to avoid the same problem on
the other project gates.
The release 0.6.1 has been released now for avoiding backwards
incompatible change, this patch changes tempest-lib version for
using the latest release.

Change-Id: Ica2d61a6807721c5e715a2130bd25e719acc9b03
Related-Bug: #1468149
2015-06-24 06:01:35 +00:00
Jenkins
f097bf5376 Merge "Manual update run to get things aligned." 2015-06-24 01:16:16 +00:00
Jenkins
3cdacc4162 Merge "Remove unused test requirement toposort." 2015-06-24 01:16:13 +00:00
Jenkins
10234d4df4 Merge "Show not-in-global errors again." 2015-06-24 01:16:11 +00:00
Jenkins
a3db08ba6a Merge "Add upper-constraints.txt." 2015-06-24 01:16:07 +00:00
Jenkins
56a4aa08ce Merge "Teach the constraints generator about excludes." 2015-06-24 01:06:08 +00:00
Jenkins
4e4ccf566d Merge "Bump minimum requirement for os-client-config" 2015-06-24 00:12:06 +00:00
Joshua Harlow
c85fcb73a1 Enable 'python_version=='2.6' for futures and enum34
Enable futures for 2.6 this until the discussion around oslo.messaging
need for this (and its support for 2.6) and its planned usage of the futurist
library for the liberty release.

Also some of the current oslo libraries (taskflow) still support 2.6
for the short-term (until a few other reviews merge) so we need to enable
its usage there still for enum34.

This is also breaking the futurist, automaton, gate and the taskflow check
gates as those are still on 2.6 (this may change soon).

Soon the following will make that less relevant (but these haven't merged
yet):

- https://review.openstack.org/#/c/193349/
- https://review.openstack.org/#/c/193354/
- https://review.openstack.org/#/c/194860/

Change-Id: I9256563a6c2cc455043f0d61cd27b033d37302ef
2015-06-23 16:47:51 -07:00
Michael Still
1823dbd225 Nova requires concurrency 2.1.0 or better
Nova needs the new release of oslo.concurrency in order to be able
to cleanup security bug 1387543.

Change-Id: I08693891b2b4c1d4c166e41b38adc6776e25d8e5
Related-Bug: #1387543
2015-06-24 09:21:42 +10:00
Robert Collins
4031d632ac Manual update run to get things aligned.
Change-Id: I04f02aa3c9bd9e37922dff37c2982709d4136938
2015-06-24 09:47:24 +12:00