Run monitornetops on feature branch

This commit is contained in:
Patrik Holmqvist 2024-10-16 13:36:31 +02:00
parent 86b1353db2
commit c1ced9011d
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273

View file

@ -129,6 +129,8 @@ def main():
modules["sunet"]["tag"] = "thorslund_ubuntu24_lb*"
if host_info["fqdn"] == "lb-sthb-test-1.sunet.se":
modules["sunet"]["tag"] = "thorslund_ubuntu24_lb*"
if host_info["fqdn"] == "monitornetops-sto1-prod-1.sunet.se":
modules["sunet"]["tag"] = "pahol-puppet8-compatibility-2*"
# Build list of expected file content
file_lines = create_file_content(modules)