diff --git a/doc/source/bandersnatch.rst b/doc/source/bandersnatch.rst index 6cc7b0b302..e971085d83 100644 --- a/doc/source/bandersnatch.rst +++ b/doc/source/bandersnatch.rst @@ -12,9 +12,10 @@ At a Glance :Hosts: * http://pypi.openstack.org (deprecated) - * http://pypi.iad.openstack.org - * http://pypi.gra1.openstack.org * http://pypi.dfw.openstack.org + * http://pypi.gra1.openstack.org + * http://pypi.iad.openstack.org + * http://pypi.nyj01.openstack.org * http://pypi.ord.openstack.org * http://pypi.region-b.geo-1.openstack.org * http://pypi.regionone.openstack.org diff --git a/modules/openstack_project/manifests/cacti.pp b/modules/openstack_project/manifests/cacti.pp index c0069e54db..c6b2fe0c90 100644 --- a/modules/openstack_project/manifests/cacti.pp +++ b/modules/openstack_project/manifests/cacti.pp @@ -145,6 +145,7 @@ class openstack_project::cacti ( 'pypi.dfw.openstack.org', 'pypi.gra1.openstack.org', 'pypi.iad.openstack.org', + 'pypi.nyj01.openstack.org', 'pypi.openstack.org', 'pypi.ord.openstack.org', 'pypi.region-b.geo-1.openstack.org', diff --git a/modules/openstack_project/manifests/server.pp b/modules/openstack_project/manifests/server.pp index 627e2b03c2..82e7e6cabd 100644 --- a/modules/openstack_project/manifests/server.pp +++ b/modules/openstack_project/manifests/server.pp @@ -18,6 +18,7 @@ class openstack_project::server ( 'pypi.dfw.openstack.org', 'pypi.gra1.openstack.org', 'pypi.iad.openstack.org', + 'pypi.nyj01.openstack.org', 'pypi.ord.openstack.org', 'pypi.region-b.geo-1.openstack.org', 'pypi.regionone.openstack.org', diff --git a/modules/openstack_project/manifests/template.pp b/modules/openstack_project/manifests/template.pp index d52a534827..6d027ece11 100644 --- a/modules/openstack_project/manifests/template.pp +++ b/modules/openstack_project/manifests/template.pp @@ -23,6 +23,7 @@ class openstack_project::template ( 'pypi.dfw.openstack.org', 'pypi.gra1.openstack.org', 'pypi.iad.openstack.org', + 'pypi.nyj01.openstack.org', 'pypi.ord.openstack.org', 'pypi.region-b.geo-1.openstack.org', 'pypi.regionone.openstack.org',