diff --git a/doc/source/bandersnatch.rst b/doc/source/bandersnatch.rst index 74094aae1a..30cb0ea3c0 100644 --- a/doc/source/bandersnatch.rst +++ b/doc/source/bandersnatch.rst @@ -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: diff --git a/modules/openstack_project/manifests/cacti.pp b/modules/openstack_project/manifests/cacti.pp index 2721548354..3e990e5fb8 100644 --- a/modules/openstack_project/manifests/cacti.pp +++ b/modules/openstack_project/manifests/cacti.pp @@ -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', diff --git a/modules/openstack_project/manifests/server.pp b/modules/openstack_project/manifests/server.pp index 3073d88940..7903875fc7 100644 --- a/modules/openstack_project/manifests/server.pp +++ b/modules/openstack_project/manifests/server.pp @@ -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': diff --git a/modules/openstack_project/manifests/template.pp b/modules/openstack_project/manifests/template.pp index 160983d753..1bbcb1d903 100644 --- a/modules/openstack_project/manifests/template.pp +++ b/modules/openstack_project/manifests/template.pp @@ -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', ], ) {