From Fedora Project Wiki

Revision as of 16:49, 5 April 2022 by Jlebon (talk | contribs) (Created page with "{{QA/Test_Case |description=Provision Fedora CoreOS and test node counting |setup= # Download and verify the latest [https://getfedora.org/coreos/download?tab=metal_virtualize...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.