From Fedora Project Wiki

Description

Provision Fedora CoreOS and test node counting

Setup

  1. Download and verify the latest FCOS next image (pick the right image for your environment).

How to test

  1. 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).
  2. Confirm that you see rpm-ostree-countme.timer in the output of systemctl list-timers.
  3. Create an Ignition file. When writing the configuration, mask the rpm-ostree-countme.timer unit.
  4. Launch your Fedora CoreOS system using this Ignition file.
  5. Confirm that you no longer see rpm-ostree-countme.timer in the output of systemctl list-timers.

Expected Results

  1. You can SSH successfully into your FCOS system.
  2. rpm-ostree-countme.timer is enabled and active by default.
  3. rpm-ostree-countme.timer can be disabled via the documented Ignition snippet.
  4. The linked documentation makes sense, nothing is obviously missing, and the instructions are clear.