Call ceph-facts role as required by changes to ceph-ansible
Change-Id: I1380cd86e7d7cbdf8073ff263b004cafc4d6c0ec
This commit is contained in:
parent
bc17087ac2
commit
dcf448ec81
@ -58,6 +58,9 @@
|
||||
- role: ceph-defaults
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
- role: ceph-facts
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
- role: ceph-handler
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
@ -126,6 +129,9 @@
|
||||
- role: ceph-defaults
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
- role: ceph-facts
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
- role: ceph-handler
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
|
@ -40,6 +40,9 @@
|
||||
- role: ceph-defaults
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
- role: ceph-facts
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
- role: ceph-handler
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
|
@ -57,6 +57,12 @@
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
|
||||
- name: Set permissions on loopback devices
|
||||
file:
|
||||
path: "{{ item.stdout }}"
|
||||
mode: "0777"
|
||||
with_items: "{{ ceph_create_loopback.results }}"
|
||||
|
||||
# TODO(logan): Move these vars to user_variables.ceph.yml.j2 once LP #1649381
|
||||
# is fixed and eliminate this task.
|
||||
- name: Write ceph cluster config
|
||||
|
Loading…
Reference in New Issue
Block a user