Skip to content

Commit f8a69b2

Browse files
authored
Merge pull request #88190 from ShaunaDiaz/OSDOCS-13318
OSDOCS-13318: adds missing steps to EUS repo config MicroShift
2 parents 4ce7571 + 90b207e commit f8a69b2

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

modules/microshift-embed-ostree-enable-eus-repos.adoc

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,32 @@
66
[id="microshift-enable-eus-repos_{context}"]
77
= Enabling extended support repositories for image building
88

9-
If you have an extended support (EUS) release of {microshift-short}, you must enable the {op-system-base-full} EUS repositories for image builder to use. If you do not have an EUS version, you can skip these steps.
9+
If you have an extended support (EUS) release of {microshift-short} or {op-system-base-full}, you must enable the {op-system-base} EUS repositories for image builder to use. If you do not have an EUS version, you can skip these steps.
1010

1111
.Prerequisites
1212

13-
* You have an EUS version of {microshift-short} or are updating to one.
13+
* You have an EUS version of {microshift-short} or {op-system-base} or are updating to one.
1414
* You have root-user access to your build host.
1515
* You reviewed the link:https://docs.redhat.com/en/documentation/red_hat_build_of_microshift/{ocp-version}/html/getting_ready_to_install_microshift/microshift-install-get-ready#get-ready-install-rhde-compatibility-table_microshift-install-get-ready[{op-system-bundle} release compatibility matrix].
1616
1717
include::snippets/microshift-unsupported-config-warn.adoc[leveloffset=+1]
1818

1919
.Procedure
2020

21+
. Create the `/etc/osbuild-composer/repositories` directory by running the following command:
22+
+
23+
[source,terminal]
24+
----
25+
$ sudo mkdir -p /etc/osbuild-composer/repositories
26+
----
27+
28+
. Copy the `/usr/share/osbuild-composer/repositories/rhel-9.4.json` file into the `/etc/osbuild-composer/repositories` directory by running the following command:
29+
+
30+
[source,terminal]
31+
----
32+
$ sudo cp /usr/share/osbuild-composer/repositories/rhel-9.4.json /etc/osbuild-composer/repositories/rhel-9.4.json
33+
----
34+
2135
. Update the `baseos` source by modifying the `/etc/osbuild-composer/repositories/rhel-9.4.json` file with the following values:
2236
+
2337
[source,terminal]

modules/microshift-updating-rpms-y.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ You cannot downgrade {microshift-short} with this process. Downgrades are not su
2929
[source,terminal,subs="attributes+"]
3030
----
3131
$ sudo subscription-manager repos \
32-
--enable rhocp-<4.18>-for-<9>-$(uname -m)-rpms \ # <1>
32+
--enable rhocp-<x.y>-for-<9>-$(uname -m)-rpms \ # <1>
3333
--enable fast-datapath-for-<9>-$(uname -m)-rpms # <2>
3434
----
35-
<1> Replace _<4.18>_ and _<9>_ with the compatible versions of your {microshift-short} and {op-system-base-full}.
35+
<1> Replace _<x.y>_ and _<9>_ with the compatible versions of your {microshift-short} and {op-system-base-full}.
3636
<2> Replace _<9>_ with the compatible version of {op-system-base}.
3737

3838
. For extended support (EUS) releases, also enable the EUS repositories by running the following command:

0 commit comments

Comments
 (0)