System configuration for the OpenDev Collaboratory
359b7d48b9
The max-repo-count setting in the cgitrc adjusts how many repos should be displayed on each page. In the puppet-cgit module we have a default of 600, which was intended to be enough for all the repos to be shown on git.openstack.org without a second page. We're now at over 1,000 repos, so you now need to page through them and this is not an optimal experience. Since cgit can handle loading thousands of repos on the main page, add the setting to our local configuration and bump it up to 1500. Change-Id: I7a2ea185f0876806ecfd17bedd84dbcd9769b124 |
||
---|---|---|
doc/source | ||
hiera | ||
launch | ||
manifests | ||
modules/openstack_project | ||
playbooks | ||
tools | ||
.gitignore | ||
.gitreview | ||
install_modules.sh | ||
install_puppet.sh | ||
make_swap.sh | ||
modules.env | ||
mount_volume.sh | ||
Rakefile | ||
README.md | ||
roles.yaml | ||
run_all.sh | ||
run_bifrost.sh | ||
run_puppet.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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