Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uyuni generated repository =>add proxy parameter #9331

Open
fritz0011 opened this issue Oct 8, 2024 · 2 comments
Open

uyuni generated repository =>add proxy parameter #9331

fritz0011 opened this issue Oct 8, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@fritz0011
Copy link

Short description

after the system was bootstrapped to uyni, the susemanager generated repository to include a proxy parameter::

[susemanager:rhel-9-for-x86_64-appstream-uyuni]
name=Red Hat Enterprise Linux 9 Server - BaseOS
enabled=1
baseurl=XXXXXXXXXXXXXX
susemanager_token=YYYYYYYY
gpgcheck=0
repo_gpgcheck=0
type=rpm-md
proxy=_none_ or to be able to add a specific proxy to

@fritz0011 fritz0011 added the enhancement New feature or request label Oct 8, 2024
@agraul
Copy link
Member

agraul commented Nov 12, 2024

Can you share more about the use case for this proxy parameter?

@fritz0011
Copy link
Author

Can you share more about the use case for this proxy parameter?

We have quiet a lot of systems that are accessing other webapps through a http/https proxy

[susemanager:rhel-8-for-x86_64-appstream-uyuni]
name=RedHat Enterprise Linux 8 AppStream (x86_64)
enabled=1
baseurl=https://uyuni-proxy02.domain.loc:443/rhn/manager/download/rhel-8-for-x86_64-appstream-uyuni
susemanager_token=xxxxxxxxxxxxxxxxxxxxxx
gpgcheck=0
repo_gpgcheck=0
type=rpm-md
proxy=_none_

Now, if we don't add proxy=_none_ to the repo, the  yum update will timeout. The workaround for now, is just to apply a scheduled highstate, that appends that line to  "susemanager:channels.repo"


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants