System configuration for the OpenDev Collaboratory
You can not 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 3e1666687c
Add playbooks to start/stop/restart zuul
5 years ago
doc/source Update to openstackdocstheme 5 years ago
hiera Merge "Replace mirror01.us-west-1.packethost.openstack.org" 5 years ago
launch Finish switching to using new ansible inventory 5 years ago
manifests Add opendaylight connection to zuul 5 years ago
modules/openstack_project Add opendaylight connection to zuul 5 years ago
playbooks Add playbooks to start/stop/restart zuul 5 years ago
tools Merge "Add a clouds.yaml checker" 5 years ago
.gitignore Ignore ansible .retry files 7 years ago
.gitreview Rename config to system-config in .gitreview 9 years ago
.zuul.yaml Stop installing puppet with puppet 5 years ago
Gemfile Add beaker tests for openstack_project::server 5 years ago
README.md Replace ci.o.o links with docs.o.o/infra 8 years ago
Rakefile Further changes to bring puppetboard online 9 years ago
bindep.txt Add libffi dev packages needed for ansible install 7 years ago
install_modules.sh Add playbook to upgrade puppet 5 years ago
install_puppet.sh Skip epel mirror if already setup 5 years ago
make_swap.sh Create more inodes on ephemeral partition fs 6 years ago
modules.env Update puppet-grafana 5 years ago
mount_volume.sh Add support to launch-node for cinder attach 7 years ago
roles.yaml Consume renamed ansible-role-puppet 7 years ago
run_all.sh Add playbook to upgrade puppet 5 years ago
run_bifrost.sh Add baremetal hpuswest node definition 7 years ago
run_cloud_launcher.sh Pass -i /dev/null to cloud launcher 5 years ago
run_infracloud.sh Split infracloud baremetal into separate playbook run 6 years ago
run_puppet.sh Clean up bashate failures 9 years ago
setup.cfg Update to openstackdocstheme 5 years ago
setup.py Update to openstackdocstheme 5 years ago
test-requirements.txt Merge "Update to openstackdocstheme" 5 years ago
tox.ini Add a clouds.yaml checker 5 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://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