system-config/doc/source/static.rst
Ian Wienand 882b730fdf Update to openstackdocstheme
This modernises the openstack-infra documentation by switching to
openstackdocstheme.  Update dependencies as required.

To remove non-relevant stuff from conf.py, I have just taken the demo
file from openstackdocstheme and lightly modified it.

It seems later sphinx has included it's own ":file:" role which now
conflicts.  Change it it ":cgit_file:" in our documentation.  Remove
the custom header template which no longer applies.  Add the
post-2.0-pbr sphinx-based warning-as-error, which fixes the original
problem that I actually noticed that errors could slip through the
gate tests :)

Change-Id: Ic7bec57b971bb4c75fc839e7269d1f69a576b85c
2018-06-25 11:19:43 +10:00

36 lines
784 B
ReStructuredText

:title: Static Web Hosting
.. _static:
Static Web Hosting
##################
Several virtual hosts serve static data from an Apache server on
static.openstack.org.
At a Glance
===========
:Hosts:
* http://logs.openstack.org
* http://status.openstack.org
* http://mirror.openstack.org
* http://specs.openstack.org
:Puppet:
* :cgit_file:`modules/openstack_project/manifests/static.pp`
:Configuration:
* :config:`specs/index.html`
:Projects:
* http://apache.org/
:Bugs:
* https://storyboard.openstack.org/#!/project/748
Overview
========
Each apache vhost has a section in the puppet manifest for the static
host. Some of the vhosts hold large amounts of data; Cinder volumes
and LVM are used to manage those.
See :ref:`cinder` for details on volume management.