Move default OS repositories to tables#3804
Conversation
|
@sbernhard What do you think about this structure/these tables? |
|
The PR preview for c5c9eec is available at theforeman-foreman-documentation-preview-pr-3804.surge.sh The following output files are affected by this PR: |
|
@maximiliankolb if you want inspiration on how to make the application better: Foreman already has a list of operating systems and related media. Those are the same URLs as you're documenting here. What engineering wise could be built is an extension to Katello to build a wizard to set up content sources for an existing OS. So it roughly becomes:
Then to make it nicer we can add any repos we're missing to db/seeds.d/100-installation_media.rb. That way you don't need to maintain a large table that users need to copy and have a nicer user experience. There would be consistency between provisioning with and without Katello by using the same data. |
|
@sbernhard What do you think about this structure/these tables? I still think they are too bloated but an improvement to the status quo. What do you think about Ewoud's suggestion to move this to DB seeds? |
|
@sbernhard What do you think about these tables? ACK to move forward with this or do you want us/upstream to go another direction? |
sbernhard
left a comment
There was a problem hiding this comment.
Its better to have this table than what we have currently. Thanks.
(best would be to have the automated way as Ewoud said - but this is something even greater)
This patch consolidates all default OS repositories for supported Clients. The reference file contains tables for all supported Deb and EL Clients from yum.theforeman.org and oss.atix.de.
5784f72 to
c5c9eec
Compare
This patch consolidates all default OS repositories for supported Clients. The reference file contains tables for all supported Deb and EL Clients from yum.theforeman.org and oss.atix.de. (cherry picked from commit 29eda6f) Resolved a minor merge conflict in "guides/common/modules/proc_adding-custom-rpm-repositories-el.adoc" and "guides/common/modules/proc_adding-upstream-repositories-for-deb.adoc" by dropping those changes. Also removed the "REFERENCE" attribute in the first line of "guides/common/modules/ref_default-operating-system-repositories.adoc" because we do not backport these attributes for 3.15.
This patch consolidates all default OS repositories for supported Clients. The reference file contains tables for all supported Deb and EL Clients from yum.theforeman.org and oss.atix.de. (cherry picked from commit 29eda6f) Resolved a minor merge conflict in "guides/common/modules/proc_adding-custom-rpm-repositories-el.adoc" and "guides/common/modules/proc_adding-upstream-repositories-for-deb.adoc" by dropping those changes. Also removed the "REFERENCE" attribute in the first line of "guides/common/modules/ref_default-operating-system-repositories.adoc" because we do not backport these attributes for 3.15. (cherry picked from commit ae2ced8)
This patch consolidates all default OS repositories for supported Clients. The reference file contains tables for all supported Deb and EL Clients from yum.theforeman.org and oss.atix.de.
What changes are you introducing?
Introduce tables to list default OS repositories of supported Client OS
Why are you introducing these changes? (Explanation, links to references, issues, etc.)
to simplify and shorten instructions
Anything else to add? (Considerations, potential downsides, alternative solutions you have explored, etc.)
Checklists
Please cherry-pick my commits into: