kayobe/releasenotes/notes/dnf-proxy-22a6eb457c06a223.yaml
Pierre Riteau 29d73eed7a Set proxy option in early dnf invocation
If hosts need to use a proxy to install packages and python is absent,
the call to install the python package will hang, at least on CentOS.

Set proxy if it exists in dnf_config using a command-line option. Later
uses of dnf will be after dnf.conf has been updated.

Change-Id: Ic949577afd3ea07306cebf224637a08a1ecce0f5
Story: 2009274
Task: 43528
2021-10-06 12:23:23 +02:00

7 lines
232 B
YAML

---
fixes:
- |
Sets proxy option when using ``dnf`` during user bootstrapping, before
``dnf.conf`` is updated. This allows Kayobe to install Python 3 during host
configuration when ``dnf`` requires a proxy to operate.