From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description=Provision Fedora CoreOS and configure fedora-toolbox:35 . |setup= # Download and verify the latest [https://getfedora.org/coreos/download?tab=meta...") |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
|setup= | |setup= | ||
# Download and verify the latest [https://getfedora.org/coreos/download?tab=metal_virtualized&stream=next FCOS <b>next</b> image] (pick the right image for your environment). | # Download and verify the latest [https://getfedora.org/coreos/download?tab=metal_virtualized&stream=next FCOS <b>next</b> image] (pick the right image for your environment). | ||
# Toolbox | # Toolbox is preinstalled on FCOS [https://docs.fedoraproject.org/en-US/fedora-silverblue/toolbox/] | ||
''Note:'' Use the latest image '''''registry.fedoraproject.org/fedora-toolbox:35''''' | |||
''Note:'' Use the latest image '''''registry.fedoraproject.org/fedora-toolbox:35''''' | |||
Line 13: | Line 10: | ||
# [https://docs.fedoraproject.org/en-US/fedora-coreos/producing-ign/ Create an Ignition file]. | # [https://docs.fedoraproject.org/en-US/fedora-coreos/producing-ign/ Create an Ignition file]. | ||
# Launch your Fedora CoreOS system using this Ignition file. See [https://docs.fedoraproject.org/en-US/fedora-coreos/getting-started/#_quickstart the Quickstart] and the provisioning docs for a guide how to launch FCOS in most environments (bare metal, virtual, cloud, etc). | # Launch your Fedora CoreOS system using this Ignition file. See [https://docs.fedoraproject.org/en-US/fedora-coreos/getting-started/#_quickstart the Quickstart] and the provisioning docs for a guide how to launch FCOS in most environments (bare metal, virtual, cloud, etc). | ||
# [https://docs.fedoraproject.org/en-US/fedora-coreos/debugging-with-toolbox/ Debugging with Toolbox] | # Follow the documentation for [https://docs.fedoraproject.org/en-US/fedora-coreos/debugging-with-toolbox/ Debugging with Toolbox] and execute some debugging commands. | ||
|results= | |results= | ||
# You can SSH successfully into your FCOS system. | # You can SSH successfully into your FCOS system. | ||
# Once inside the toolbox, you can access common command line tools, and install new ones using a package manager (e.g., DNF on Fedora). | # Once inside the toolbox, you can access common command line tools, and install new ones using a package manager (e.g., DNF on Fedora). | ||
# Once done with your container, you can exit the container and then remove it from the host | # Once done with your container, you can exit the container and then remove it from the host. | ||
# 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]] |
Latest revision as of 18:44, 6 April 2022
Description
Provision Fedora CoreOS and configure fedora-toolbox:35 .
Setup
- Download and verify the latest FCOS next image (pick the right image for your environment).
- Toolbox is preinstalled on FCOS [1]
Note: Use the latest image registry.fedoraproject.org/fedora-toolbox:35
How to test
- Create an Ignition file.
- Launch your Fedora CoreOS system using this Ignition file. See the Quickstart and the provisioning docs for a guide how to launch FCOS in most environments (bare metal, virtual, cloud, etc).
- Follow the documentation for Debugging with Toolbox and execute some debugging commands.
Expected Results
- You can SSH successfully into your FCOS system.
- Once inside the toolbox, you can access common command line tools, and install new ones using a package manager (e.g., DNF on Fedora).
- Once done with your container, you can exit the container and then remove it from the host.
- The linked documentation makes sense, nothing is obviously missing, and the instructions are clear.