airshipctl/pkg/remote
Drew Walters bbb823306d Add mutual exclusivity to manager host selectors
Using a label selector and name when creating a manager will produce the
union of all host documents that match the criteria. While this is not
inherently a problem, it's not expected behavior. This change makes
using the label selector and name property mutually exclusive. When
creating a manger using both selectors, the manager will contain the
intersection of hosts, rather than the union.

Change-Id: I791e0460cea2ae3d60ea2cc24f900b925c36d9af
Signed-off-by: Drew Walters <andrew.walters@att.com>
2020-05-06 18:21:26 +00:00
..
power Add strong typing for baremetal power statuses 2020-05-01 17:25:31 +00:00
redfish Add NoReboot param to Dell Redfish SCP import req 2020-05-05 21:00:33 +00:00
testdata Add management support to non-ephemeral hosts 2020-04-28 16:29:19 +00:00
errors.go Fix power command host selectors 2020-05-01 16:59:16 +00:00
management_test.go Add mutual exclusivity to manager host selectors 2020-05-06 18:21:26 +00:00
management.go Add mutual exclusivity to manager host selectors 2020-05-06 18:21:26 +00:00
remote_direct_test.go Add system power status check to remotedirect 2020-05-01 17:25:57 +00:00
remote_direct.go Add system power status check to remotedirect 2020-05-01 17:25:57 +00:00