setup separate tag for puppet-sunet in QA

This commit is contained in:
Maria Haider 2024-09-03 14:19:38 +02:00
parent 468b4cf7f6
commit 86e1af73fe
Signed by: mariah
GPG key ID: 7414A760CA747E57

View file

@ -209,6 +209,11 @@ def main():
if re.match('^idm-sto\d-qa-', host_info["fqdn"]):
modules["sunet"]["tag"] = "jocar-idm-*"
qa_exceptions = ['nic.komreg.net', 'jmp.komreg.net', 'md1.komreg.net']
if ".qa." in host_info["fqdn"] or host_info["fqdn"] in qa_exceptions:
modules["sunet"]["tag"] = "eidas-qa-2*"
# Build list of expected file content
file_lines = create_file_content(modules)