Description of problem:
=======================
Ansible scripts should take care of prerequisites(preparing cluster nodes for setup)except creating ansible user and passwordless ssh
Version-Release number of selected component (if applicable):
=============================================================
ceph-ansible-1.0.5-3.el7.noarch
How reproducible:
=================
always
Steps to Reproduce:
===================
1. do not perform any pre flight checkin steps/PREREQUISITES on cluster node.(except creating Ansible user and passwordless SSH)
e.g. firewall service should be disabled or remove ntp if present
2. update value of mandatory config variable and run ansible to setup cluster
3. Installation completes without error
PLAY RECAP ********************************************************************
magna044 : ok=68 changed=10 unreachable=0 failed=0
magna063 : ok=68 changed=10 unreachable=0 failed=0
magna067 : ok=139 changed=9 unreachable=0 failed=0
magna074 : ok=139 changed=9 unreachable=0 failed=0
magna084 : ok=139 changed=9 unreachable=0 failed=0
4. check firewall/ntp service (also check other PREREQUISITES for creating ceph cluster.
Actual results:
===============
ceph-anisble is not taking care of all prerequisites.
e.g.firewall/ntp service is in disable state after installation
Expected results:
=================
ceph-ansible should prepare all node for cluster creation.
Additional info: