Merge "Ensure ceph-ansible is installed"

This commit is contained in:
Zuul 2019-06-04 19:32:41 +00:00 committed by Gerrit Code Review
commit 48ab4ab79e
1 changed files with 9 additions and 0 deletions

View File

@ -391,6 +391,15 @@ outputs:
when: step == '1'
tags: ceph
block:
- name: ensure ceph-ansible is installed
include_role:
role: ceph
tasks_from: ceph-ansible-installed
vars:
fail_without_ceph_ansible: true
tags:
- opendev-validation
- opendev-validation-ceph
- name: set blacklisted_hostnames
set_fact:
blacklisted_hostnames: {get_param: DeploymentServerBlacklist}