summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python-iso8601: uprev to meet havana requirementsBruce Ashfield2013-11-251-3/+3
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-eventlet: uprev to meet havana version requirementsBruce Ashfield2013-11-251-2/+2
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-wsme: introduce recipeBruce Ashfield2013-11-251-0/+17
| | | | | | | Introduce wsme 0.5b6 (and NOT 0.5b6) to meet the specific version requirements of ceilometer. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-happybase: introduce recipe to meet ceilometer requirementsBruce Ashfield2013-11-251-0/+17
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-novaclient: uprev and move to git based buildBruce Ashfield2013-11-251-0/+0
| | | | | | | To meet havana requirements, we must uprev to the latest novaclient. At the same time, we switch to a SRCREV based git build. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-werkzeug: integrate to meet ceilometer requirementsBruce Ashfield2013-11-251-0/+17
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-singledispatch: integrate to meet ceilometer requirementsBruce Ashfield2013-11-251-0/+17
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-itsdangerous: initial integrationBruce Ashfield2013-11-251-0/+17
| | | | | | | ceilometer (And its agents) require the facilities provided by itsdangerous. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-flask: introduce recipeBruce Ashfield2013-11-251-0/+17
| | | | | | flask is a ceilometer required package Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-stevedore: uprev versionBruce Ashfield2013-11-252-29/+3
| | | | | | | OpenStack Havana requires a newer version of stevedor, so we uprev to 0.12 and drop our one patch (since it is no longer necessary). Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-amqp: introduce recipeBruce Ashfield2013-11-251-0/+17
| | | | | | Ceilometer requires python-amqp. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-json*: uprev json packagesBruce Ashfield2013-11-254-9/+9
| | | | | | | OpenStack Havana requires newer versions of the json packages, so we uprev them to the latest. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* keystone: add ceilometer roles and users into identity.shBruce Ashfield2013-11-251-0/+16
| | | | | | | Update the default system identities to include the roles and users required to support ceilometer. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-pecan: introduce recipeBruce Ashfield2013-11-251-0/+17
| | | | | | python-pecan is a ceilometer dependency. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-msgpack: introduce recipeBruce Ashfield2013-11-251-0/+17
| | | | | | | ceilometer requires python-msgpack, so we add it as a package and eventually into the RDEPENDS of ceilometer. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-kombu: uprev to 3.0.3Bruce Ashfield2013-11-251-3/+3
| | | | | | | ceilometer requires a kombu version 3.0.x+ to work with python-msgpack, so we uprev to the latest. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* postgresql-init: Remove sleepsJason Wessel2013-11-251-3/+0
| | | | | | | | Now that the /etc/init.d/postgresql script will start and stop the database synchronously there is no need to sleep waiting for the database to come to life or wait for it to stop. Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
* postgresl: Fix startup script to use pg_ctlJason Wessel2013-11-251-2/+4
| | | | | | | | | | The daemon-start-stop script will not actually wait synchronously for postgress to start or stop. The postgresql package provides pg_ctl for controlling the startup and clean shutdown of the database. This patch converts to using pg_ctl for start and stop operations. Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
* nova: rename quantum configuration references to neutronBruce Ashfield2013-11-251-8/+8
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* README.setup: remove reference to quantumBruce Ashfield2013-11-251-1/+1
| | | | | | | Since quantum has now been renamed neutron, we remove any remaining references to the old name. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* meta-openstack-qemu: rename python-nova_<version> to python-nova_git.bbappendBruce Ashfield2013-11-251-0/+0
| | | | | | | Without renaming the bbappend, our configuration will fail to launch in a virtualized environment. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* meta-openstack-deploy: rename quantum bbappends to neutronBruce Ashfield2013-11-252-0/+0
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* postgreql-init: fix return code checkingBruce Ashfield2013-11-251-1/+1
| | | | | | | The return code check after the DB user creation was inverted, which results in false reports of errors, and post-insts that are not cleaned up. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* glance: add RDEPENDS on python-pipBruce Ashfield2013-11-251-0/+1
| | | | | | | | Havana requires the pip module, so we add it into glance's runtime dependencies. This package comes from meta-oe, so an up to date checkout is required. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-babel: uprev to meet havana requirementsBruce Ashfield2013-11-252-17/+18
| | | | | | We need a newer python-babel for the uprev'd havana components. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* nova-compute: add python-six rdependsBruce Ashfield2013-11-251-0/+1
| | | | | | | The havana nova-compute requires python-six for python2 -> 3 compatibility so we add it into the RDEPENDS of the common python-nova package. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-six: uprev for havanaBruce Ashfield2013-11-251-2/+2
| | | | | | | Havana component require a newer python-six, so we uprev to the 1.4.1 version. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* swift: uprev to havana releaseBruce Ashfield2013-11-252-8/+8
| | | | | | | Upreving the swift component to the havana release. At the same time, we switch to building from git. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* cinder: uprev to havana releaseBruce Ashfield2013-11-252-10/+8
| | | | | | | Updating the cinder block storage component to the havana release. At the same time, we switch to a git based build. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* horizon: update to the havana versionBruce Ashfield2013-11-251-9/+17
| | | | | | | While updating to the havana release version, we also switch to git based builds. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-jinja2: introduce stand-alone template engineBruce Ashfield2013-11-251-0/+17
| | | | | | The havana horizon component requires jinja2 for template services. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-heatclient: introduce heat client and APIBruce Ashfield2013-11-251-0/+23
| | | | | | | | To support the havana horizon dashboard we need at least the heat client APIs available on the controller. We introduce this package first, and the full heat implementation later. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-ceilometerclient: introduce ceilometer client and CLI applicationsBruce Ashfield2013-11-251-0/+23
| | | | | | | | To support the horizon dashboard, we require at least the ceilometer client application and libraries. The full server/application will be introduced later.` Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-lesscpy: python LESS compilerBruce Ashfield2013-11-253-0/+82
| | | | | | | | | | To provide compression and template capabilities the havana release of horizon requires lesscpy. But lesscpy is typically a python3 acript, so not only do we introduce the recipe, we make it compatible with python2. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-ply: pure yacc and lex python parsingBruce Ashfield2013-11-251-0/+17
| | | | | | | | The python LESS compiler requires python-ply, and horizon requires python LESS. So we introduce python ply to meet the rutime dependencies. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-websockify: uprev to 0.5.1Bruce Ashfield2013-11-251-2/+4
| | | | | | | OpenStack Havana requires a newer version of websockify, so we uprev to 0.5.1. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-dogpile: add core and cache packagesBruce Ashfield2013-11-252-0/+38
| | | | | | | In the havana release, keystone depends on dogpile to provide locking and cachine functionality. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* nova: switch to neutron and add new RDEPENDSBruce Ashfield2013-11-251-2/+3
| | | | | | | To work with havana, nova needs to reference neutron and not quantum. We also add dependencies that the uprev has added. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* glance: update to havana release versionBruce Ashfield2013-11-251-4/+4
| | | | | | As part of the glance uprev to havana, we switch to a git based build. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* keystone: update to havana versionBruce Ashfield2013-11-252-8/+11
| | | | | | | | Updating the keystone OpenStack component to the havana release version. As part of this switch, we also start building out of git versus the release tarballs. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-quantum/python-neutron: update to havana versionBruce Ashfield2013-11-2512-116/+114
| | | | | | | | Updating the OpenStack networking component to the havana release version. As part of this switch, we rename the components from quantum to neutron and switch to a git based build for the client and servers. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* nova: uprev to havana release versionBruce Ashfield2013-11-251-5/+4
| | | | | | | | This commit uprevs the nova component to the havana release version, and switches the build from tarballs to using the git repository. No other runtime changes are made at this point.` Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oslo.config: uprev to 1.2.1Bruce Ashfield2013-11-251-3/+3
| | | | | | | OpenStack havana nova requires oslo 1.2.1+ for configuration management, so we uprev our support. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-pbr: introduce python build reasonableness (pbr)Bruce Ashfield2013-11-251-0/+19
| | | | | | | | | pbr is a runtime dependency for OpenStack havana component configuration. This initial packaging only provides runtime library support for configuration parsing and management, and is not intended to replace build system support for setuptools or provide on target self tests. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-setuptools: add 1.1.6 bbappendBruce Ashfield2013-11-251-0/+4
| | | | | | | oe-core has a newer python-setuptools available, so we update our bbappends to include that new version. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* meta-openstack: remove duplicate dnsmasq bbappendBruce Ashfield2013-10-302-11/+7
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* postgres: add postgresql initscript packageBruce Ashfield2013-10-211-0/+1
| | | | | | | Without adding the initscript package, postgres won't start automatically on boot. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* docs: remove old patch referencesBruce Ashfield2013-10-041-4/+0
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* postgresql: Fix runtime dependsJason Wessel2013-10-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | When using the target installer with postgresql can end up installing in the wrong order due to bad dependencies and cause the install transaction to fail as follows: ==== initdb: invalid locale name "" initdb: invalid locale name "" initdb: invalid locale name "" initdb: invalid locale name "" initdb: invalid locale name "" could not open directory "/usr/share/postgresql/timezone": No such file or directory sh: locale: command not found WARNING: enabling "trust" authentication for local connections You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb. /etc/init.d/postgresql: line 25: start-stop-daemon: command not found ==== Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
* nova: inherit useradd.bbclassBruce Ashfield2013-10-041-1/+1
| | | | | | | | After the merging of python-nova-controller and python-nova-compute, we were missing the inherit of useradd bbclass. As a result, there wasn't a valid nova user and group on the system. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>