From e37b0a2e2d123145936a0daa092f41f990b3c802 Mon Sep 17 00:00:00 2001 From: Mikael Frykholm Date: Tue, 20 Aug 2024 13:55:42 +0200 Subject: [PATCH] Test the alloy stuff. --- global/overlay/etc/puppet/setup_cosmos_modules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/global/overlay/etc/puppet/setup_cosmos_modules b/global/overlay/etc/puppet/setup_cosmos_modules index cb6d4a1..1934551 100755 --- a/global/overlay/etc/puppet/setup_cosmos_modules +++ b/global/overlay/etc/puppet/setup_cosmos_modules @@ -129,6 +129,8 @@ def main(): modules["sunet"]["tag"] = "mifr-monitor*" if "internal-sto4-test-k8sc" in host_info["fqdn"]: modules["sunet"]["tag"] = "mifr-monitor*" + if "internal-sto4-test-k8sw" in host_info["fqdn"]: + modules["sunet"]["tag"] = "mifr-monitor*" # if host_info["fqdn"] == "internal-sto1-test-forgejo-2.platform.sunet.se": # modules["sunet"]["tag"] = "testing-2*" # if host_info["fqdn"] == "internal-sto3-test-monitor-1.platform.sunet.se":