System configuration for the OpenDev Collaboratory
bd752a0bfe
We have been running out of disk recently with some indexes requiring more than 400GB of space per index replica. Actual disk space requirements are double that as we run with a replica. On top of that the idea is that 5 of 6 elasticsearch nodes have enough space for all our data so that we are resilient to losing a node. Napkin math: 400 * 10 * 2 = ~8TB of disk 400 * 7 * 2 = ~5.6TB of disk Each of the six ES nodes has 1TB of disk allocated to ES so 5.6TB should get us just under the limit. Then for handling a node outage weekends tend to not have as many records so our actual usage should be a little lower. Change-Id: Ie677bd47a9886870bc83876d2407742133299861 |
||
---|---|---|
doc | ||
docker | ||
hiera | ||
inventory | ||
kubernetes | ||
launch | ||
manifests | ||
modules/openstack_project | ||
playbooks | ||
roles | ||
roles-test | ||
testinfra | ||
tools | ||
.gitignore | ||
.gitreview | ||
.zuul.yaml | ||
bindep.txt | ||
COPYING.GPL | ||
Gemfile | ||
install_modules.sh | ||
install_puppet.sh | ||
make_swap.sh | ||
modules.env | ||
mount_volume.sh | ||
Rakefile | ||
README.rst | ||
roles.yaml | ||
run_all.sh | ||
run_cloud_launcher.sh | ||
run_k8s_ansible.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 https://opendev.org/opendev/system-config repo's docs/source. To build the documentation use
tox -evenv python setup.py build_sphinx