-
Notifications
You must be signed in to change notification settings - Fork 101
Adding proxy configuration in the updates documentation #327
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
Conversation
34b4747
to
2f7cac2
Compare
afc3cc8
to
c916ab2
Compare
docs/management/updates.md
Outdated
@@ -30,6 +30,27 @@ If your version is lower than `8.2`, it will not receive updates anymore. To kee | |||
|
|||
Your dom0 system must either have access to the internet, or to a local mirror. In the second case, make sure to update the `baseurl` values in `/etc/yum.repos.d/xcp-ng.repo` to make them point at the local mirror, and keep the mirror regularly synced. | |||
|
|||
#### Proxy configuration | |||
|
|||
If your hosts need a proxy to access the repositories, there are a few ways to set it up depending on what you need: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If your hosts need a proxy to access the repositories, there are a few ways to set it up depending on what you need: | |
If your hosts require a proxy to access repositories, you have several options depending on your needs: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
docs/management/updates.md
Outdated
- Set `proxy=<proxy_url>` in the `[main]` section of `/etc/yum.conf` | ||
|
||
For specific repositories: | ||
- Set `proxy=<proxy_url>` in the repository section of your choice in files present in `/etc/yum.repos.d` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Set `proxy=<proxy_url>` in the repository section of your choice in files present in `/etc/yum.repos.d` | |
- Set `proxy=<proxy_url>` in the relevant repository section within files located in `/etc/yum.repos.d`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
docs/management/updates.md
Outdated
``` | ||
|
||
:::warning | ||
These changes will be kept alongside standard updates, but will be lost in case of an upgrade to a newer major version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes will be kept alongside standard updates, but will be lost in case of an upgrade to a newer major version. | |
These changes will remain intact through standard updates, but they will be lost if you upgrade to a new major version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
@@ -4,7 +4,7 @@ sidebar_position: 9 | |||
|
|||
# Kernel module policy | |||
|
|||
Our policity about kernel modules. | |||
Our policy about kernel modules. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Our policy about kernel modules. | |
Our policy regarding kernel modules. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
Signed-off-by: David Morel <[email protected]>
Signed-off-by: David Morel <[email protected]>
Adding some explanations about how to configure proxies in order to be able to update when a proxy is needed to reach the repositories.