mirror of https://github.com/ceph/ceph-ansible.git
Create Ceph Initial Dirs earlier
Include tasks from create_ceph_initial_dirs earlier during ceph config role. Fixes: #3568 Signed-off-by: John Fulton <fulton@redhat.com>pull/3571/head
parent
dab3f6ee3f
commit
719a25b571
|
@ -1,4 +1,9 @@
|
||||||
---
|
---
|
||||||
|
- name: include create_ceph_initial_dirs.yml
|
||||||
|
include_tasks: create_ceph_initial_dirs.yml
|
||||||
|
when:
|
||||||
|
- containerized_deployment|bool
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
- name: count number of osds for ceph-disk scenarios
|
- name: count number of osds for ceph-disk scenarios
|
||||||
set_fact:
|
set_fact:
|
||||||
|
@ -121,9 +126,6 @@
|
||||||
- not containerized_deployment|bool
|
- not containerized_deployment|bool
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
- name: include create_ceph_initial_dirs.yml
|
|
||||||
include_tasks: create_ceph_initial_dirs.yml
|
|
||||||
|
|
||||||
- name: create a local fetch directory if it does not exist
|
- name: create a local fetch directory if it does not exist
|
||||||
file:
|
file:
|
||||||
path: "{{ fetch_directory }}"
|
path: "{{ fetch_directory }}"
|
||||||
|
|
Loading…
Reference in New Issue