Skip to content

Commit d99c844

Browse files
committed
https://issues.redhat.com/browse/ACM-25011
1 parent 9ae94fa commit d99c844

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

edge_manager/edge_mgr_build_images.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,16 +142,18 @@ Build the operating system image with `bootc` that contains the {rhem} agent. Yo
142142
* Host configuration
143143
* Application workloads that you need
144144
145-
Complete the following steps:
145+
*Note:* You must build the operating system image on a Red Hat Enterprise Linux host that has the required entitlement for the rhacm-2.14-for-rhel-9-x86_64-rpms repository.
146146

147+
Complete the following steps:
148+
//will need to determine what information needs to be changed in the paragraph below to coincide with the command change.
147149
. Create a `Containerfile` file with the following content to build a Red Hat Enterprise Linux based operating system image that includes the {rhem} agent and configuration. Replace `rhacm-<2.x>` and `rhel-<version>` with the version of the products that you are using:
148150

149151
+
150152
[source,bash]
151153
----
152154
FROM registry.redhat.io/rhel9/rhel-bootc:<required_os_version> <1>
153155
154-
RUN subscription-manager repos --enable rhacm-<2.x>-for-rhel-<version>-$(uname -m)-rpms && \
156+
RUN dnf config-manager --set-enabled rhacm-2.14-for-rhel-9-x86_64-rpms && \
155157
dnf -y install flightctl-agent && \
156158
dnf -y clean all && \
157159
systemctl enable flightctl-agent.service && \

edge_manager/edge_mgr_build_images_platform.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ When building operating system images and disk images for {ocp-virt}, you can fo
1515
* Add the `open-vm-tools` guest tools to the image.
1616
* Build a disk image of type `qcow2` instead of `iso`.
1717
18+
*Note:* You must build the operating system image on a Red Hat Enterprise Linux host that has the required entitlement for the rhacm-2.14-for-rhel-9-x86_64-rpms repository.
19+
1820
Complete the generic steps with changes to the following steps:
1921

2022
. Build an operating system image that is based on RHEL 9 that includes the {rhem} agent and virtual machine guest tools, but excludes the agent configuration.
@@ -26,7 +28,7 @@ Complete the generic steps with changes to the following steps:
2628
----
2729
FROM registry.redhat.io/rhel9/bootc-image-builder:latest
2830
29-
RUN subscription-manager repos --enable rhacm-<2.x>-for-rhel-<version>-$(uname -m)-rpms && \
31+
RUN dnf config-manager --set-enabled rhacm-2.14-for-rhel-9-x86_64-rpms && \
3032
dnf -y install flightctl-agent && \
3133
dnf -y clean all && \
3234
systemctl enable flightctl-agent.service

edge_manager/edge_mgr_intro.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ By defining the required state of your edge devices, which includes your operati
88
By using the {rhem} on {acm}, you can manage non-Kubernetes workloads and your operating system configuration on a Red Hat Enterprise Linux machine consistently with how you manage it on {ocp}.
99

1010
See the following topics to learn more about using {rhem} on {acm-short}. All features are in *Technology Preview* status:
11-
11+
//ML comment
1212
* xref:../edge_manager/edge_mgr_arch.adoc#rhem-architecture[{rhem} architecture]
1313
* xref:../edge_manager/edge_mgr_enable.adoc#rhem-enable[Enabling the {rhem}]
1414
* xref:../edge_manager/edge_mgr_images_intro.adoc#edge-mgr-images[Operating system images for the {rhem}]

0 commit comments

Comments
 (0)