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
10 lines
152 B
Puppet
10 lines
152 B
Puppet
# == Class: openstack_project::mirror
|
|
#
|
|
class openstack_project::mirror (
|
|
$vhost_name = $::fqdn,
|
|
) {
|
|
|
|
$mirror_root = '/afs/openstack.org/mirror'
|
|
|
|
}
|