System configuration for the OpenDev Collaboratory
6c26efd377
This commit shrinks the openstack-health cache expiration time from the default 15min to 5min. Since we added the async cache updating the need for a longer cache period has gone away. We had a conservative default originally to make it less likely that a user would hit a cache refresh, which with ES queries could take a long time. The async worker always makes sure that the cached result is always used and if it's stale the cache is refreshed in the background so there is no user facing delays. (after the initial cache population) Change-Id: Ice6ca0e61504f3fff5c4d1e863811710c7c89fb7 |
||
---|---|---|
cloud_launcher | ||
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