From Fedora Project Wiki

Revision as of 04:16, 25 May 2020 by Sumantrom (talk | contribs) (Created page with "{{QA/Test_Case |description= Install Fedora CoreOS in a libvirt. For the sake of the testing the freshly-oven-baked changes, we would be using the <code>next</code> image. |s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Install Fedora CoreOS in a libvirt. For the sake of the testing the freshly-oven-baked changes, we would be using the next image.

Setup

  1. Download and verify the latest FCOS next image for QEMU

How to test

  1. Prepare an Ignition file to configure your FCOS instance. Read Provisioning Philosophy
  2. Produce the ignition file.
  3. Launching with QEMU or libvirt

Expected Results

The following must be true to consider this a successful test run.

  1. Confirm that you can SSH successfully into the machine according to the instructions (and the contents of your Ignition file).
  2. Verify the documentation to start up a virtual machine:
    1. works without a hitch
    2. Steps are understandable
  3. The virtual machine once destroyed, should deallocate all resources

Optional

If you see some issues, investigate the logs in journal, make sure the services are running.

  1. To be added