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.
 
 
 
 
 
 
Jeremy Stanley 8641302459
Mention new mailing lists
3 years ago
doc Mention new mailing lists 3 years ago
docker Mention new mailing lists 3 years ago
hiera Merge "Replace incident channel with opendev-meeting" 3 years ago
inventory Merge "Remove inventory references to <static|files>.openstack.org" 3 years ago
kubernetes Update opendev git references in puppet modules 4 years ago
launch launch-node.py : use new(?) image name 3 years ago
manifests Remove static site puppet 3 years ago
modules/openstack_project Merge "Add a service discussion mailing list for OpenDev" 3 years ago
playbooks Run puppet on old nb0[1-3] in nodepool playbook 3 years ago
roles Fix URLs after OpenDev rename 3 years ago
roles-test Role integration-tests : use a group match for openafs 4 years ago
testinfra Use our jitsi-meet image for meetpad 3 years ago
tools Merge "Fix URLs after OpenDev rename" 3 years ago
.ansible-lint Go back to using find with ansible-lint 3 years ago
.gitignore Ignore ansible .retry files 7 years ago
.gitreview OpenDev Migration Patch 4 years ago
.zuul.yaml Merge "Run registry in zuul" 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 Fix URLs after OpenDev rename 3 years ago
run_all.sh Run registry in zuul 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 Mention new mailing lists 3 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 Go back to using find with ansible-lint 3 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