From 51f54c323d81ab3081c0bada5a33dfe467154e01 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Fri, 1 Dec 2017 13:22:28 +0000 Subject: [PATCH] test-set-nodepool-vars: Fix mirror variable on CentOS7 The mirros are now configured in the openstack-ansible-openstack_hosts role and the correct variable to set on CentOS is openstack_hosts_centos_mirror_url. Change-Id: Iaf3289af1e02a1cafb93577d634477f27a8008be --- common-tasks/test-set-nodepool-vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-tasks/test-set-nodepool-vars.yml b/common-tasks/test-set-nodepool-vars.yml index 87726d25..93da9473 100644 --- a/common-tasks/test-set-nodepool-vars.yml +++ b/common-tasks/test-set-nodepool-vars.yml @@ -76,7 +76,7 @@ # NOTE(mhayden): This mirror URL already has the '/centos' URI added. - name: Set a fact to override the CentOS mirror URL when in nodepool set_fact: - pip_install_centos_mirror_url: "{{ centos_mirror_url.stdout }}" + openstack_hosts_centos_mirror_url: "{{ centos_mirror_url.stdout }}" when: - ansible_pkg_mgr in ['yum', 'dnf'] - nodepool.stat.exists | bool