Skip to content

Commit

Permalink
Remove references to Pulpcore module stream for Pulpcore 3.39 (thefor…
Browse files Browse the repository at this point in the history
  • Loading branch information
ianballou committed Dec 11, 2023
1 parent 4a14a77 commit c6b2be6
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 12 deletions.
1 change: 0 additions & 1 deletion guides/common/attributes-foreman-el.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Overrides for foreman-el build
:install-on-os: CentOS/RHEL
:dnf-module: foreman:el8
:dnf-modules: {dnf-module}

// Some documents are not ready for stable releases, but can be published on nightly
ifeval::["{DocState}" != "nightly"]
Expand Down
1 change: 0 additions & 1 deletion guides/common/attributes-katello.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
:client-content-apt:
:client-content-zypper:
:dnf-module: katello:el8
:dnf-modules: {dnf-module} pulpcore:el8
:foreman-installer-package: foreman-installer-katello
:installer-log-file: /var/log/foreman-installer/katello.log
:installer-scenario-smartproxy: foreman-installer --scenario foreman-proxy-content
Expand Down
1 change: 0 additions & 1 deletion guides/common/attributes-orcharhino.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
:customssl: custom SSL
:customssltitle: Custom SSL
:dnf-module: orcharhino:el8
:dnf-modules: {dnf-module}
:foreman-example-com: orcharhino.example.com
:installer-log-file: /var/log/foreman-installer/katello.log
:installer-scenario-smartproxy: orcharhino-installer --no-enable-foreman
Expand Down
1 change: 0 additions & 1 deletion guides/common/attributes-satellite.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,3 @@
:project-client-RHEL7-url: {RepoRHEL7ServerSatelliteToolsProjectVersion}
:project-client-RHEL8-url: {RepoRHEL8ServerSatelliteToolsProjectVersion}
:dnf-module: satellite:el8
:dnf-modules: {dnf-module}
2 changes: 1 addition & 1 deletion guides/common/modules/con_troubleshooting-postgresql.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If a database was previously created using PostgreSQL 10, perform an upgrade:
+
[options="nowrap" subs="+quotes,attributes"]
----
# dnf module enable {dnf-modules}
# dnf module enable {dnf-module}
----
. Install the PostgreSQL upgrade package:
+
Expand Down
6 changes: 3 additions & 3 deletions guides/common/modules/proc_configuring-repositories.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ endif::[]
+
[options="nowrap" subs="+quotes,attributes"]
----
# dnf module enable {dnf-modules}
# dnf module enable {dnf-module}
----

endif::[]
Expand Down Expand Up @@ -94,13 +94,13 @@ ifdef::foreman-el,katello,satellite[]
+
[options="nowrap" subs="+quotes,verbatim,attributes"]
----
# dnf module enable {dnf-modules}
# dnf module enable {dnf-module}
----
endif::[]
+
[NOTE]
====
If there is any warning about conflicts with Ruby or PostgreSQL while enabling `{dnf-modules}` module, see
If there is any warning about conflicts with Ruby or PostgreSQL while enabling `{dnf-module}` module, see
ifeval::["{context}" == "{project-context}"]
xref:troubleshooting-dnf-modules_{context}[].
endif::[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ https://yum.theforeman.org/katello/{KatelloVersion}/katello/el8/x86_64/katello-r
----
endif::[]
+
. Enable the following modules:
. Enable the following module:
+
[options="nowrap" subs="+quotes,attributes"]
----
# dnf module enable {dnf-modules}
# dnf module enable {dnf-module}
----
+
[NOTE]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,19 @@ ifdef::foreman-el[]
# {package-update} https://yum.theforeman.org/releases/{ProjectVersion}/el8/x86_64/foreman-release.rpm
endif::[]
----
ifdef::katello[]
. Disable the pulpcore module if it is enabled:
+
[options="nowrap" subs="+quotes,attributes"]
----
# dnf module disable pulpcore
----
endif::[]
. Ensure the module streams are enabled:
+
[options="nowrap" subs="attributes"]
----
# dnf module enable {dnf-modules}
# dnf module enable {dnf-module}
----
. Stop all services:
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,19 @@ ifdef::foreman-el[]
# {package-update} https://yum.theforeman.org/releases/{ProjectVersion}/el8/x86_64/foreman-release.rpm
endif::[]
----
ifdef::katello[]
. Disable the pulpcore module if it is enabled:
+
[options="nowrap" subs="+quotes,attributes"]
----
# dnf module disable pulpcore
----
endif::[]
. Ensure the module streams are enabled:
+
[options="nowrap" subs="attributes"]
----
# dnf module enable {dnf-modules}
# dnf module enable {dnf-module}
----
. Update the required packages:
+
Expand Down

0 comments on commit c6b2be6

Please sign in to comment.