From f2aaaa49702c9ecd1dbef38dba0e67e8594a061d Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Thu, 23 Mar 2017 08:43:11 -0500 Subject: [PATCH] tests: change ceph/ubuntu-xenial boxes to rhel7 Signed-off-by: Andrew Schoen --- tests/functional/rhcs_setup.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/functional/rhcs_setup.yml b/tests/functional/rhcs_setup.yml index 658f51481..f066fbd6a 100644 --- a/tests/functional/rhcs_setup.yml +++ b/tests/functional/rhcs_setup.yml @@ -13,6 +13,13 @@ dest: "{{ change_dir }}/vagrant_variables.yml" when: change_dir is defined + - name: change ceph/ubuntu-xenial vagrant box name to rhel7 + replace: + regexp: "ceph/ubuntu-xenial" + replace: "rhel7" + dest: "{{ change_dir }}/vagrant_variables.yml" + when: change_dir is defined + - hosts: all gather_facts: true become: yes -- 2.39.5