Merge "Add CephClientConfigOverrides resource"
This commit is contained in:
commit
eaecf1bb72
@ -49,6 +49,15 @@ resources:
|
||||
value:
|
||||
vars: {}
|
||||
|
||||
CephClientConfigOverrides:
|
||||
type: OS::Heat::Value
|
||||
properties:
|
||||
type: json
|
||||
value:
|
||||
vars:
|
||||
client:
|
||||
rbd_concurrent_management_ops: 20
|
||||
|
||||
outputs:
|
||||
role_data:
|
||||
description: Role data for the Ceph Client service.
|
||||
@ -73,6 +82,7 @@ outputs:
|
||||
- name: set ceph-ansible group vars clients
|
||||
set_fact:
|
||||
ceph_ansible_group_vars_clients: {get_attr: [CephClientAnsibleVars, value, vars]}
|
||||
ceph_client_config_overrides: {get_attr: [CephClientConfigOverrides, value, vars]}
|
||||
- name: generate ceph-ansible group vars clients
|
||||
copy:
|
||||
dest: "{{playbook_dir}}/ceph-ansible/group_vars/clients.yml"
|
||||
|
Loading…
x
Reference in New Issue
Block a user