Temporarily switch to AFS RW mirrors

While we perform an initial sync to a new site, updates to the RO
volume are suspended, so switch to the RW volume temporarity.

Change-Id: Ic14fc8c462f3eacfc9faed4b6bae55cd56b5286d
This commit is contained in:
James E. Blair 2016-02-01 07:48:41 -08:00
parent 17a7269427
commit 8fd024a620

View File

@ -4,7 +4,7 @@ class openstack_project::mirror (
$vhost_name = $::fqdn,
) {
$mirror_root = '/afs/openstack.org/mirror'
$mirror_root = '/afs/.openstack.org/mirror'
$pypi_root = "${mirror_root}/pypi"
$www_base = '/var/www'
$www_root = "${www_base}/mirror"