Remove configure-mirrors from unittests/pre

Right now, the configure-mirrors role is very openstack-centric. At
the moment, I don't believe it is generic enough to be used by zuulv3
users.

Additionally, it is completely possible users don't have mirror
infrastrucuture in place and just want to use upstream directly.

For now, remove this from our default zuulv3 jobs until we can better
make this generic. In the case of openstack-infra, we have added this
role into our base job which we have shadowed.

Change-Id: Ic846d158c5458126468b0de2861d8e56b0d39c3e
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-08-04 12:44:19 -04:00
parent 31fe71d04d
commit 4063aa32b4
1 changed files with 0 additions and 3 deletions

View File

@ -1,8 +1,5 @@
- hosts: all
roles:
- role: configure-mirrors
# TODO(mordred) When we have site-local variables, these should go there
mirror_fqdn: "mirror.{{ nodepool.region | lower }}.{{ nodepool.provider | lower }}.openstack.org"
- role: bindep
bindep_profile: test
bindep_dir: "{{ zuul_work_dir }}"