Bug #37053
closedhammer host list does not print parameters even if they are present in the fields list like LCE and CVs
Description
Description of problem:
After upgrade to Satellite 6.14 hammer cli command "hammer host list" does no longer display information about lifecycle environments and content views not via "DEFAULT" or "ALL" or even if specifically requested via --fields option. It is only visible for each host when using "hammer host info --name <servername>".
Example output:
[XXX@satellite ~]$ hammer host list --per-page 2
-----|-------------------------------------|------------------|------------|---------------|-------------------|--------------
ID | NAME | OPERATING SYSTEM | HOST GROUP | IP | MAC | GLOBAL STATUS
-----|-------------------------------------|------------------|------------|---------------|-------------------|--------------
1915 | xxx | RedHat 8.7 | | 10.xx.xxx.xx | 00:50:56:8a:da:XX | Error
Version-Release number of selected component (if applicable):
Satellite 6.14.
Until 6.13 it was showing the LCE and CV details.
Actual results:
satellite ~]$ hammer host list --per-page 2
-----|-------------------------------------|------------------|------------|---------------|-------------------|--------------
ID | NAME | OPERATING SYSTEM | HOST GROUP | IP | MAC | GLOBAL STATUS
-----|-------------------------------------|------------------|------------|---------------|-------------------|--------------
1915 | xxx | RedHat 8.7 | | 10.xx.xxx.xx | 00:50:56:8a:da:XX | Error
Expected results:
To list LCE and CV details.