Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Production OTA: Add link for offline keys (requirement) and reason for motivation to do static deltas #610

Merged
merged 2 commits into from
Oct 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion source/reference-manual/ota/production-targets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ Waves allow Factory operators to control an exact time when devices see a new ve
Performing a Production OTA
---------------------------

A user should define a process to select CI builds which need to be delivered to production devices.
A customer should define a process to select CI builds which need to be delivered to production devices.
Every user performing production OTAs should generate their personal :ref:`offline TUF targets key <ref-offline-keys>` to sign production Targets.

Let's assume a user selected a CI build version 42 as ready to be run in production.
To start the production release process, a user would create a new wave using the below command::

Expand All @@ -48,6 +50,7 @@ That TUF targets role only includes a single Target from CI build (in above exam
.. note::

We recommend that a user generates :ref:`OSTree static deltas<ref-static-deltas>` before rolling out waves to devices.
Static Deltas will optimize your OTA update download.
camilamacedo86 marked this conversation as resolved.
Show resolved Hide resolved

Once created, a new wave can be rolled out to Factory production devices, all at once or in phases.
There are several ways how a wave can be rolled out:
Expand Down