setup_cosmos_modules for lb-tug-test-1.sunet.se

This commit is contained in:
Rasmus Thorslund 2024-10-16 13:19:46 +02:00
parent 05c04da51c
commit 66ffe1fe23
No known key found for this signature in database
GPG key ID: 502D33332E9E305D

View file

@ -125,6 +125,10 @@ def main():
modules["sunet"]["tag"] = "pahol-influx*"
if host_info["fqdn"] == "pahol-test1.sunet.se":
modules["sunet"]["tag"] = "pahol-baas2-2*"
if host_info["fqdn"] == "lb-tug-test-1.sunet.se":
modules["sunet"]["tag"] = "thorslund_ubuntu24_lb*"
if host_info["fqdn"] == "lb-sthb-test-1.sunet.se":
modules["sunet"]["tag"] = "thorslund_ubuntu24_lb*"
# Build list of expected file content
file_lines = create_file_content(modules)