From Fedora Project Wiki

(Created page with "{{QA/Test_Case |description=Install Fedora CoreOS and set up a simple containerized service via Ignition. |setup= # Download and verify the latest [https://getfedora.org/coreo...")
 
m (delete duplicate word)
Line 10: Line 10:
|results=
|results=
# You can SSH successfully into your FCOS system.
# You can SSH successfully into your FCOS system.
# The containerized service successfully is successfully installed and started as per your Ignition file configuration.
# The containerized service is successfully installed and started as per your Ignition file configuration.
# The linked documentation makes sense, nothing is obviously missing, and the instructions are clear.
# The linked documentation makes sense, nothing is obviously missing, and the instructions are clear.
}}
}}


[[Category:CoreOS Test Cases]]
[[Category:CoreOS Test Cases]]

Revision as of 21:34, 4 June 2020

Description

Install Fedora CoreOS and set up a simple containerized service via Ignition.

Setup

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

How to test

  1. Create an Ignition file. When writing the configuration, provide a systemd unit which runs a service via podman. The documentation uses busybox as an example, but feel free to use another containerized service of your choice.
  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 containerized service is successfully installed and started as per your Ignition file configuration.
  3. The linked documentation makes sense, nothing is obviously missing, and the instructions are clear.