From: Andrew Schoen Date: Thu, 23 Mar 2017 13:43:11 +0000 (-0500) Subject: tests: change ceph/ubuntu-xenial boxes to rhel7 X-Git-Tag: v2.2.0~20^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f2aaaa49702c9ecd1dbef38dba0e67e8594a061d;p=ceph-ansible.git tests: change ceph/ubuntu-xenial boxes to rhel7 Signed-off-by: Andrew Schoen --- 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