Project

General

Profile

Actions

Bug #20204

closed

GET /hostgroup/:hostgroup_id/hosts returns all hosts when id of empty hostgroup is used

Added by Kevin Carrasco almost 7 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Category:
API
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

This is an API issue, easily reproducible with hammer:

Issuing the following command while specifying a hostgroup with 0 hosts results in Hammer printing out all hosts known to Foreman regardless of their hostgroup membership:

hammer -u admin -p password --csv host list --hostgroup 'Fedora Rendernodes'

If we run hammer with a hostgroup that contains at least 1 host, then only the hosts associated with that hostgroup are printed (the expected behaviour). For example this works as expected since "Avere Mounts" is not an empty group:

hammer -u admin -p password --csv host list --hostgroup 'Avere Mounts'

Note that in this case, 'Avere Mounts' is inside 'Fedora Rendernodes': "Fedora Rendernodes/Avere Mounts", but the behaviour still happens with hostgroups that have no subgroups.

Expected results:
I think the correct behaviour should be to not print anything since the hostgroup we asked for is empty.

Additional notes:
This bug was introduced with fixing http://projects.theforeman.org/issues/13775/, namely it's this line: https://github.com/theforeman/foreman/commit/8e81effcedafc539cbe3477b5565d9239f1f2f51#diff-6e62e9d287766aaa9c3d35e6dc3470a1R375


Related issues 2 (0 open2 closed)

Related to Foreman - Bug #13775: Not able to change an HG for a host using API callClosedAmit Karsale02/17/2016Actions
Has duplicate Hammer CLI - Bug #21369: Hammer host list shows all hosts if environment is emptyDuplicate10/17/2017Actions
Actions

Also available in: Atom PDF