aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack
AgeCommit message (Collapse)Author
2017-06-29glusterfs: Move from meta-openstack to meta-cloud-servicespyroHe Zhe
It's not an openstack specific package. Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-06-29python-pyparsing: Move from meta-openstack to meta-cloud-servicesHe Zhe
It's not an openstack specific package. Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-06-29python: satisfy setup.py 'setup_requires' for vcversionerMark Asselstine
python-jsonschema has a 'setup_requires' for python vcversioner so we must have a -native version of python-vcversioner and DEPEND on it in order to avoid setup.py downloading the requires from PyPI. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-06-16layer.conf: bump python-requests 2.12 -> 2.13Ioan-Adrian Ratiu
Meta-oe upreved to 2.13 (present in Pyro) so bump it here also to avoid bitbake messages like: "NOTE: preferred version 2.12.0 of python-requests not available" Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-06-01python: Inherit setuptools instead of distutils for several packagesAdrian Dudau
python-appdirs python-keystoneauth python-lesscpy python-os-client-config The setup scripts of these modules use setuptools instead of distutils, resulting in errors like this: | File "setup.py", line 5, in <module> | from setuptools import setup | ImportError: No module named setuptools Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-06-01openstack-image-*: Remove ROOTFS_PKGMANAGE_BOOTSTRAPAdrian Dudau
run-postinsts is now installed by default in image.bbclass, so no need to include it in each image. Reference: OE-core rev 529244ee212fe14019e35a5f163fab705ddbf141 Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-03-15kernel: remove non-existent bbappends and add current onesBruce Ashfield
Our kernel bbappends have gotten out of date. This commit syncs them with oe-core master. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-03-13qpid: fix the wrong python dir issuefli
qpid used the wrong python path and thus cannot package the files installed. This commit will fix the following warning issue: WARNING: QA Issue: qpid: Files/directories were installed but not shipped in any package: /usr/lib/python2.7/site-packages/qmfengine.py /usr/lib/python2.7/site-packages/qmf.py /usr/lib/python2.7/site-packages/_qmfengine.so /usr/lib/python2.7/site-packages/_qmfengine.la /usr/lib/python2.7/site-packages/qmfengine.pyo /usr/lib/python2.7/site-packages/qmf.pyo /usr/lib/python2.7/site-packages/cqpid.py /usr/lib/python2.7/site-packages/_cqpid.so /usr/lib/python2.7/site-packages/_cqpid.la /usr/lib/python2.7/site-packages/cqpid.pyo /usr/lib/python2.7/site-packages/qmf2.py /usr/lib/python2.7/site-packages/cqmf2.py /usr/lib/python2.7/site-packages/_cqmf2.so /usr/lib/python2.7/site-packages/_cqmf2.la /usr/lib/python2.7/site-packages/qmf2.pyo /usr/lib/python2.7/site-packages/cqmf2.pyo /usr/lib/python2.7/site-packages/qmfgen /usr/lib/python2.7/site-packages/qmfgen/__init__.py /usr/lib/python2.7/site-packages/qmfgen/generate.py /usr/lib/python2.7/site-packages/qmfgen/schema.py /usr/lib/python2.7/site-packages/qmfgen/management-types.xml /usr/lib/python2.7/site-packages/qmfgen/__init__.pyo /usr/lib/python2.7/site-packages/qmfgen/generate.pyo /usr/lib/python2.7/site-packages/qmfgen/schema.pyo /usr/lib/python2.7/site-packages/qmfgen/templates /usr/lib/python2.7/site-packages/qmfgen/templates/Args.h /usr/lib/python2.7/site-packages/qmfgen/templates/Class.cpp /usr/lib/python2.7/site-packages/qmfgen/templates/Class.h /usr/lib/python2.7/site-packages/qmfgen/templates/CMakeLists.cmake /usr/lib/python2.7/site-packages/qmfgen/templates/Event.cpp /usr/lib/python2.7/site-packages/qmfgen/templates/Event.h /usr/lib/python2.7/site-packages/qmfgen/templates/Makefile.mk /usr/lib/python2.7/site-packages/qmfgen/templates/Package.cpp /usr/lib/python2.7/site-packages/qmfgen/templates/Package.h /usr/lib/python2.7/site-packages/qmfgen/templates/V2Package.cpp /usr/lib/python2.7/site-packages/qmfgen/templates/V2Package.h Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. qpid: 36 installed and not shipped files. [installed-vs-shipped] Signed-off-by: fli <fupan.li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-30python-netaddr: switch to setuptoolsMark Asselstine
The uprev done in commit 0f9fb18e1883 didn't take into account that upstream moved to use setuptools (see upstream commit a8509c0c7c4c [cleaned up of older conventions and switched to setuptools]). Switch to setup tools to match this upstream change. This will fix errors seen when attempting to 'import netaddr'. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-30python-xstatic-smart-table: uprev to v1.4.13.2Mark Asselstine
Although version 1.4.5.3 is within the acceptable versions listed by python-horizon (stable/newton) there are changes related to smart-table.min.js vs smart-table.js which will cause python-horizon to error with the following exception: 'horizon/lib/angular_smart_table/smart-table.min.js' could not be found in the COMPRESS_ROOT '/usr/lib/python2.7/site-packages/static' or with staticfiles. (See commit 12c37e3af0a95cb793ad1fb7e055276da049e5ac in horizon) Upstream should probably remove 1.4.5.3 from the range of acceptable versions due to this. At any rate uprev'ing the package avoids the mismatch. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-30python-alembic: uprev to 0.8.10Mark Asselstine
This uprev is required to support python-oslo.db uprev to stable/newton. The license is still MIT though the md5sum required being updated. Runtime dependencies were updated based on requires.txt. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-30python-kombu: add version 3.0.37Mark Asselstine
The 4.x.x series requires the amqp>=2 which is outside of the range of amqp versions supported versions required for python-oslo.messaging therefore we need to continue support for the 3.0.x series and force its use via the layer.conf and PREFERRED_VERSION. This is an updated version of the python-kombu recipe for the 3.0.x series with updated license checksup (the license type remains the same) and updated runtime dependencies based on the packages requirements/default.txt. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-oslo.reports: uprev to latest stable/newtonMark Asselstine
Minor runtime dependency updates. Runtime dependency versions are all already met. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-oslo.rootwrap: uprev to latest stable/newtonMark Asselstine
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-oslo.cache: uprev to latest stable/newtonMark Asselstine
Minor runtime dependency updates. Requiers an uprev to python-dogpile.cache Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-dogpile.cache: uprev to 0.6.2Mark Asselstine
Required to support the uprev of python-oslo.cache to the latest stable/newton. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-oslo.vmware: uprev to latest stable/newtonMark Asselstine
A few runtime dependency updates, but otherwise a straightforward uprev. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-xstatic-angular-schema-form: initial versionMark Asselstine
This package is required by the stable/newton verison of python-horizon. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-xstatic-tv4: initial versionMark Asselstine
This package is required to support the stable/newton version of python-horizon. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-xstatic-angular-fileupload: initial versionMark Asselstine
This package is required to support the stable/newton version of python-horizon. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-xstatic-objectpath: initial versionMark Asselstine
This package is required to support the stable/newton uprev of python-horizon. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-django-babel: uprev to 0.5.1Mark Asselstine
This uprev is required to support the update to stable/newton of python-horizon. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-rcssmin: initial versionMark Asselstine
This package is required to support the uprev of python-django-compressor to v2.1. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-rjsmin: initial versionMark Asselstine
This package is required to support the uprev of python-django-compressor to v2.1. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-django-compressor: uprev to v2.1Mark Asselstine
This version is required to support the uprev of python-horizon to stable/newton. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-xstatic-mdi: uprev to 1.4.57.0Mark Asselstine
This uprev is required by the uprev of python-horizon to stable/newton. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-oslo.service: correct PVMark Asselstine
Mistakenly had 0.16.0 instead of 1.16.0. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-oslo.policy: uprev to latest stable/newtonMark Asselstine
Updated runtime dependency list, otherwise all dependency versions are already in place. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-osprofiler: uprev to v1.5.0Mark Asselstine
This uprev is required to suppor the uprev of python-keyston to the latest stable/newton. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
2017-01-25python-osc-lib: initial versionMark Asselstine
This is required for the uprev of python-heatclient to stable/newton. The version is selected based on all version requirements. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-cliff: 1.15.0 -> 2.4.0Huang Qiyu
Upgrade python-cliff from 1.15.0 to 2.4.0. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-warlock: 1.1.0 -> 1.3.0Huang Qiyu
1) Upgrade python-warlock from 1.1.0 to 1.3.0. 2) Change the license file to LICENSE.txt. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-oslo.serialization: 1.11.0 -> 2.13.0Huang Qiyu
1) Upgrade python-oslo.serialization from 1.11.0 to 2.13.0. 2) Update the RDEPENDS. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-pecan: 0.9.0 -> 1.2.1Huang Qiyu
Upgrade python-pecan from 0.9.0 to 1.2.1. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-lockfile: 0.10.2 -> 0.12.2Huang Qiyu
Upgrade python-lockfile from 0.10.2 to 0.12.2. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-httplib2: 0.9.1 -> 0.9.2Huang Qiyu
1) Upgrade python-httplib2 from 0.9.1 to 0.9.2. 2) License checksum changed,since the version was updated. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-httpretty: 0.8.10 -> 0.8.14Huang Qiyu
1) Upgrade python-httpretty from 0.8.10 to 0.8.14. 2) License checksum changed,since the version and description were changed. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-paramiko: 1.15.2 -> 2.1.1Huang Qiyu
Upgrade python-paramiko from 1.15.2 to 2.1.1. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-sqlalchemy-migrate: 0.9.7 -> 0.10.0Huang Qiyu
Upgrade python-sqlalchemy-migrate from 0.9.7 to 0.10.0. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-psycopg2: 2.6.1 -> 2.6.2Huang Qiyu
1) Upgrade python-psycopg2 from 2.6.1 to 2.6.2. 2) Modify remove-pg-config.patch, since the data has been changed. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-21python-oslo.messaging: uprev to latest stable/newtonMark Asselstine
Requires updates to python-futurist, requires a version of python-amqp<2.0, new recipe for python-pika-pool and update python-oslo.middleware Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-21python-pika-pool: initial recipeMark Asselstine
This is required by the stable/newton version of python-oslo.messaging. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-21python-amqp: bring back the 1.x.x seriesMark Asselstine
The stable/newton version of python-oslo.messaging requires python-amqp <2.0.0 so we will bring back the latest version of the 1.x.x series (removed by commit 3af287f179a0), uprev to v1.4.9 and make it the PREF version. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-21python-futurist: uprev to v0.21.0Mark Asselstine
This version is required to support python-oslo.messaging. Other than the typical version and checksum updates, minor updates to the runtime dependencies were required. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-21python-oslo.middleware: uprev to latest stable/newtonMark Asselstine
Standard updates to SRCREV and git branch, minor updates to runtime dependency list. Dependency version requirements already fulfilled. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-21python-oslo.versionedobjects: uprev to latest stable/newtonMark Asselstine
Just a few updates for runtime dependencies. Dependency version requirement are all already fulfilled. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-21python-oslo.service: uprev to latest stable/newtonMark Asselstine
Just a few updates for runtime dependencies. Dependency version requirement are all already fulfilled. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-21python-oslo.concurrency: uprev to latest stable/newtonMark Asselstine
Just a few updates for runtime dependencies. Dependency version requirement are all already fulfilled. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-21python-oslo.log: uprev to latest stable/newtonMark Asselstine
Just a few updates for runtime dependencies. Dependency version requirement are all already fulfilled. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-21python-oslotest: uprev to latest stable/newtonMark Asselstine
This requires uprev's to pythong-os-client-config and python-fixtures. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>