From 7c9be01a4f8fd3d10231d0c756855a0cb48e6880 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Tue, 4 Jan 2022 15:18:27 +0100 Subject: [PATCH] groups: add htz and htz-hel --- groups/locations.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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\..*",