X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=db-config.d%2F02-nodetags;fp=db-config.d%2F02-nodetags;h=8991a9fed7383ccd79f699551e588d3d77c823d9;hb=c1f01d2f9766b00f6ad9c6636378ee74659d9fcf;hp=b05f15e86519bdd26abdd8cb2651afa0d028d73d;hpb=fe9648c46de34c2d98466349f8f73f610a93bbec;p=myplc.git diff --git a/db-config.d/02-nodetags b/db-config.d/02-nodetags index b05f15e..8991a9f 100644 --- a/db-config.d/02-nodetags +++ b/db-config.d/02-nodetags @@ -12,6 +12,11 @@ default_node_tags = [ 'description' : 'typically "alpha", "beta", or "production"', 'category' : 'node/operation', 'min_role_id' : 10} , + + { 'tagname' : 'exempt_node_until', + 'description' : 'Exclude this node from MyOps until given date (YYYYMMDD)', + 'category' : 'node/myops', + 'min_role_id' : 10} , ] for node_type in default_node_tags: SetTagType (node_type)