mirror of https://github.com/ceph/ceph-ansible.git
ci: fix issue on ansible2.2-docker_dedicated_journal
journal_collocation was enabled so the test suite was testing this scenario and obviously failed since there is no second partition to verify. Signed-off-by: Sébastien Han <seb@redhat.com>pull/1287/head
parent
51b759fc16
commit
e22acb81e6
|
@ -15,7 +15,6 @@ 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
|
||||
ceph_rgw_civetweb_port: 8080
|
||||
ceph_osd_docker_devices: "{{ devices }}"
|
||||
devices:
|
||||
|
|
Loading…
Reference in New Issue