From 5ed9474d2401e19397945ca8ae95a109efeb2d77 Mon Sep 17 00:00:00 2001 From: Patrik Holmqvist Date: Fri, 31 Jan 2025 09:49:09 +0100 Subject: [PATCH] Run test connector servers on custom tag, SC-2670 --- global/overlay/etc/puppet/setup_cosmos_modules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/global/overlay/etc/puppet/setup_cosmos_modules b/global/overlay/etc/puppet/setup_cosmos_modules index 568c86d2..4a3c323f 100755 --- a/global/overlay/etc/puppet/setup_cosmos_modules +++ b/global/overlay/etc/puppet/setup_cosmos_modules @@ -232,6 +232,9 @@ def main(): if re.match(r'^eumdsigner-test-', host_info["fqdn"]): modules["sunet"]["tag"] = "jocar-fetch-mdqp-image*" + if re.match(r'^connector-test-', host_info["fqdn"]): + modules["sunet"]["tag"] = "pahol-redict*" + qa_exceptions = ['nic.komreg.net', 'jmp.komreg.net', 'md1.komreg.net'] if ".qa." in host_info["fqdn"] or host_info["fqdn"] in qa_exceptions: