Peter Portante e16d0d11b5 Fix working swift "in-process" funtional test runs
The swift code base now allows for running all of the functional tests
against a set of in-process servers. The functional tests, which are
nose based, run entirely with-in the process from which nose is invoked,
allowing for coverage collection and / or easier test development.

These tests had been added using the gate-{name}-unittest-{env} template
which assumes that the env name will be prefixed with 'py' before
passing it to tox. 'pyfunc' doesn't exist as the target so switch to
using the gate-{name}-tox-{envlist} template which does not assume
anything about the tox target.

The ability to run these "in-process" functional tests is only available
post-Icehouse.

Change-Id: I77d47dffa429ffc90ab732c518dc14cbf22f7017
2014-05-05 19:48:08 -04:00
2014-04-17 14:48:19 -07:00
2014-04-11 07:56:14 +10:00
2014-04-18 14:16:16 -07:00
2012-09-22 17:32:02 +00:00
2013-09-23 18:29:18 +00:00
2013-09-23 18:29:18 +00:00
2012-09-10 15:58:27 +00:00

Puppet Modules

These are a set of puppet manifests and modules that are currently being used to manage the OpenStack Project infrastructure.

The main entry point is in manifests/site.pp.

In general, most of the modules here are designed to be able to be run either in agent or apply mode.

These puppet modules require puppet 2.7 or greater. Additionally, the site.pp manifest assumes the existence of hiera.

See http://ci.openstack.org for more information.

Documentation

The documentation presented at http://ci.openstack.org comes from git://git.openstack.org/openstack-infra/config repo's docs/source. To build the documentation use

$ tox -evenv python setup.py build_sphinx

Description
System configuration for the OpenDev Collaboratory
Readme 153 MiB
Languages
Python 37.1%
Jinja 36.6%
Shell 13.6%
Dockerfile 3.8%
JavaScript 3%
Other 5.9%