mirror of https://github.com/ceph/ceph-ansible.git
tests: fix collocation scenario
ceph_origin and ceph_repository are mandatory variables. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/3690/head
parent
e548a9ae7c
commit
36fafadc67
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
containerized_deployment: False
|
containerized_deployment: False
|
||||||
|
ceph_origin: repository
|
||||||
|
ceph_repository: community
|
||||||
monitor_interface: eth1
|
monitor_interface: eth1
|
||||||
radosgw_interface: eth1
|
radosgw_interface: eth1
|
||||||
ceph_mon_docker_subnet: "{{ public_network }}"
|
ceph_mon_docker_subnet: "{{ public_network }}"
|
||||||
|
|
Loading…
Reference in New Issue