generated from RedHatQuickCourses/course-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b0d1c10
commit 2d5f812
Showing
11 changed files
with
37 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
= Build Operating System Images for Edge Devices | ||
|
||
Goal:: | ||
Build RHEL for Edge images using RHEL Image Builder and Cockpit | ||
Build RHEL for Edge images using RHEL Image Builder | ||
|
||
WARNING: Pending SME Review & Proofreading | ||
|
||
== Introduction | ||
|
||
This chapter explains how edge devices differ from traditional servers in data centers and cloud providers and introduces the features from Red Hat Enterprise Linux (RHEL) designed to meet the needs of edge devices, such as the RHEL image builder tool and the OSTree technology, collectively known as RHEL for Edge. | ||
This chapter explains how edge devices differ from traditional servers in data centers and cloud providers and introduces the features from Red Hat Enterprise Linux (RHEL) designed to meet the needs of edge devices, such as the RHEL Image Builder tool and the RPM-OSTree technology, collectively known as RHEL for Edge. | ||
|
||
After explaining these concepts, this chapter starts a series of hands-on activities which walks through the process of building operating system images for edge device. These activities continue through the next chapters with publishing those image in a web server, using those images to provision devices in edge locations, and delivering updates to edge devices. | ||
After explaining these concepts, this chapter presents a series of hands-on activities which walks through the process of building operating system images for edge device. These activities continue through the next chapters with publishing those image in a web server, using those images to provision devices in edge locations, and delivering updates to edge devices. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
= Validate initial deployment of RHEL for Edge images in local VMs using virsh and cockpit | ||
= Validate Edge Device Images | ||
|
||
WARNING: Work In Progress | ||
Goal:: | ||
Validate initial deployment of RHEL for Edge images in local VMs | ||
|
||
WARNING: Work In Progress | ||
|
||
== Introduction | ||
|
||
This chapter explains how to use KVM virtualization from RHEL to test edge device images, as part of a development or CI/CD workflow. | ||
|
||
This chapter presents a series of hands-on activities which provision VMs from OSTree repositories, either directly, by using the standard RHEL installation media, or by means of an edge installer image generated by Image Builder. The next and final chapter shows how to apply update to VMs provisioned using either method. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* xref:index.adoc[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
= Update Edge Devices | ||
|
||
Goal:: | ||
Publish and Validate updates of RHEL for Edge images using OSTree deltas in local VMs. | ||
|
||
WARNING: Work In Progress | ||
|
||
== Introduction | ||
|
||
This chapter explains how to use RPM-OStree technoly from RHEL to apply and test edge device updates, as part of a development or CI/CD workflow. | ||
|
||
This chapter presents a series of hands-on activities which update the operating system in VMs using OSTree repositories, and optimize those system updates by building static deltas. | ||
|
||
This is the final chapter of this course. Stay tuned for future courses which teach othr features included in Red Hat Device Edge, such as MicroShift and Green Boot. |
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.