Skip to content

Commit

Permalink
edge: Add bootupd
Browse files Browse the repository at this point in the history
So right now the "coreos" workload is disabled in ELN:
https://github.com/minimization/content-resolver-input/blob/2331fc87220bebfe32dc5db5ec038c3948197e46/configs/sst_coreos.yaml#L35

In practice it seems like everything ended up here under edge.

Of tier 0, just missing bootupd, but we want to ship that in
Edge.
  • Loading branch information
cgwalters committed Sep 29, 2023
1 parent 2331fc8 commit 1a53946
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configs/sst_edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ data:
- fdo-rendezvous-server
- greenboot
- greenboot-default-health-checks
- bootupd
x86_64:
- clevis-pin-tpm2
- fdo-client
Expand All @@ -45,9 +46,11 @@ data:
- fdo-rendezvous-server
- greenboot
- greenboot-default-health-checks
- bootupd
ppc64le:
- greenboot
- greenboot-default-health-checks
- bootupd

labels:
- eln
Expand Down

0 comments on commit 1a53946

Please sign in to comment.