System configuration for the OpenDev Collaboratory
8d7075b02f
Rather than running a local zookeeper, just run a real zookeeper. Also, get rid of nb01-test and just use nb04 - what could possibly go wrong? Dynamically write zookeeper host information to nodepool.yaml So that we can run an actual zk using the new zk role on hosts in ansible inventory, we need to write out the ip addresses of the hosts that we build in zuul. This means having the info baked in to the file in project-config isn't going to work. We can do this in prod too, it shouldn't hurt anything. Increase timeout for run-service-nodepool We need to fix the playbook, but we'll do that after we get the puppet gone. Change-Id: Ib01d461ae2c5cec3c31ec5105a41b1a99ff9d84a |
||
---|---|---|
doc | ||
docker | ||
hiera | ||
inventory | ||
kubernetes | ||
launch | ||
manifests | ||
modules/openstack_project | ||
playbooks | ||
roles | ||
roles-test | ||
testinfra | ||
tools | ||
.ansible-lint | ||
.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_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