limit image builder to one buildhost in stg
Signed-off-by: Mark O Brien <markobri@redhat.com>
This commit is contained in:
parent
24088dfe9b
commit
2003cd2b5b
1 changed files with 7 additions and 1 deletions
|
@ -155,8 +155,14 @@ keytab = /etc/kojid/kojid.keytab
|
|||
|
||||
{{ plugins.append("rpmautospec_builder") }}
|
||||
|
||||
|
||||
{% if env == 'staging' %}
|
||||
{% if inventory_hostname == 'buildvm-x86-05.stg.iad2.fedoraproject.org' %}
|
||||
{{ plugins.append("osbuild") }}
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{{ plugins.append("osbuild") }}
|
||||
{% endif %}
|
||||
|
||||
|
||||
; Config for the runroot plugin lives in /etc/kojid/runroot.conf, if enabled
|
||||
plugins = {{ plugins | join(" ") }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue