]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
test: follow up on osd_crush_location for containers
authorSébastien Han <seb@redhat.com>
Tue, 7 Aug 2018 11:38:36 +0000 (13:38 +0200)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Tue, 7 Aug 2018 16:20:13 +0000 (16:20 +0000)
This was fixed by
https://github.com/ceph/ceph-ansible/commit/578aa5c2d54a680912e4e015b6fb3dbbc94d4fd0
on non-container, we need to apply the same fix for containers.

Signed-off-by: Sébastien Han <seb@redhat.com>
tests/functional/centos/7/docker/hosts
tests/functional/centos/7/docker/vagrant_variables.yml

index 9365e5dd929a0c373ac7e3a139798dbee63f42c3..3421926b5a2a929ba372edd85b823fcaef487d8a 100644 (file)
@@ -8,6 +8,7 @@ mgr0
 
 [osds]
 osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }"
+osd1 osd_crush_location="{ 'root': 'default', 'host': 'osd1' }"
 
 [mdss]
 mds0
index 74a5b905f574e76149ea7f56d11b915c41656251..ad8beaf5acb67127c11f63fd3d8cee79f7f08aa2 100644 (file)
@@ -5,7 +5,7 @@ docker: True
 
 # DEFINE THE NUMBER OF VMS TO RUN
 mon_vms: 3
-osd_vms: 1
+osd_vms: 2
 mds_vms: 1
 rgw_vms: 1
 nfs_vms: 1