System configuration for the OpenDev Collaboratory
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Zuul 802fd35cd5
Merge "Better checking for tags when cloning puppet modules"
3 years ago
doc Merge "Add notes on manual host configuration runs" 3 years ago
docker Merge "Bump gitea version to 1.10.2" 3 years ago
hiera Add mirror01.mtl01.opendev.org 3 years ago
inventory Switch to ansible on review-dev 3 years ago
kubernetes Update opendev git references in puppet modules 4 years ago
launch Merge "Correct emergency file reference in launch script" 4 years ago
manifests Merge "Switch nodes to xenial" 3 years ago
modules/openstack_project Merge "Revert "Enable gerrit replication.autoReload for review"" 3 years ago
playbooks Merge "Update registry testing to use LE" 3 years ago
roles openafs: avoid pulling in client package before kernel modules 4 years ago
roles-test Role integration-tests : use a group match for openafs 4 years ago
testinfra Add service playbook and test run for prod gerrit 3 years ago
tools Merge "Several updates because the world is a dark place" 3 years ago
.gitignore Ignore ansible .retry files 7 years ago
.gitreview OpenDev Migration Patch 4 years ago
.zuul.yaml Update registry testing to use LE 3 years ago
COPYING.GPL Add yamlgroup inventory plugin 4 years ago
Gemfile Update some paths for opendev 4 years ago
README.rst Update some paths for opendev 4 years ago
Rakefile Further changes to bring puppetboard online 9 years ago
bindep.txt Add libffi dev packages needed for ansible install 7 years ago
install_modules.sh Merge "Better checking for tags when cloning puppet modules" 3 years ago
install_puppet.sh Install the puppetlabs puppet package 5 years ago
make_swap.sh Use swapfile if no extra device is present 4 years ago
modules.env Remove bugday from status.o.o 4 years ago
mount_volume.sh Add support to launch-node for cinder attach 7 years ago
roles.yaml Replace openstack.org git:// URLs with https:// 4 years ago
run_all.sh Switch to ansible on review-dev 3 years ago
run_cloud_launcher.sh Remove graphite.openstack.org 4 years ago
run_k8s_ansible.sh Invoke run_k8s_ansible from its directory 4 years ago
run_puppet.sh Clean up bashate failures 9 years ago
setup.cfg Update some paths for opendev 4 years ago
setup.py Update to openstackdocstheme 5 years ago
test-requirements.txt Update to ansible-lint 4.1.0 4 years ago
tox.ini linters: ensure openstack/inventory.yaml parses 4 years ago

README.rst

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