mirror of https://github.com/ceph/ceph-ansible.git
tests: change centos/atomic-host box name to rhel7
We'd like to test everything rhcs on the same rhel7 box. Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1427/head
parent
186a392656
commit
6145a809ba
|
@ -20,6 +20,13 @@
|
||||||
dest: "{{ change_dir }}/vagrant_variables.yml"
|
dest: "{{ change_dir }}/vagrant_variables.yml"
|
||||||
when: change_dir is defined
|
when: change_dir is defined
|
||||||
|
|
||||||
|
- name: change centos/atomic-host vagrant box name to rhel7
|
||||||
|
replace:
|
||||||
|
regexp: "centos/atomic-host"
|
||||||
|
replace: "rhel7"
|
||||||
|
dest: "{{ change_dir }}/vagrant_variables.yml"
|
||||||
|
when: change_dir is defined
|
||||||
|
|
||||||
- hosts: all
|
- hosts: all
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
become: yes
|
become: yes
|
||||||
|
|
Loading…
Reference in New Issue