From Fedora Project Wiki

Revision as of 12:48, 28 May 2020 by Kparal (talk | contribs) (Created page with "{{QA/Test_Case |description=Install Fedora CoreOS using static networking configuration. |setup= # Download and verify the latest [https://getfedora.org/coreos/download?tab=m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Install Fedora CoreOS using static networking configuration.

Setup

  1. Download and verify the latest FCOS next image (pick the right image for your environment, where you can configure it to use static networking).
  2. Figure out the right values for a static IP assignment in your network.

How to test

  1. Create an Ignition file. When writing configuration, use a static IP address.
  2. Launch your Fedora CoreOS system using this Ignition file. See Launching FCOS 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 network configuration matches your Ignition file configuration (it has the correct IP address, gateway, DNS, etc).
  3. The linked documentation makes sense, nothing is obviously missing, and the instructions are clear.