Run new eumdsigner test servers on new tag, SC-2522
This commit is contained in:
parent
663bed9df6
commit
1246c35044
1 changed files with 3 additions and 0 deletions
|
@ -229,6 +229,9 @@ def main():
|
||||||
if re.match(r'^idm-sto\d-qa-', host_info["fqdn"]):
|
if re.match(r'^idm-sto\d-qa-', host_info["fqdn"]):
|
||||||
modules["sunet"]["tag"] = "jocar-idm-*"
|
modules["sunet"]["tag"] = "jocar-idm-*"
|
||||||
|
|
||||||
|
if re.match(r'^eumdsigner-test-', host_info["fqdn"]):
|
||||||
|
modules["sunet"]["tag"] = "jocar-fetch-mdqp-image*"
|
||||||
|
|
||||||
qa_exceptions = ['nic.komreg.net', 'jmp.komreg.net', 'md1.komreg.net']
|
qa_exceptions = ['nic.komreg.net', 'jmp.komreg.net', 'md1.komreg.net']
|
||||||
|
|
||||||
if ".qa." in host_info["fqdn"] or host_info["fqdn"] in qa_exceptions:
|
if ".qa." in host_info["fqdn"] or host_info["fqdn"] in qa_exceptions:
|
||||||
|
|
Loading…
Add table
Reference in a new issue