Move ironic-agent test to fedora-minimal

I'm uncertain as to why this is using the "fedora" element for testing
... but it requires downloading the fedora .qcow on every test which
has shown to be unreliable.  An easy thing to do is to switch it to
fedora-minimal; that will only involve downloads from local mirrors in
the gate.

Add redhat-rpm-config for minimal.  I admit I have not fully gone
through why this is not pulled in.  It's been an issue since
I459f2203fa145049dda185da952813118193d573 and there's all sorts of
bugs.

Change-Id: I37458e3926dae32a259bd5aa9efc645561b029a0
This commit is contained in:
Ian Wienand 2017-06-20 21:34:57 +10:00
parent 649f0b66d9
commit 18a0d970fa
3 changed files with 3 additions and 8 deletions

View File

@ -1 +1,2 @@
fedora
fedora-minimal
openstack-ci-mirrors

View File

@ -1,7 +0,0 @@
# Set DIB_DISTRIBUTION_MIRROR if running in openstack gate
if [ -f /etc/ci/mirror_info.sh ]; then
source /etc/ci/mirror_info.sh
export DIB_DISTRIBUTION_MIRROR=$NODEPOOL_FEDORA_MIRROR
else
export DIB_DISTRIBUTION_MIRROR=http://dl.fedoraproject.org/pub/fedora/linux
fi

View File

@ -9,3 +9,4 @@ lsb_release:
selinux-policy:
selinux-policy-targeted:
libselinux-python:
redhat-rpm-config: