reordered
[myplc.git] / db-config.d / 090-my_ops
1 # -*-python-*-
2 # $Id$
3 # $URL$
4 ########
5 myops_node_tags = [
6     { 'tagname' : 'exempt_node_until',
7       'description' : 'Exclude this node from MyOps until given date (YYYYMMDD)',
8       'category' : 'node/myops', 
9       'min_role_id' : 10} ,
10 ]
11
12 for node_type in myops_node_tags: SetTagType (node_type)
13
14 ########
15 myops_site_tags = [
16     { 'tagname' : 'exempt_site_until',
17       'description' : 'Exclude this site from MyOps until given date (YYYYMMDD)',
18       'category' : 'site/myops', 
19       'min_role_id' : 10} ,
20 ]
21
22 for site_type in myops_site_tags: SetTagType (site_type)
23  
24 ########
25 myops_person_tags = [
26     { 'tagname' : 'exempt_person_until',
27       'description' : 'Exclude this person from MyOps until given date (YYYYMMDD)',
28       'category' : 'person/myops', 
29       'min_role_id' : 10} ,
30 ]
31
32 for person_type in myops_person_tags: SetTagType (person_type)