- koji_cli - add Kerberos keytab and principal configuration support. - koji_server - add sidetags configuration support. - koji_builder - disable use_bootstrap_image for mock.master 0.1.7
parent
2af76fe3f4
commit
a98ad908f2
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
bugfixes:
|
||||||
|
- koji_builder - enabled by default mock use_bootstrap_image option broke Koji builds. Fix disables this option globally in the /etc/mock/site-defaults.cfg file.
|
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
minor_changes:
|
||||||
|
- koji_cli - add Kerberos keytab path and principal configuration support trough ``koji_cli_keytab`` and ``koji_cli_principal`` variables.
|
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
minor_changes:
|
||||||
|
- koji_server - add Koji sidetags configuration support through ``koji_hub_sidetags_max`` and ``koji_hub_sidetags_parents`` variables.
|
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
- name: Disable use of bootstrap image in mock
|
||||||
|
ansible.builtin.lineinfile:
|
||||||
|
path: /etc/mock/site-defaults.cfg
|
||||||
|
line: 'config_opts["use_bootstrap_image"] = False'
|
||||||
|
regexp: ^\s*config_opts.*?use_bootstrap_image
|
Loading…
Reference in new issue