From Fedora Project Wiki

(Created page with "{{QA/Test_Case |description=Install Fedora CoreOs on VirtualBox as described in [https://docs.fedoraproject.org/en-US/fedora-coreos/provisioning-virtualbox/ documentation]. |s...")
 
No edit summary
Line 2: Line 2:
|description=Install Fedora CoreOs on VirtualBox as described in [https://docs.fedoraproject.org/en-US/fedora-coreos/provisioning-virtualbox/ documentation].
|description=Install Fedora CoreOs on VirtualBox as described in [https://docs.fedoraproject.org/en-US/fedora-coreos/provisioning-virtualbox/ documentation].
|setup=
|setup=
#  
# [https://www.virtualbox.org/ Downlaod and install VirtualBox]
# Download and verify the latest FCOS next image (pick the right image for your environment).
|actions=
|actions=
#  
#  
# Create the VM with the necessary disk and connections as describe the documentation above
# [https://docs.fedoraproject.org/en-US/fedora-coreos/producing-ign/ Create an Ignition file].
# Run coreos-installer install using Ignition file in a webserver


|results=
|results=
#  
# The VM is able to boot in VitualBox
# The FCOS system partitioning matches your Ignition file configuration (the disks are partitioned correctly, partitions have correct filesystems, SSH works successfully, etc).
}}
}}


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

Revision as of 13:49, 11 October 2021

Description

Install Fedora CoreOs on VirtualBox as described in documentation.

Setup

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

How to test

  1. Create the VM with the necessary disk and connections as describe the documentation above
  2. Create an Ignition file.
  3. Run coreos-installer install using Ignition file in a webserver

Expected Results

  1. The VM is able to boot in VitualBox
  2. The FCOS system partitioning matches your Ignition file configuration (the disks are partitioned correctly, partitions have correct filesystems, SSH works successfully, etc).