Switch to dockerhost2 on pypi-1.sunet.se, SUNETOPS-1938

This commit is contained in:
Patrik Holmqvist 2024-10-08 14:11:03 +02:00
parent 4fc316d468
commit 44d4c89e18
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273
2 changed files with 3 additions and 2 deletions

View file

@ -32,8 +32,7 @@ pahol-test1.sunet.se:
pypi-1.sunet.se: pypi-1.sunet.se:
sunet::pypi: sunet::pypi:
sunet::dockerhost: sunet::dockerhost2:
manage_dockerhost_unbound: true
sunet::dehydrated::client: sunet::dehydrated::client:
domain: pypi.sunet.se domain: pypi.sunet.se
sunet::baas2: sunet::baas2:

View file

@ -120,6 +120,8 @@ 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"] == "pypi-1.sunet.se":
modules["sunet"]["tag"] = "pahol-pypi-dockerhost2*"
# Build list of expected file content # Build list of expected file content
file_lines = create_file_content(modules) file_lines = create_file_content(modules)