Page MenuHomeDevCentral

Allow to determine if a node has a role
ClosedPublic

Authored by dereckson on Nov 1 2017, 18:59.
Tags
None
Referenced Files
F12252666: D1146.id2928.diff
Sun, Oct 12, 09:44
Unknown Object (File)
Sat, Oct 11, 05:42
Unknown Object (File)
Fri, Oct 10, 04:26
Unknown Object (File)
Thu, Oct 9, 14:05
Unknown Object (File)
Thu, Oct 9, 01:35
Unknown Object (File)
Mon, Oct 6, 03:58
Unknown Object (File)
Mon, Oct 6, 03:58
Unknown Object (File)
Sun, Oct 5, 10:20
Subscribers
None

Details

Summary

Ref T1275

Test Plan

salt * node.has_role devserver

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
master
Build Status
Buildable 1807
Build 2055: arc lint + arc unit

Event Timeline

dereckson added inline comments.
_modules/node.py
85

'node' virtual returned False: name 'Node' is not defined

dereckson marked an inline comment as done.

s/Node/None

If we return something that would be better

$ pm go ops
$ arc patch D1146
$ salt-call --local node.has_role devserver
local:
    True
$ salt-call --local node.has_role devserverz
local:
    False
This revision is now accepted and ready to land.Nov 1 2017, 21:40
This revision was automatically updated to reflect the committed changes.