From 11fd0bda37985af239b5d0bf3e0debdd229ce754 Mon Sep 17 00:00:00 2001 From: Mikael Frykholm Date: Mon, 2 Sep 2024 10:49:28 +0200 Subject: [PATCH] Start with nft fixes. --- global/overlay/etc/puppet/setup_cosmos_modules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global/overlay/etc/puppet/setup_cosmos_modules b/global/overlay/etc/puppet/setup_cosmos_modules index 620e93f..01bbc46 100755 --- a/global/overlay/etc/puppet/setup_cosmos_modules +++ b/global/overlay/etc/puppet/setup_cosmos_modules @@ -129,8 +129,8 @@ def main(): modules["sunet"]["tag"] = "testing*" if "internal-sto4-test-k8sc" in host_info["fqdn"]: modules["sunet"]["tag"] = "testing*" - if "internal-sto4-test-k8sw" in host_info["fqdn"]: - modules["sunet"]["tag"] = "testing*" + if "internal-sto4-test-k8sw-0" in host_info["fqdn"]: + modules["sunet"]["tag"] = "mifr-nft-fixes*" # 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":