
The pip install -f flag is for find-links which is a list of locations to look for python packages. What we hvae at this path for extras installation is a list of packages themselves not locations to find them. We need to use the -r flag for requirements lists to specify this instead. This change should update our zuul and nodepool images to include useful debugging extras. Change-Id: I647bb835d0c85c3772e1593866a54cfc5ea1db2f
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
Description
Languages
Jinja
36.9%
Python
36.8%
Shell
13.6%
Dockerfile
3.8%
JavaScript
3%
Other
5.9%