System configuration for the OpenDev Collaboratory
 
 
 
 
 
 
Go to file
Ricardo Carrillo Cruz 8b9c9760c5 Add run_cloud_launcher playbook
This is the runner for the ansible cloud launcher role.

Change-Id: Iad9ce14905e89cb875c0cf92dfd8093c3a8d4e1c
Depends-On: Ia775598090471b80be75624a6a6a0649622799e8
2016-04-29 22:16:52 +02:00
doc/source Merge "Remove proposed/ acls" 2016-04-21 17:30:18 +00:00
hiera Add #rdo to meetbot channels 2016-04-22 10:37:45 -04:00
launch Add support to launch-node for cinder attach 2016-04-19 11:07:23 -07:00
manifests Add database backups for refstack.openstack.org 2016-04-18 17:53:04 -07:00
modules/openstack_project Merge "Zuul status: Link to logs.o.o on completed builds" 2016-04-22 22:19:05 +00:00
playbooks Add run_cloud_launcher playbook 2016-04-29 22:16:52 +02:00
tools
.gitignore
.gitreview
README.md
Rakefile
install_modules.sh
install_puppet.sh Consume the latest puppetlabs rpm when installing puppet 2016-04-20 18:40:15 +02:00
make_swap.sh Add support to launch-node for cinder attach 2016-04-19 11:07:23 -07:00
modules.env
mount_volume.sh Add support to launch-node for cinder attach 2016-04-19 11:07:23 -07:00
roles.yaml
run_all.sh
run_bifrost.sh
run_puppet.sh
setup.cfg
setup.py
test-requirements.txt
tox.ini

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://docs.openstack.org/infra/system-config for more information.

Documentation

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

$ tox -evenv python setup.py build_sphinx