mirror of https://github.com/ceph/ceph-ansible.git
ceph-validate: move system checks from ceph-common to ceph-validate
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/2619/head
parent
62c34e3c9d
commit
e7d02a50d8
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
- name: include checks/check_system.yml
|
||||
include: checks/check_system.yml
|
||||
|
||||
- name: include checks/check_firewall.yml
|
||||
include: checks/check_firewall.yml
|
||||
when:
|
||||
|
|
|
@ -56,3 +56,6 @@
|
|||
- osd_group_name in group_names
|
||||
- osd_objectstore == 'bluestore'
|
||||
- ceph_release_num[ceph_release] < ceph_release_num.luminous
|
||||
|
||||
- name: include check_system.yml
|
||||
include: check_system.yml
|
||||
|
|
Loading…
Reference in New Issue