diff --git a/groups/locations.py b/groups/locations.py index 135f552..3b8e0ab 100644 --- a/groups/locations.py +++ b/groups/locations.py @@ -27,6 +27,12 @@ groups['gce'] = { }, } +groups['htz'] = { + 'subgroup_patterns': { + r'htz\-.+', + }, +} + groups['htz-cloud'] = { 'member_patterns': { r"htz\-cloud\..*", @@ -49,6 +55,17 @@ groups['htz-cloud'] = { }, } +groups['htz-hel'] = { + 'member_patterns': { + r'htz\-hel\..+', + }, + 'metadata': { + 'location': { + 'htz-hel', + }, + }, +} + groups['home'] = { 'member_patterns': { r"home\..*",