From Fedora Project Wiki

Revision as of 14:39, 5 April 2022 by Dustymabe (talk | contribs) (Created page with "{{QA/Test_Case |description=Provision Fedora CoreOS and configure Time Zone. |setup= # Download and verify the latest [https://getfedora.org/coreos/download?tab=metal_virtual...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Provision Fedora CoreOS and configure Time Zone.

Setup

  1. Download and verify the latest FCOS next image (pick the right image for your environment).
  2. Figure out what local timezone you'd like to configure.

How to test

  1. Create an Ignition file. When writing the configuration, set a local timezone.
  2. Launch your Fedora CoreOS system using this Ignition file. See the Quickstart and the provisioning docs for a guide how to launch FCOS in most environments (bare metal, virtual, cloud, etc).

Expected Results

  1. You can SSH successfully into your FCOS system.
  2. The FCOS system local time is correct based on the configured timezone in Ignition. Run timedatectl to confirm.
  3. The linked documentation makes sense, nothing is obviously missing, and the instructions are clear.