System configuration for the OpenDev Collaboratory
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
James E. Blair f52d2eb2b6 Revert "Fixing deprecation warnings"
This reverts commit 82b9b59522.

Change-Id: I746d7ae57802dc76618db9024a0cf94c43774c02
9 years ago
doc/source Merge "Remove link to devstack_launch_slave.pp" 9 years ago
launch Update launch script and instructions 9 years ago
manifests Move variables in manifests/site.pp to top of file 9 years ago
modules Revert "Fixing deprecation warnings" 9 years ago
tools Make it possible to run zuul layout test locally 9 years ago
.gitignore Adds the script used to send summit invitations to ATC 10 years ago
.gitreview Rename CI to Infra in MANY MANY places. 11 years ago
README.md Add note on ci.openstack.org source 9 years ago
Rakefile Further changes to bring puppetboard online 9 years ago
install_jenkins_slave.sh Move openstack-specific config out of ::jenkins 9 years ago
install_modules.sh Remove puppet dashboard. 9 years ago
install_puppet.sh Merge "Update get-pip URL to the new location" 9 years ago
make_swap.sh Create a swap partition if needed for new servers 9 years ago
run_all.sh Add some system logging to run_all 9 years ago
run_puppet.sh Revert "Adds second hiera data directory" 9 years ago
setup.cfg Remove pyflakes jobs 10 years ago
setup.py Remove pyflakes jobs 10 years ago
test-requirements.txt Rename oslo.sphinx to oslosphinx 9 years ago
test.sh Move variables in manifests/site.pp to top of file 9 years ago
tox.ini Merge "Use except x as y instead of except x, y" 9 years ago

README.md

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