]> git-server-git.apps.pok.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)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 6 Mar 2020 15:10:03 +0000 (16:10 +0100)
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>
(cherry picked from commit 248978596a1b444e1f49e5083a58195474925e0a)

tests/functional/ooo-collocation/hosts

index 601bd938d61a0d216205715be395136df1f25e2d..e9c2f099a41ed9386c922cb5077d5fa515bed8ab 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