From Fedora Project Wiki
Description
Provision Fedora CoreOS and test node counting
Setup
- Download and verify the latest FCOS next image (pick the right image for your environment).
How to test
- Launch your Fedora CoreOS system. See the Quickstart and the provisioning docs for a guide how to launch FCOS in most environments (bare metal, virtual, cloud, etc).
- Confirm that you see
rpm-ostree-countme.timer
in the output ofsystemctl list-timers
. - Create an Ignition file. When writing the configuration, mask the
rpm-ostree-countme.timer
unit. - Launch your Fedora CoreOS system using this Ignition file.
- Confirm that you no longer see
rpm-ostree-countme.timer
in the output ofsystemctl list-timers
.
Expected Results
- You can SSH successfully into your FCOS system.
rpm-ostree-countme.timer
is enabled and active by default.rpm-ostree-countme.timer
can be disabled via the documented Ignition snippet.- The linked documentation makes sense, nothing is obviously missing, and the instructions are clear.