summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
Commit message (Collapse)AuthorAgeFilesLines
...
* python-oauthlib: allow apache to read requires.txtMark Asselstine2016-02-051-1/+1
| | | | | | | | | | | | | Apache will error with: IOError: [Errno 13] Permission denied: \ '/usr/lib/python2.7/site-packages/oauthlib-0.7.2-py2.7.egg-info/requires.txt' when attempting to login to horizon. Set more permissive permissions for this file to avoid this. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* horizon: uprev to LibertyMark Asselstine2016-02-051-56/+63
| | | | | Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* django-openstack-auth: uprev and switch to gitMark Asselstine2016-02-051-6/+6
| | | | | | | | The uprev is needed for the uprev of horizon. Switching to get will facilitate future uprevs. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* neutron: uprev to LibertyMark Asselstine2016-02-052-38/+56
| | | | | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* heat: uprev to LibertyMark Asselstine2016-02-051-5/+37
| | | | | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* cinder: uprev to LibertyMark Asselstine2016-02-052-13/+45
| | | | | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* ceilometer: uprev to LibertyMark Asselstine2016-02-052-11/+37
| | | | | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* glance: uprev to LibertyMark Asselstine2016-02-053-10/+30
| | | | | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-xstatic-roboto-fontface: initial versionMark Asselstine2016-02-051-0/+22
| | | | | | | | | A simple package providing the Roboto fontface. This package is required by horizon. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-xstatic-mdi: initial versionMark Asselstine2016-02-051-0/+22
| | | | | | | | | | | | | This package provides a mdi javascript library packaged for setuptools (easy_install) / pip. This package is required by horizon. We had to add the CC-BY-4.0 license file which this package is licensed under, and add the licenses dir to LICENSE_PATH. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-xstatic-bootswatch: initial versionMark Asselstine2016-02-051-0/+22
| | | | | | | | | | This package provides a bootswatch javascript library packaged for setuptools (easy_install) / pip. This package is required by horizon. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-xstatic-angular-gettext: initial versionMark Asselstine2016-02-051-0/+22
| | | | | | | | | | This package provides Angular-Gettext javascript library packaged for setuptools (easy_install) / pip. This package is required by horizon. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-xstatic-bootstrap-datepicker: recipe fixupMark Asselstine2016-02-051-7/+3
| | | | | | | Correct the license and SRC_URI along with other trivial changes. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-django-babel: initial versionMark Asselstine2016-02-051-0/+27
| | | | | | | | | This package provides tools for using Babel with Django. This package is required by horizon. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-ryu: initial versionMark Asselstine2016-02-051-0/+32
| | | | | | | | | | This package provides Ryu component-based software defined networking framework. This package is required by neutron. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-designateclient: initial versionMark Asselstine2016-02-051-0/+31
| | | | | | | | | This package provides Python bindings to the Designate API. This package is required by heat. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-magnumclient: initial versionMark Asselstine2016-02-051-0/+34
| | | | | | | | | This package provides a Python client for containers service. This package is required by heat. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-manilaclient: initial versionMark Asselstine2016-02-051-0/+35
| | | | | | | | | This package provides Python bindings to the OpenStack Manila API. This package is required by heat. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-mistralclient: initial versionMark Asselstine2016-02-051-0/+27
| | | | | | | | | This package provides a Python client for Mistral REST API. This package is required by heat. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oslo.cache: initial versionMark Asselstine2016-02-051-0/+35
| | | | | | | | | This package provides an oslo.config enabled dogpile.cache. This package is required by heat. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-unicodecsv: initial versionMark Asselstine2016-02-051-0/+24
| | | | | | | | | | This package provides Python2's stdlib csv module replacement with unicode support. This package is required by python-cliff. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-zaqarclient: initial versionMark Asselstine2016-02-051-0/+29
| | | | | | | | | This package provides a python Zaqar Client. This package is required by heat. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-jsonpath-rw-ext: initial versionMark Asselstine2016-02-051-0/+27
| | | | | | | | | This package provides extensions for JSONPath RW. This package is required by ceilometer. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-kafka: initial versionMark Asselstine2016-02-051-0/+25
| | | | | | | | | This package provides a python client for Apache Kafka. This package is required by ceilometer. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-automaton: initial versioinMark Asselstine2016-02-051-0/+28
| | | | | | | | | This package provides a friendly state machines for python. This package is required by python-taskflow. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-castellan: initial versionMark Asselstine2016-02-051-0/+34
| | | | | | | | | This package provides a generic key manager interface for OpenStack. This package is required by glance. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-aioeventlet: initial versionMark Asselstine2016-02-052-0/+60
| | | | | | | | | | This package provides asyncio event loop scheduling callbacks in eventlet. This package is required by oslo.messaging. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-contextlib2: initial versionMark Asselstine2016-02-051-0/+24
| | | | | | | | | | This package provides backports and enhancements for the contextlib module. This package is required by futurist and taskflow. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-futurist: initial versionMark Asselstine2016-02-051-0/+26
| | | | | | | | | This package provides a useful additions to futures, from the future. This package is required by taskflow, tooz and others. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-ordereddict: initial versionMark Asselstine2016-02-051-0/+27
| | | | | | | | | | This package provides a drop-in substitute for Py2.7's new collections.OrderedDict that works in Python 2.4-2.6. This package is required by oslo.middleware. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-python-editor: initial versionMark Asselstine2016-02-051-0/+22
| | | | | | | | | | This package provides a python module that allows one to programmatically open an editor, capture the result. This package is required by python-alembic. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-repoze.who: initial versionMark Asselstine2016-02-051-0/+28
| | | | | | | | | | This package provides an identification and authentication framework for WSGI. This package is required by python-pysaml2. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-suds-jurko: initial versionMark Asselstine2016-02-051-0/+24
| | | | | | | | | This package provides a lightweight SOAP client (Jurko's fork). This package is required by heat, nova and others. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-trollius: initial versionMark Asselstine2016-02-051-0/+22
| | | | | | | | | | This package provides a port of the Tulip project (asyncio module, PEP 3156) on Python 2. This package is required by oslo.messaging. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oslo.service: update dependenciesMark Asselstine2016-02-051-0/+14
| | | | | | | Update dependencies based on the package's required.txt. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-*: uprev to versions required for libertyMark Asselstine2016-02-0513-75/+109
| | | | | | | | | | | | | | | | This is a collection of recipe uprevs that bring various packages up to the version required to support the liberty release. These uprevs are mostly trivial with the expected SRC_URI and CHECKSUM updates along with updates to the list of dependencies. Where possible recipes have been updated to use git to facilitate future uprevs. For python-futures we need to add a PREFERRED_VERSION to ensure the git version will take precedence over a versioned recipe found in another layer. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oslo*: uprev to versions required by libertyMark Asselstine2016-02-055-21/+52
| | | | | | | | This set of updates is fairly straightforward, for the most part it is an update of the git SHA and an update of the dependencies. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oslo.versionedobjects: initial versionMark Asselstine2016-02-051-0/+36
| | | | | | | This package is required by nova, heat, and others. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oslo.reports: initial versionMark Asselstine2016-02-051-0/+32
| | | | | | | This package is required by nova, heat, cinder and others. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-os-brick: initial versionMark Asselstine2016-02-051-0/+25
| | | | | | | | | | This package provides an OpenStack Cinder brick library for managing local volume attaches. This package is required by nova and cinder. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-fasteners: initial versionMark Asselstine2016-02-051-0/+26
| | | | | | | | | This package provides a python package that provides useful locks. This package is required by oslo-concurrency, taskflow and others. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-ecdsa: initial versionMark Asselstine2016-02-051-0/+26
| | | | | | | | | This package provides a ECDSA cryptographic signature library. This is required by nova. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-debtcollector: initial versionMark Asselstine2016-02-051-0/+26
| | | | | | | | | | | | This package provides a collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner. This recipe is required by several python-oslo packages as well as neutron and nova. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-cachetools: initial versionMark Asselstine2016-02-051-0/+16
| | | | | | | | | This package provides extensible memoizing collections and decorators. This package is required by the uprev of oslo.messaging and taskflow. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oslo*: convert to 'git' and uprevMark Asselstine2016-02-0512-112/+148
| | | | | | | | | These python-oslo* recipes did not previously use git so switching them to make future uprevs simpler. While we are at it uprev to the version required for the liberty release. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-wrapt: switch to using gitMark Asselstine2016-01-152-11/+15
| | | | | | | | | | | In an effort to make things easier to uprev whenever possible we should use git in our recipes. This has some negative implications if there is a versioned recipe in another layer (without using PREFERRED_VERSION the versioned recipe is used) but overall is the best solution. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-wrapt: add recipeJosep Puigdemont2016-01-151-0/+11
| | | | | Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oslo.service: add new recipe to fulfil dependenciesMark Asselstine2016-01-111-0/+24
| | | | | | | | | | | This python module is required for the uprev of nova, trove, neutron, heat... so we are making it available in order to support the pending uprev of these packages as we move to openstack liberty. This python module provides a library for running openstack services. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-monotonic: add new recipe to fulfil dependenciesMark Asselstine2016-01-111-0/+31
| | | | | | | | | | | | This package is required by uprevs of trove, nova, several oslo packages, to name a few. Adding this package so that it is available for these uprevs as we move to openstack liberty. This python module provides access to the value, in fractions of a second, of a clock. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-django: uprev to 1.8.6Mark Asselstine2015-12-111-5/+6
| | | | | | | | | | Move to use git to ease future uprevs. Note that a recipe for django exists in meta-python and since it is a versioned recipe instead of a "_git" recipe it seems to be picked up instead of our recipe, so we need to add a PREFERRED_VERSION to ensure our recipe is used. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>