Actions
Bug #3604
closedIP missing from Host Output
Description
Hammer attempts to list the IP in the output of "hammer host list" but because the IP isn't in the RABL, the column is empty:
$ hammer host list
---|----------------------------------|---------------------|---------------|----|----
ID | NAME | OPERATING SYSTEM ID | HOST GROUP ID | IP | MAC
---|----------------------------------|---------------------|---------------|----|----
1 | test4.elysium.emeraldreverie.org | 1 | | |
---|----------------------------------|---------------------|---------------|----|----
We should either add this to the rabl or remove the column from Hammer.
Updated by Ohad Levy about 11 years ago
I would like to add at least IP, as its such a common thing, and does not cost anything for fetching it.
we could also consider adding attributes, such as last_compile/last_report and type?
Updated by Dominic Cleal about 11 years ago
I'd think it should probably match the web UI columns?
Updated by Ori Rabin over 10 years ago
- Status changed from New to Assigned
- Assignee set to Ori Rabin
Updated by Ori Rabin over 10 years ago
- Status changed from Assigned to Resolved
I can't reproduce this, I assume there is a duplicate bug that has been closed but I haven't found it.
Actions