Hide Forgot
Description of problem: Currently ceph-installer task status API is not providing the information related to the ansible job in a presentable manner. What is provided is a dump of ansible output and its hard for the invoking application to make anything out of it. Also this is not updated on periodic basis, rather its dumped after the ansible job completes Version-Release number of selected component (if applicable): ceph-installer-1.0.15-1.el7scon.noarch How reproducible: Always Steps to Reproduce: 1.Invoke any API 2. Watch the task status Expected results: Task should be updated with correct status of the ansible execution frequently
Would it be enough to periodically update a list of hosts that have: * failed * skipped * pass ? Or would console need anything else?
Is this required for tendrl based console?