From 23d9b3d339f6ce23c55a0663f71472148e716729 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 18 Nov 2015 10:29:10 -0800 Subject: [PATCH] Add internap pypi mirror Change-Id: I4802b2fe69a98a99295913100b0214bca3bc6fd8 --- doc/source/bandersnatch.rst | 5 +++-- modules/openstack_project/manifests/cacti.pp | 1 + modules/openstack_project/manifests/server.pp | 1 + modules/openstack_project/manifests/template.pp | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) 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',