Add BHS1 pypi mirror

Change-Id: Iaf4ba9aca88a49d32987056e42c2d029f25cb614
This commit is contained in:
James E. Blair 2015-11-25 13:11:02 -08:00
parent 86372b0dcf
commit e4ffc46b9b
5 changed files with 7 additions and 1 deletions

View File

@ -12,6 +12,7 @@ At a Glance
:Hosts: :Hosts:
* http://pypi.openstack.org (deprecated) * http://pypi.openstack.org (deprecated)
* http://pypi.bhs1.openstack.org
* http://pypi.dfw.openstack.org * http://pypi.dfw.openstack.org
* http://pypi.gra1.openstack.org * http://pypi.gra1.openstack.org
* http://pypi.iad.openstack.org * http://pypi.iad.openstack.org

View File

@ -142,6 +142,7 @@ class openstack_project::cacti (
'proposal.slave.openstack.org', 'proposal.slave.openstack.org',
'puppetdb.openstack.org', 'puppetdb.openstack.org',
'puppetmaster.openstack.org', 'puppetmaster.openstack.org',
'pypi.bhs1.openstack.org',
'pypi.dfw.openstack.org', 'pypi.dfw.openstack.org',
'pypi.gra1.openstack.org', 'pypi.gra1.openstack.org',
'pypi.iad.openstack.org', 'pypi.iad.openstack.org',

View File

@ -15,6 +15,7 @@ class openstack_project::server (
$manage_exim = true, $manage_exim = true,
$pypi_index_url = 'https://pypi.python.org/simple', $pypi_index_url = 'https://pypi.python.org/simple',
$pypi_trusted_hosts = [ $pypi_trusted_hosts = [
'pypi.bhs1.openstack.org',
'pypi.dfw.openstack.org', 'pypi.dfw.openstack.org',
'pypi.gra1.openstack.org', 'pypi.gra1.openstack.org',
'pypi.iad.openstack.org', 'pypi.iad.openstack.org',

View File

@ -20,6 +20,7 @@ class openstack_project::template (
$sysadmins = [], $sysadmins = [],
$pypi_index_url = 'https://pypi.python.org/simple', $pypi_index_url = 'https://pypi.python.org/simple',
$pypi_trusted_hosts = [ $pypi_trusted_hosts = [
'pypi.bhs1.openstack.org',
'pypi.dfw.openstack.org', 'pypi.dfw.openstack.org',
'pypi.gra1.openstack.org', 'pypi.gra1.openstack.org',
'pypi.iad.openstack.org', 'pypi.iad.openstack.org',

View File

@ -20,7 +20,9 @@ clouds:
project_name: '<%= hpcloud_project %>' project_name: '<%= hpcloud_project %>'
ovh: ovh:
profile: ovh profile: ovh
region_name: GRA1 regions:
- BHS1
- GRA1
auth: auth:
username: '<%= ovh_username %>' username: '<%= ovh_username %>'
password: '<%= ovh_password %>' password: '<%= ovh_password %>'