mirror of https://github.com/ceph/ceph-ansible.git
Tests: fix scenario for docker-cluster-dmcrypt-journal-collocation
The scenario set in `group_vars/all` for docker-cluster-dmcrypt-journal-collocation is not the correct one. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/1657/head
parent
08c47a009a
commit
527eb050fc
|
@ -12,7 +12,7 @@ journal_size: 100
|
|||
ceph_docker_on_openstack: False
|
||||
public_network: "192.168.15.0/24"
|
||||
cluster_network: "192.168.16.0/24"
|
||||
journal_collocation: true
|
||||
dmcrypt_journal_collocation: true
|
||||
ceph_rgw_civetweb_port: 8080
|
||||
ceph_osd_docker_devices: "{{ devices }}"
|
||||
devices:
|
||||
|
|
Loading…
Reference in New Issue