From 659a7f0efbea62f6053d554f927ebdbb25bc75a5 Mon Sep 17 00:00:00 2001 From: Mikael Frykholm Date: Fri, 16 Aug 2024 11:18:21 +0200 Subject: [PATCH] Switch back to monitor-branch to test some stuff. --- global/overlay/etc/puppet/setup_cosmos_modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/setup_cosmos_modules b/global/overlay/etc/puppet/setup_cosmos_modules index 6e7b828..cb6d4a1 100755 --- a/global/overlay/etc/puppet/setup_cosmos_modules +++ b/global/overlay/etc/puppet/setup_cosmos_modules @@ -128,7 +128,7 @@ def main(): if host_info["fqdn"] == "internal-sto4-test-monitor-1.rut.sunet.se": modules["sunet"]["tag"] = "mifr-monitor*" if "internal-sto4-test-k8sc" in host_info["fqdn"]: - modules["sunet"]["tag"] = "mifr-nft-fixes*" + 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":