System configuration for the OpenDev Collaboratory
ca8bf103c4
ask.o.o suffers from a refresh trigger issue due to a vcsrepo bug. This patchset is replacing the git resource management by puppet community's puppet-git_resource that supports proper commit ref handling after approval of the following pull requests on upstream: https://github.com/puppet-community/puppet-git_resource/pull/18 https://github.com/puppet-community/puppet-git_resource/pull/17 Depends-On: I36a2664707f900fe7807d5f05f69423682c3a51a Change-Id: I2ef2e7644ec7191393559a655a4c61112e6f1566 |
||
---|---|---|
doc/source | ||
launch | ||
manifests | ||
modules/openstack_project | ||
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_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