66dea3f74e
All draft documentation jobs now just publish content into an "html" subtree of their job logs on logs.openstack.org and have been doing so since longer than our configured content expiration period, so the separate vhost for docs-draft.openstack.org is no longer required and can be removed. While here, change up the CORS configuration for storyboard.openstack.org and storyboard-dev.openstack.org to respect draft storyboard-webclient copies on logs.openstack.org rather than simply removing these stanzas. Once this change merges and configuration gets applied to static.openstack.org, the allocated resources for the old docs-draft vhost (logical volume, DNS entry) can be safely removed. Change-Id: Ib44df24100192f7903eb60c6fc93feeea0894b90
36 lines
779 B
ReStructuredText
36 lines
779 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:
|
|
* :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.
|