mirror of https://github.com/ceph/ceph-ansible.git
update: speed up client play
wip
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 817c03bc0e
)
pull/7042/head
parent
993e4822c3
commit
7791fac222
|
@ -981,6 +981,8 @@
|
||||||
name: ceph-defaults
|
name: ceph-defaults
|
||||||
- import_role:
|
- import_role:
|
||||||
name: ceph-facts
|
name: ceph-facts
|
||||||
|
tasks_from: container_binary.yml
|
||||||
|
when: containerized_deployment | bool
|
||||||
- import_role:
|
- import_role:
|
||||||
name: ceph-handler
|
name: ceph-handler
|
||||||
- import_role:
|
- import_role:
|
||||||
|
@ -991,10 +993,7 @@
|
||||||
when:
|
when:
|
||||||
- (group_names != ['clients']) or (inventory_hostname == groups.get('clients', [''])|first)
|
- (group_names != ['clients']) or (inventory_hostname == groups.get('clients', [''])|first)
|
||||||
- containerized_deployment | bool
|
- containerized_deployment | bool
|
||||||
- import_role:
|
|
||||||
name: ceph-config
|
|
||||||
- import_role:
|
|
||||||
name: ceph-client
|
|
||||||
|
|
||||||
- name: upgrade ceph-crash daemons
|
- name: upgrade ceph-crash daemons
|
||||||
hosts:
|
hosts:
|
||||||
|
|
Loading…
Reference in New Issue