Skip to content

Commit

Permalink
Call ceph-facts role as required by changes to ceph-ansible
Browse files Browse the repository at this point in the history
Change-Id: I1380cd86e7d7cbdf8073ff263b004cafc4d6c0ec
  • Loading branch information
Jonathan Rosser committed Jan 10, 2019
1 parent bc17087 commit dcf448e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions playbooks/ceph-install.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions playbooks/ceph-rgw-install.yml
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions tests/roles/bootstrap-host/tasks/prepare_ceph.yml
Expand Up @@ -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
Expand Down

0 comments on commit dcf448e

Please sign in to comment.