Merge pull request #1626 from ceph/fix_followup

Fix followup
pull/1629/head
Sébastien Han 2017-06-26 18:07:06 +02:00 committed by GitHub
commit 6ec2c51077
6 changed files with 1 additions and 11 deletions

View File

@ -95,3 +95,4 @@
(inventory_hostname in groups.get('rgws', []))
- include: selinux.yml
when: ansible_os_family == 'RedHat'

View File

@ -2,8 +2,5 @@
# Copy Ceph configs to host
- include: copy_configs.yml
- include: selinux.yml
when: ansible_os_family == 'RedHat'
- include: start_docker_nfs.yml

View File

@ -1,5 +1,2 @@
---
- include: fetch_configs.yml
when: not containerized_deployment_with_kv
- include: start_docker_osd.yml

View File

@ -1,4 +1,2 @@
---
- include: fetch_configs.yml
- include: start_docker_rbd_mirror.yml

View File

@ -1,3 +1,2 @@
---
- include: fetch_configs.yml
- include: start_docker_restapi.yml

View File

@ -1,6 +1,4 @@
---
- include: fetch_configs.yml
- include: start_docker_rgw.yml
- include: copy_configs.yml