From c1ced9011de2ddbec5964484d8afbdca3e2a48f1 Mon Sep 17 00:00:00 2001 From: Patrik Holmqvist Date: Wed, 16 Oct 2024 13:36:31 +0200 Subject: [PATCH] Run monitornetops on feature branch --- global/overlay/etc/puppet/setup_cosmos_modules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/global/overlay/etc/puppet/setup_cosmos_modules b/global/overlay/etc/puppet/setup_cosmos_modules index 00cf9bb..72083b9 100755 --- a/global/overlay/etc/puppet/setup_cosmos_modules +++ b/global/overlay/etc/puppet/setup_cosmos_modules @@ -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)