Run log-test server on different tag, SC-2522
This commit is contained in:
parent
4c11d448d4
commit
bc13836c1e
1 changed files with 3 additions and 0 deletions
|
@ -240,6 +240,9 @@ def main():
|
|||
if ".qa." in host_info["fqdn"] or host_info["fqdn"] in qa_exceptions:
|
||||
modules["sunet"]["tag"] = "eidas-qa-2*"
|
||||
|
||||
if re.match(r'^log-test-', host_info["fqdn"]):
|
||||
modules["sunet"]["tag"] = "pahol-fix-rsyslog*"
|
||||
|
||||
if re.match(r'^log-qa-', host_info["fqdn"]):
|
||||
modules["sunet"]["tag"] = "pahol-fix-rsyslog*"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue