setup_cosmos_modules for lb-tug-test-1.sunet.se
This commit is contained in:
parent
05c04da51c
commit
66ffe1fe23
|
@ -125,6 +125,10 @@ def main():
|
||||||
modules["sunet"]["tag"] = "pahol-influx*"
|
modules["sunet"]["tag"] = "pahol-influx*"
|
||||||
if host_info["fqdn"] == "pahol-test1.sunet.se":
|
if host_info["fqdn"] == "pahol-test1.sunet.se":
|
||||||
modules["sunet"]["tag"] = "pahol-baas2-2*"
|
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
|
# Build list of expected file content
|
||||||
file_lines = create_file_content(modules)
|
file_lines = create_file_content(modules)
|
||||||
|
|
Loading…
Reference in a new issue