From Fedora Project Wiki
(polish instructions) |
No edit summary |
||
Line 3: | Line 3: | ||
|setup= | |setup= | ||
# Download and verify the latest [https://getfedora.org/coreos/download?tab=metal_virtualized&stream=next FCOS '''next''' image for bare metal machines]. Choose your preferred installation source (''ISO'' for an optical or USB drive, ''PXE'' for a network install or ''Raw'' for a direct disk copy to a hard drive.) | # Download and verify the latest [https://getfedora.org/coreos/download?tab=metal_virtualized&stream=next FCOS '''next''' image for bare metal machines]. Choose your preferred installation source (''ISO'' for an optical or USB drive, ''PXE'' for a network install or ''Raw'' for a direct disk copy to a hard drive.) | ||
# Familiarize yourself with FCOS [https://docs.fedoraproject.org/en-US/fedora-coreos/getting-started/#_provisioning_philosophy provisioning philosophy], i.e. the role of | # Familiarize yourself with FCOS [https://docs.fedoraproject.org/en-US/fedora-coreos/getting-started/#_provisioning_philosophy provisioning philosophy], i.e. the role of an Ignition config file during system installation. | ||
|actions= | |actions= | ||
# [https://docs.fedoraproject.org/en-US/fedora-coreos/producing-ign/ Create an Ignition | # [https://docs.fedoraproject.org/en-US/fedora-coreos/producing-ign/ Create an Ignition config]. You can use the simplest example available which includes your SSH key. | ||
# Follow [https://docs.fedoraproject.org/en-US/fedora-coreos/bare-metal/ | # Follow the documentation for [https://docs.fedoraproject.org/en-US/fedora-coreos/bare-metal/ installing CoreOS on Bare Metal]. | ||
# | # You should be able to see the IP address printed at the login prompt of the serial console. | ||
# SSH into the machine using `ssh username@ipaddress` (replace ''username'' and ''ipaddress'' with actual values). | # SSH into the machine using `ssh username@ipaddress` (replace ''username'' and ''ipaddress'' with actual values). | ||
|results= | |results= | ||
# The system runs on a bare metal machine according to the instructions. | # The system runs on a bare metal machine according to the instructions. | ||
# You can | # You can read the IP address of the machine from the serial console. | ||
# You can connect to the machine via SSH. | |||
# The linked documentation is clear, all steps are understandable, and nothing important is missing from it. | # The linked documentation is clear, all steps are understandable, and nothing important is missing from it. | ||
}} | }} | ||
[[Category:CoreOS Test Cases]] | [[Category:CoreOS Test Cases]] |
Revision as of 20:49, 4 June 2020
Description
Install Fedora CoreOS on bare metal machine using the next
image.
Setup
- Download and verify the latest FCOS next image for bare metal machines. Choose your preferred installation source (ISO for an optical or USB drive, PXE for a network install or Raw for a direct disk copy to a hard drive.)
- Familiarize yourself with FCOS provisioning philosophy, i.e. the role of an Ignition config file during system installation.
How to test
- Create an Ignition config. You can use the simplest example available which includes your SSH key.
- Follow the documentation for installing CoreOS on Bare Metal.
- You should be able to see the IP address printed at the login prompt of the serial console.
- SSH into the machine using
ssh username@ipaddress
(replace username and ipaddress with actual values).
Expected Results
- The system runs on a bare metal machine according to the instructions.
- You can read the IP address of the machine from the serial console.
- You can connect to the machine via SSH.
- The linked documentation is clear, all steps are understandable, and nothing important is missing from it.