setup separate tag for puppet-sunet in QA
This commit is contained in:
parent
468b4cf7f6
commit
86e1af73fe
1 changed files with 5 additions and 0 deletions
|
@ -209,6 +209,11 @@ def main():
|
|||
if re.match('^idm-sto\d-qa-', host_info["fqdn"]):
|
||||
modules["sunet"]["tag"] = "jocar-idm-*"
|
||||
|
||||
qa_exceptions = ['nic.komreg.net', 'jmp.komreg.net', 'md1.komreg.net']
|
||||
|
||||
if ".qa." in host_info["fqdn"] or host_info["fqdn"] in qa_exceptions:
|
||||
modules["sunet"]["tag"] = "eidas-qa-2*"
|
||||
|
||||
# Build list of expected file content
|
||||
file_lines = create_file_content(modules)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue