From Fedora Project Wiki
No edit summary |
(Fix typo) |
||
(One intermediate revision by the same user not shown) | |||
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/ | # [https://www.virtualbox.org/ Download and install VirtualBox] | ||
# Download and verify the latest FCOS next image (pick the right image for your environment). | # Download and verify the latest FCOS next image (pick the right image for your environment). | ||
|actions= | |actions= | ||
Line 11: | Line 11: | ||
|results= | |results= | ||
# The VM is able to boot in | # The VM is able to boot in VirtualBox | ||
# The FCOS system partitioning matches your Ignition file configuration (the disks are partitioned correctly, partitions have correct filesystems, SSH works successfully, etc). | # 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]] |
Latest revision as of 13:41, 27 September 2023
Description
Install Fedora CoreOs on VirtualBox as described in documentation.
Setup
- Download and install VirtualBox
- Download and verify the latest FCOS next image (pick the right image for your environment).
How to test
- Create the VM with the necessary disk and connections as describe the documentation above
- Create an Ignition file.
- Run coreos-installer install using Ignition file in a webserver
Expected Results
- The VM is able to boot in VirtualBox
- The FCOS system partitioning matches your Ignition file configuration (the disks are partitioned correctly, partitions have correct filesystems, SSH works successfully, etc).