]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: update ooo job
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 3 Mar 2020 14:06:40 +0000 (15:06 +0100)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Wed, 4 Mar 2020 14:29:01 +0000 (09:29 -0500)
This commit changes the value passed for the attribute 'rule_name' in
openstack_pools definition. It doesn't make sense to have emptry string
as passed value here.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
tests/functional/ooo-collocation/hosts

index 1da5280a8767108e9816bbaf7edc32363f960e34..a42251325f004d0e519447e6f3b10c964f19b20e 100644 (file)
@@ -58,11 +58,11 @@ all:
       - {key: AQAN0RdbAAAAABAAtV5Dq28z4H6XxwhaNEaFZg==, mds_cap: 'allow *', mgr_cap: 'allow *', mode: '0600', mon_cap: 'allow r, allow command "auth del", allow command "auth caps", allow command "auth get", allow command "auth get-or-create"', name: client.manila, osd_cap: 'allow rw'}
       - {key: AQAN0RdbAAAAABAAH5D3WgMN9Rxw3M8jkpMIfg==, mgr_cap: 'allow *', mode: '0600', mon_cap: 'allow rw', name: client.radosgw, osd_cap: 'allow rwx'}
     openstack_pools:
-    - {name: images, pg_num: 8, rule_name: ''}
-    - {name: metrics, pg_num: 8, rule_name: ''}
-    - {name: backups, pg_num: 8, rule_name: ''}
-    - {name: vms, pg_num: 8, rule_name: ''}
-    - {name: volumes, pg_num: 8, rule_name: ''}
+    - {name: images, pg_num: 8, rule_name: 'replicated_rule'}
+    - {name: metrics, pg_num: 8, rule_name: 'replicated_rule'}
+    - {name: backups, pg_num: 8, rule_name: 'replicated_rule'}
+    - {name: vms, pg_num: 8, rule_name: 'replicated_rule'}
+    - {name: volumes, pg_num: 8, rule_name: 'replicated_rule'}
     ceph_osd_docker_run_script_path: /opt
     pools: []
     public_network: 192.168.95.0/24