Merge "common-tasks: test-set-nodepool-vars: Populate fact for EPEL mirror"

This commit is contained in:
Zuul 2018-06-13 09:09:55 +00:00 committed by Gerrit Code Review
commit f6edf73672
2 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,7 @@
echo "opensuse_mirror=${NODEPOOL_OPENSUSE_MIRROR}" echo "opensuse_mirror=${NODEPOOL_OPENSUSE_MIRROR}"
echo "pip_default_index=${NODEPOOL_PYPI_MIRROR}" echo "pip_default_index=${NODEPOOL_PYPI_MIRROR}"
echo "pip_wheel_mirror=${NODEPOOL_WHEEL_MIRROR}" echo "pip_wheel_mirror=${NODEPOOL_WHEEL_MIRROR}"
echo "centos_epel_mirror=${NODEPOOL_EPEL_MIRROR}"
if [[ ${NODEPOOL_PYPI_MIRROR} == *.ovh.* ]]; then if [[ ${NODEPOOL_PYPI_MIRROR} == *.ovh.* ]]; then
echo "nova_virt_type=qemu" echo "nova_virt_type=qemu"
fi fi

View File

@ -230,6 +230,8 @@
name: openstack-ansible-functional-centos-7 name: openstack-ansible-functional-centos-7
parent: openstack-ansible-functional parent: openstack-ansible-functional
nodeset: centos-7 nodeset: centos-7
# Temporary nv until https://review.openstack.org/#/c/574382/ gets in
voting: false
- job: - job:
name: openstack-ansible-functional-centos-7-nv name: openstack-ansible-functional-centos-7-nv