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
F25164180: D1146.diff
Thu, Apr 2, 13:07
F25157776: D1146.id2930.diff
Thu, Apr 2, 07:49
F25157775: D1146.id2927.diff
Thu, Apr 2, 07:49
F25156744: D1146.id2928.diff
Thu, Apr 2, 06:22
F25156743: D1146.id2929.diff
Thu, Apr 2, 06:22
F25155720: D1146.id2929.diff
Thu, Apr 2, 04:59
F25155717: D1146.id2928.diff
Thu, Apr 2, 04:59
F25155713: D1146.id2930.diff
Thu, Apr 2, 04:59
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.