Bug 1371084 - agent installation status not in user readable format
Summary: agent installation status not in user readable format
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Storage Console
Classification: Red Hat
Component: ceph-installer
Version: 2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 3
Assignee: Christina Meno
QA Contact: ceph-qe-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-08-29 09:56 UTC by Bipin Kunal
Modified: 2017-03-02 17:35 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-03-02 17:35:02 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Bipin Kunal 2016-08-29 09:56:12 UTC
Description of problem: The status of process installing and configuring the Red Storage Console Agent is not at all in readable format. 

Such status might be readable for developers but it is not at all readable for users. With such status format(everything in single line) it is being very tough to deduce what is the process doing and what is the status.

Version :
RHSC 2.0

How reproducible:
Always

Steps to Reproduce:
1. As root, install and configure the Red Hat Storage Console Agent:
   # curl <FQDN_RHS_Console_node>:8181/setup/agent/ | bash
2. To view the status of this process, run the following command:
   # curl <FQDN_RHS_Console_node>:8181/api/tasks/


Actual results:
status not well formatted

Expected results:
status should be well formatted

Comment 3 Ken Dreyer (Red Hat) 2017-03-02 17:35:02 UTC
Please use the /usr/bin/ceph-installer CLI utility to view tasks rather than curl'ing. If you really want to see the raw JSON, you can pretty-print it with the "jq" utility.


Note You need to log in before you can comment on or make changes to this bug.