move system tuning to osd role

The changes from these tasks only apply to osd nodes so there is no
reason to have them in ceph-common.

Signed-off-by: Sébastien Han <seb@redhat.com>
pull/2450/head
Sébastien Han 2018-03-14 23:39:10 +01:00 committed by Guillaume Abrioux
parent 3ab89ab48c
commit 0f8a4251ba
4 changed files with 7 additions and 7 deletions

View File

@ -19,13 +19,6 @@
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
static: False
- name: include misc/system_tuning.yml
include: misc/system_tuning.yml
when:
- osd_group_name in group_names
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
static: False
- name: include installs/install_on_redhat.yml
include: installs/install_on_redhat.yml
when:

View File

@ -8,6 +8,13 @@
- name: include check_mandatory_vars.yml
include: check_mandatory_vars.yml
- name: include misc/system_tuning.yml
include: system_tuning.yml
when:
- osd_group_name in group_names
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
static: False
- name: include pre_requisite.yml
include: pre_requisite.yml
when: