mirror of https://github.com/ceph/ceph-ansible.git
tests: update ooo job
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 248978596a
)
pull/5133/head
parent
1a978ae545
commit
0800c60721
|
@ -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: 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'}
|
- {key: AQAN0RdbAAAAABAAH5D3WgMN9Rxw3M8jkpMIfg==, mgr_cap: 'allow *', mode: '0600', mon_cap: 'allow rw', name: client.radosgw, osd_cap: 'allow rwx'}
|
||||||
openstack_pools:
|
openstack_pools:
|
||||||
- {name: images, pg_num: 8, rule_name: ''}
|
- {name: images, pg_num: 8, rule_name: 'replicated_rule'}
|
||||||
- {name: metrics, pg_num: 8, rule_name: ''}
|
- {name: metrics, pg_num: 8, rule_name: 'replicated_rule'}
|
||||||
- {name: backups, pg_num: 8, rule_name: ''}
|
- {name: backups, pg_num: 8, rule_name: 'replicated_rule'}
|
||||||
- {name: vms, pg_num: 8, rule_name: ''}
|
- {name: vms, pg_num: 8, rule_name: 'replicated_rule'}
|
||||||
- {name: volumes, pg_num: 8, rule_name: ''}
|
- {name: volumes, pg_num: 8, rule_name: 'replicated_rule'}
|
||||||
ceph_osd_docker_run_script_path: /opt
|
ceph_osd_docker_run_script_path: /opt
|
||||||
pools: []
|
pools: []
|
||||||
public_network: 192.168.95.0/24
|
public_network: 192.168.95.0/24
|
||||||
|
|
Loading…
Reference in New Issue