summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * python-cliff: uprev to havana nova-api minimum requirementsBruce Ashfield2013-11-272-27/+3
| | | | | | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* | python-horizon: remove nodejs from RDEPENDS of powerpc archZhenhua Luo2013-11-261-2/+6
| | | | | | | | | | | | | | Nodejs only supports arm, x86 and ia32 archs, it doesn't support powerpc. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* | erlang: skip the host library path check to fix cross-compile issueZhenhua Luo2013-11-262-0/+26
|/ | | | | | | | | Below is the error message: ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Rerun configure task after fixing this. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* cloud-controller: add component setup packagesBruce Ashfield2013-11-251-1/+9
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* init: remove remaining createdb commands to separate init packagesBruce Ashfield2013-11-258-12/+14
| | | | | | | | After moving all database creation initialization packages, we also remove it from the RDEPENDS of the various control node recipes. This allows images to select database initialization or skip it. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* initscripts: split into -setup and init packagesBruce Ashfield2013-11-255-28/+43
| | | | | | | | | | | | | | | | | | | | | | | Many OpenStack modules require a first boot action to setup up users, databases, bridges, etc. These same packages install initscripts to start daemons and servers. The 1st boot package post install actions immediately exit to indicate that the action cannot be performed in the cross environment and instead should be done on first boot. The update-rc.d post install actions are intended to be run in the cross environment to symlink scripts into the proper runlevels. The early exit from the db setup routines, means that the rc files are not linked in host cross. If the rootfs doesn't contain update-rc.d, they also will not be set up on first boot. The end result is a system that does not start all of its required services on boot. To fix this, we split out db and other first boot setup tasks into dedicated (but empty) -setup packages. These run on first boot, while update-rc.d is left to create the proper symlinks. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* nova: cosmetic: line up package dependenciesBruce Ashfield2013-11-251-35/+35
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* controller: add chkconfig into default packagelistBruce Ashfield2013-11-251-0/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* nova: generate per-service initscriptsBruce Ashfield2013-11-252-10/+55
| | | | | | | | | | | Rather than use the catch-all "nova-all" initscript, we switch to one initscript per-service. The old nova-all is still installed, but not linked as an initscript, so it can be used as a fallback. In addition to per-service initscripts, we switch to generating those initscripts from a common template script. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* initscrtips: make initscripts chkconfig and service safeBruce Ashfield2013-11-255-3/+24
| | | | | | | | To support the execution of the chkconfig and service scripts, we need to ensure a consistent header on the initscripts, and a consistent environment that allows scratch files to be written. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* tempest: fix configuration for test executionBruce Ashfield2013-11-253-41/+37
| | | | | | | | | | | | | | | | | The initial integration of tempest didn't configure logging.conf or tempest.conf with the proper values for test execution. With this commit, we have a log configuration, passwords and other settings such that basic tests may be executed on target as follows: root@controller:/usr/lib/python2.7/site-packages# nosetests tempest/api To build the tests into the controller image, the following should be added to local.conf: OPENSTACK_CONTROLLER_EXTRA_INSTALL += "tempest" Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* tempest: introduce the openstack unit test frameworkBruce Ashfield2013-11-253-0/+577
| | | | | | | | | | | Introduce the OpenStack test framework "tempest". This initial integration makes the framework available, but does not enable it in any images by default, nor does it stage the tests for execution. Subsequent updates will modify this baseline for test execution and reporting. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* images: add variables for package additionsBruce Ashfield2013-11-252-0/+6
| | | | | | | | | | | | | | | | By default the controller and compute images use IMAGE_INSTALL= to set their package lists. This doesn't allow a local.conf to add packages via IMAGE_INSTALL += <FOO>. To allow package addition, but yet still control the base package list, there are two variables that can now be used to add packages: ${OPENSTACK_COMPUTE_EXTRA_INSTALL} ${OPENSTACK_CONTROLLER_EXTRA_INSTALL} Which variable does what, should be self explanitory. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* heat: add heat-client to dependency listBruce Ashfield2013-11-251-0/+1
| | | | | | | When heat is running, we typically want the client as well. So we add it to the dependency list. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-testtools: introduce package to meet tempest dependenciesBruce Ashfield2013-11-251-0/+18
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-testresources: introduce package to meet tempest dependenciesBruce Ashfield2013-11-251-0/+18
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-testrespository: introduce package to meet tempest dependenciesBruce Ashfield2013-11-251-0/+22
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-subunit: introduce package to meet tempest dependenciesBruce Ashfield2013-11-251-0/+17
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-mimeparse: introduce package to meet tempest dependenciesBruce Ashfield2013-11-251-0/+22
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-keyring: introduce package to meet tempest dependenciesBruce Ashfield2013-11-251-0/+17
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-fixtures: introduce package to meet tempest dependenciesBruce Ashfield2013-11-251-0/+22
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-extras: introduction to meet tempest dependenciesBruce Ashfield2013-11-251-0/+17
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-heat: update heat.conf with keystone authentication informationBruce Ashfield2013-11-251-4/+9
| | | | | | | | | The authentication information was in the wrong section of the .conf file, which mean that the stack api was not able to properly authenticate. Creating a new keystone section fixes the problem and we can now manipulate stacks. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* postgresql: Fix init to work with postgresql in a drbd data containerJason Wessel2013-11-251-3/+15
| | | | | | | | | | | | | When postgresql installed on the target and configured with drbd the data will live in the drbd container and the startup script must account for the different invocation to pg_ctl, as well as checking that the config files are properly linked into to the postgresql data directory. The set -e was removed because the script was exiting improperly during the restart operation and status operations. Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
* heat: introduce python-heat, heat-engine, heat-api*Bruce Ashfield2013-11-255-1/+988
| | | | | | | | | Introducing the OpenStack Havana heat component. This initial integration covers the basic integration with keystone and horizon, but does not fully enable stack management. Subsequent updates will enable the full functionality. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* nova: add ceilometer configurationBruce Ashfield2013-11-251-0/+6
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* images: add ceilometer component to compute and controller imagesBruce Ashfield2013-11-253-1/+5
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* ceilometer: introduce ceilomter havana componentBruce Ashfield2013-11-253-0/+1105
| | | | | | | | | | | | | Import and package the basic ceilometer package, havana version. This minimal configuration creates: - init scripts - packages the compute, control and APIs - creates the configuration and database It is expected to need extension in the future. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* keystone: add metering serviceBruce Ashfield2013-11-251-0/+2
| | | | | | | Create the metering service and endpoints required to interact with the ceilometer component. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-pytz: uprev to meet havana version requirementsBruce Ashfield2013-11-251-2/+2
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-novaclient: uprev and switch to git based buildBruce Ashfield2013-11-251-3/+4
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-beautifulsoup4: introduce recipe to meet ceilometer requirementsBruce Ashfield2013-11-251-0/+23
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-webtest: introduce recipe to meet ceilometer requirementsBruce Ashfield2013-11-251-0/+19
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-thrift: introduce recipe to meet ceilometer requirementsBruce Ashfield2013-11-251-0/+17
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-waitress: introduce recipe to meet ceilometer requirementsBruce Ashfield2013-11-251-0/+17
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-simplegeneric: introduce recipe to meet ceilometer requirementsBruce Ashfield2013-11-251-0/+17
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-pymongo: introduce recipe to meet ceilometer requirementsBruce Ashfield2013-11-251-0/+17
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-warlock: uprev to meet havana min requirementsBruce Ashfield2013-11-251-3/+3
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* 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>