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.
 
 
 
 
 
 
Clark Boylan 02a81a5c7f
Install pip3 for docker-compose installation
3 years ago
doc Merge "Remove puppet and cron mentions from docs" 3 years ago
docker Merge "Update link to etherpad from OpenDev" 3 years ago
hiera Merge "Replace incident channel with opendev-meeting" 3 years ago
inventory Run ZK from containers 3 years ago
kubernetes Update opendev git references in puppet modules 4 years ago
launch Use project-config from zuul instead of direct clones 3 years ago
manifests Run ZK from containers 3 years ago
modules/openstack_project Merge "Add a service discussion mailing list for OpenDev" 3 years ago
playbooks Install pip3 for docker-compose installation 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 Merge "Install docker-compose from pypi" 3 years ago
tools Merge "Get rid of all-clouds.yaml" 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 ZK from containers" 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 Run ZK from containers 3 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_cloud_launcher.sh Merge "Get rid of all-clouds.yaml" 3 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