Ian Wienand
d961b6d0d4
static: implement legacy redirect sites
This is a slight divergence from the accepted spec, where we were going to implement these redirects via a new haproxy instance (I961456d44a56f2334d3c94ef27e408f27409cd65). We've decided it's easier to keep them on static.opendev.org The following sites are configured to redirect to whatever they are redirecting to now on static.opendev.org: * devstack.org * www.devstack.org * ci.openstack.org * cinder.openstack.org * glance.openstack.org * horizon.openstack.org * keystone.openstack.org * nova.openstack.org * qa.openstack.org * summit.openstack.org * swift.openstack.org As a bonus, they all get a https instance too, which they didn't have before. testinfra coverage should be total for this change. I have created the _acme-challange CNAME records for all the above. Story: #2006598 Task: #38881 Change-Id: I3f1fc108e7bb1c9500ad4d1a51df13bb4ae00cb9
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
Python
37.1%
Jinja
36.7%
Shell
13.6%
Dockerfile
3.8%
JavaScript
3%
Other
5.8%