System configuration for the OpenDev Collaboratory
72b4b868ab
Currently ansible fails on most puppet4 hosts with TASK [puppet-install : Install puppetlabs repo] ******************************** fatal: [...]: FAILED! => {"changed": false, "msg": "A later version is already installed"} As described inline, the version at the "top level" we are installing via ansible here is actualy lower than the version in the repo this package installs (inception). Thus once an upgrade has been run on the host, we are now trying to *downgrade* the puppetlabs-release package. This stops the ansible run and makes everything unhappy. If we have the puppet repo, just skip trying to install it again. We do this for just trusty and xenial; at this point we don't have any puppet5 hosts (and none are planned) and I haven't checked if it has the same issues. Change-Id: I55ea8bfbfc40befb1d138e9bc0f95b120f8f5dbd |
||
---|---|---|
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.md | ||
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://git.openstack.org/openstack-infra/system-config repo's docs/source. To build the documentation use
$ tox -evenv python setup.py build_sphinx