summaryrefslogtreecommitdiffstats
path: root/ipaserver/topology.py
Commit message (Collapse)AuthorAgeFilesLines
* fix incorrect suffix handling in topology checksMartin Babinsky2017-06-051-4/+7
| | | | | | | | | | | | | | | | When trying to delete a partially removed master entry lacking 'iparepltopomanagedsuffix' attribute, the code that tries to retrieve tha value for further computations passes None and causes unhandled internal errors. If the attribute is empty or not present, we should return empty list instead as to not break calling cod attribute, the code that tries to retrieve tha value for further computations passes None and causes unhandled internal errors. We should return empty list instead. https://pagure.io/freeipa/issue/6965 Reviewed-By: Felipe Volpone <felipevolpone@gmail.com>
* Fix topologysuffix-verify failing connectionsStanislav Laznicka2016-06-241-2/+2
| | | | | | | | | topologysuffix-verify would have checked connectivity even between hosts that are not managed by the given suffix. https://fedorahosted.org/freeipa/ticket/5967 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
* ipaserver module for working with managed topologyMartin Babinsky2016-06-171-0/+195
This module should aggregate common functionality utilized in the commands managing domain-level 1 topology. https://fedorahosted.org/freeipa/ticket/5588 Reviewed-By: Martin Basti <mbasti@redhat.com>