Start with nft fixes.

This commit is contained in:
Mikael Frykholm 2024-09-02 10:49:28 +02:00
parent 8135e2cff2
commit 11fd0bda37
Signed by: mifr
GPG key ID: 1467F9D69135C236

View file

@ -129,8 +129,8 @@ def main():
modules["sunet"]["tag"] = "testing*" modules["sunet"]["tag"] = "testing*"
if "internal-sto4-test-k8sc" in host_info["fqdn"]: if "internal-sto4-test-k8sc" in host_info["fqdn"]:
modules["sunet"]["tag"] = "testing*" modules["sunet"]["tag"] = "testing*"
if "internal-sto4-test-k8sw" in host_info["fqdn"]: if "internal-sto4-test-k8sw-0" in host_info["fqdn"]:
modules["sunet"]["tag"] = "testing*" modules["sunet"]["tag"] = "mifr-nft-fixes*"
# if host_info["fqdn"] == "internal-sto1-test-forgejo-2.platform.sunet.se": # if host_info["fqdn"] == "internal-sto1-test-forgejo-2.platform.sunet.se":
# modules["sunet"]["tag"] = "testing-2*" # modules["sunet"]["tag"] = "testing-2*"
# if host_info["fqdn"] == "internal-sto3-test-monitor-1.platform.sunet.se": # if host_info["fqdn"] == "internal-sto3-test-monitor-1.platform.sunet.se":