groups: add htz and htz-hel
This commit is contained in:
parent
fb931df4f0
commit
7c9be01a4f
1 changed files with 17 additions and 0 deletions
|
@ -27,6 +27,12 @@ groups['gce'] = {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
groups['htz'] = {
|
||||||
|
'subgroup_patterns': {
|
||||||
|
r'htz\-.+',
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
groups['htz-cloud'] = {
|
groups['htz-cloud'] = {
|
||||||
'member_patterns': {
|
'member_patterns': {
|
||||||
r"htz\-cloud\..*",
|
r"htz\-cloud\..*",
|
||||||
|
@ -49,6 +55,17 @@ groups['htz-cloud'] = {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
groups['htz-hel'] = {
|
||||||
|
'member_patterns': {
|
||||||
|
r'htz\-hel\..+',
|
||||||
|
},
|
||||||
|
'metadata': {
|
||||||
|
'location': {
|
||||||
|
'htz-hel',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
groups['home'] = {
|
groups['home'] = {
|
||||||
'member_patterns': {
|
'member_patterns': {
|
||||||
r"home\..*",
|
r"home\..*",
|
||||||
|
|
Loading…
Reference in a new issue