#2316 [RFE] Add Host "managing services" search and list capabilities
Opened by edewata. Modified

Similar to ticket #1675, the host-find doesn't have the following options:

  --man-services=STR      Search for hosts managing these services.
  --not-man-services=STR  Search for hosts not managing these services.

These options would be useful for the Service's "Managed by Hosts" page in the UI. The --not-man-services option can be used to find hosts that have not already been managing the current service, thus avoiding duplicates.


Ticket has been cloned to Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=786193

I can do it as I implemented --man-hosts option.

Moving my tickets back to free-to-take pool.

Patch was obsoleted, removing on_review flag.

Metadata Update from @edewata:
- Issue assigned to someone
- Issue set to the milestone: Future Releases

The ipa service-find command may have this feature implemented.

ipa service-find --help
--man-by-hosts=STR Search for services with these managed by hosts.
--not-man-by-hosts=STR Search for services without these managed by hosts.

Metadata