image-builder: enable osbuild plugin on koji staging builders

This commit is contained in:
David Kirwan 2022-03-24 10:12:26 +00:00
parent 628dbdeef7
commit aeb695f2bc
2 changed files with 6 additions and 5 deletions

View file

@ -2,8 +2,8 @@
server = https://api.stage.openshift.com/
[composer:oauth]
client_id = "{{koji_builder_client_id_stg}}"
client_secret = "{{koji_builder_client_secret_stg}}"
client_id = {{koji_builder_client_id_stg}}
client_secret = {{koji_builder_client_secret_stg}}
token_url = https://identity.api.openshift.com/auth/realms/rhoas/protocol/openid-connect/token
[koji]

View file

@ -154,6 +154,7 @@ keytab = /etc/kojid/kojid.keytab
{% endif %}
{{ plugins.append("rpmautospec_builder") }}
{{ plugins.append("osbuild") }}
; Config for the runroot plugin lives in /etc/kojid/runroot.conf, if enabled
plugins = {{ plugins | join(" ") }}