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.
 
 
 
 
 
 
Colleen Murphy b54344129d Fix template variables
We almost never define $serveraliases which means that it's always going
to be empty. Puppet 4 is more strict about types and converting undef to
nil so this change makes sure that an undefined variable doesn't
accidentally get evaluated as existing and cause an invalid apache
config.

In the places where we're already just comparing @serveraliases to nil,
just leave them alone. Nil should be the expected value for undefined
variables going forward in puppet 4, so as long as it's working in
puppet 3 let's keep it.

Change-Id: I68ea8e1fde5d422f821453ff618d827e3cbe1c43
5 years ago
doc/source Merge "Document an example for deleting content from AFS" 5 years ago
hiera adding #openstack-mentoring to meetbot channel 5 years ago
launch Finish switching to using new ansible inventory 5 years ago
manifests Don't use snakeoil files with real certs 5 years ago
modules/openstack_project Fix template variables 5 years ago
playbooks Merge "Add support for turning on the future parser" 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
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 Add playbook to upgrade puppet 5 years ago
install_puppet.sh Fix puppet config for puppet 4 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 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 Add a clouds.yaml checker 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