Davide Guerri 3ac127eaa1 Add git-upstream as new project to stackforge
This patch adds the config needed to create and maintain git-upstream
in stackforge.

git-upstream is an open source Python application that can be used to
keep in sync with upstream open source projects, mainly OpenStack.

The main usecase for this tool is for people who are doing active
contributions to repositories that are mirrors of OpenStack
repositories, with the intention that most of those contributions
will be submitted to review.openstack.org at some point.
If you are running a public cloud based on OpenStack, having local
changes needed to use it in your environment, you can use
git-upstream to stay up to date with the upstream master in a easier
way (with respect to using raw git commands).

git-upstream provides new git subcommands to support rebasing of
local-carried patches on top of upstream repositories. It provides
commands to ease the use of git for who needs to integrate big
upstream projects in their environment.
The operations are performed using Git commands.

See also:
 * https://github.com/dguerri/git-upstream
 * https://pypi.python.org/pypi/git-upstream

Change-Id: I16f71cbe7178b9e98bed2ee0a9c905b5ee9bc395
2014-07-29 13:03:23 +01:00
2014-07-04 21:44:44 -07:00
2014-06-27 12:48:59 -07:00
2014-04-11 07:56:14 +10:00
2013-09-23 18:29:18 +00:00
2013-09-23 18:29:18 +00:00
2014-07-09 16:22:53 -07: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 154 MiB
Languages
Python 37.2%
Jinja 36.7%
Shell 13.5%
Dockerfile 3.8%
JavaScript 3%
Other 5.8%