c009700ca4
This patch creates a new manifest for unified infra mirrors, which will act as read-only AFS nodes that host our mirror data. These mirrors will, once validated and provisioned, replace the existing pypi mirrors in infra under a new, more generic, hostname. This patch is only intended to create the AFS read-only slave. Apache hosting will be added in subsequent patches. Change-Id: I9a2bf596cf47bffad5d6a5fd0da3c571fa266013
37 lines
815 B
ReStructuredText
37 lines
815 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://docs-draft.openstack.org
|
|
* http://status.openstack.org
|
|
* http://mirror.openstack.org
|
|
* http://specs.openstack.org
|
|
:Puppet:
|
|
* :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.
|