Project

General

Profile

Bug #3604

Updated by Greg Sutcliffe about 11 years ago

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 -c /tmp/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.

Back