Add Blue Box mirror to docs, cacti, and node config.

This is safe to land before it exists, and doing so will mean that
the correct pypi config will be in place on images.

Change-Id: Ib025d86d5371f0953fc57c425632bab28788f106
This commit is contained in:
James E. Blair 2015-10-13 17:24:26 -07:00
parent bd44a946cc
commit ad394f551c
4 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@ At a Glance
* http://pypi.dfw.openstack.org
* http://pypi.ord.openstack.org
* http://pypi.region-b.geo-1.openstack.org
* http://pypi.sjc1.openstack.org
:Puppet:
* :file:`modules/openstack_project/manifests/static.pp`
:Projects:

View File

@ -147,6 +147,7 @@ class openstack_project::cacti (
'pypi.openstack.org',
'pypi.ord.openstack.org',
'pypi.region-b.geo-1.openstack.org',
'pypi.sjc1.openstack.org',
'release.slave.openstack.org',
'review-dev.openstack.org',
'review.openstack.org',

View File

@ -20,6 +20,7 @@ class openstack_project::server (
'pypi.iad.openstack.org',
'pypi.ord.openstack.org',
'pypi.region-b.geo-1.openstack.org',
'pypi.sjc1.openstack.org',
],
) {
class { 'openstack_project::template':

View File

@ -25,6 +25,7 @@ class openstack_project::template (
'pypi.iad.openstack.org',
'pypi.ord.openstack.org',
'pypi.region-b.geo-1.openstack.org',
'pypi.sjc1.openstack.org',
],
) {