#1563 Hostgroup :: No memberOf Net Groups Tab
Closed: Fixed None Opened 12 years ago by rcritten.

https://bugzilla.redhat.com/show_bug.cgi?id=727921

You can enroll Host Groups into net groups, but editing the Host Group, there is no memberOf Net Group tab.


This seems to be a server issue. The hostgroup plugin doesn't define the memberof netgroup relationship:

attribute_members = {
    'member': ['host', 'hostgroup'],
    'memberof': ['hostgroup', 'hbacrule', 'sudorule'],
    'memberindirect': ['host', 'hostgroup'],
    'memberofindirect': ['hostgroup', 'hbacrule', 'sudorule'],
}

Once the memberof netgroup is added to the plugin, the UI should show the netgroup tab automatically.

Metadata Update from @rcritten:
- Issue assigned to rcritten
- Issue set to the milestone: FreeIPA 2.1.1 (bug fixing)

7 years ago

Login to comment on this ticket.

Metadata