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 4ccf277850 Add an authoritative hidden master
This runs bind as a hidden master nameserver so we can do all the
keysigning there, and then use nsd (or bind) as public authoritative
slaves.

Change-Id: Ifb2ad109103051fa13c4af1c7be1ca0ae98bb1a1
6 years ago
doc/source Add an authoritative hidden master 6 years ago
hiera Add kdc04.o.o xenial node 6 years ago
launch Launch virtualenv should be python2 6 years ago
manifests Add an authoritative hidden master 6 years ago
modules/openstack_project Add an authoritative hidden master 6 years ago
playbooks Add zuul scheduler to the git/gerrit puppet sequence 6 years ago
tools Remove puppetdb / puppetboard server 6 years ago
.gitignore Ignore ansible .retry files 7 years ago
.gitreview Rename config to system-config in .gitreview 9 years ago
Gemfile Add Gemfile 6 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 Retry git clones in install_modules.sh 8 years ago
install_puppet.sh Comment out server in puppet.conf 6 years ago
make_swap.sh Create more inodes on ephemeral partition fs 6 years ago
modules.env Add an authoritative hidden master 6 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 zuul scheduler to the git/gerrit puppet sequence 6 years ago
run_bifrost.sh Add baremetal hpuswest node definition 7 years ago
run_cloud_launcher.sh Run cloud-launcher every hour on puppetmaster.o.o 6 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 Replace ci.o.o links with docs.o.o/infra 8 years ago
setup.py Update to sphinx 1.5 6 years ago
start_all_zuul.yaml Remove zuul-launcher support 6 years ago
stop_all_zuul.yaml Remove zuul-launcher support 6 years ago
test-requirements.txt Don't use newer sphinx 6 years ago
tox.ini Run ansible-lint on playbooks 6 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