Switch to dockerhost2 on pypi-1.sunet.se, SUNETOPS-1938
This commit is contained in:
parent
4fc316d468
commit
44d4c89e18
|
@ -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:
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue