From f83d389836f54277a4c2b8a098e35b8db998fc05 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 16 Sep 2015 10:45:27 -0700 Subject: [PATCH] Add pypi.gra1 to pypi mirror configuration Change-Id: Ifbbdbad9f87049f078f4b8a4e061dffbc02a18e8 --- doc/source/bandersnatch.rst | 1 + modules/openstack_project/manifests/server.pp | 1 + modules/openstack_project/manifests/template.pp | 1 + 3 files changed, 3 insertions(+) diff --git a/doc/source/bandersnatch.rst b/doc/source/bandersnatch.rst index 7021cdd423..74094aae1a 100644 --- a/doc/source/bandersnatch.rst +++ b/doc/source/bandersnatch.rst @@ -13,6 +13,7 @@ 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.ord.openstack.org * http://pypi.region-b.geo-1.openstack.org diff --git a/modules/openstack_project/manifests/server.pp b/modules/openstack_project/manifests/server.pp index 550efab4d9..3073d88940 100644 --- a/modules/openstack_project/manifests/server.pp +++ b/modules/openstack_project/manifests/server.pp @@ -16,6 +16,7 @@ class openstack_project::server ( $pypi_index_url = 'https://pypi.python.org/simple', $pypi_trusted_hosts = [ 'pypi.dfw.openstack.org', + 'pypi.gra1.openstack.org', 'pypi.iad.openstack.org', 'pypi.ord.openstack.org', 'pypi.region-b.geo-1.openstack.org', diff --git a/modules/openstack_project/manifests/template.pp b/modules/openstack_project/manifests/template.pp index 81ca5f9fac..160983d753 100644 --- a/modules/openstack_project/manifests/template.pp +++ b/modules/openstack_project/manifests/template.pp @@ -21,6 +21,7 @@ class openstack_project::template ( $pypi_index_url = 'https://pypi.python.org/simple', $pypi_trusted_hosts = [ 'pypi.dfw.openstack.org', + 'pypi.gra1.openstack.org', 'pypi.iad.openstack.org', 'pypi.ord.openstack.org', 'pypi.region-b.geo-1.openstack.org',