From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
# You can connect to the machine via SSH. | # 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. | ||
|optional= | |||
# Follow the documentation in [https://github.com/coreos/fedora-coreos-docs/blob/2e452dcb758abcad71fa94e2f63ff38dfb8e878c/modules/ROOT/pages/authentication.adoc#using-password-authentication this section] to add a password to your configuration. Then try to log into the machine on the serial console using that password. | |||
# Follow the documentation in [https://github.com/coreos/fedora-coreos-docs/blob/2e452dcb758abcad71fa94e2f63ff38dfb8e878c/modules/ROOT/pages/authentication.adoc#enabling-ssh-password-authentication this section] to enable SSH password authentication. Then try to log into the machine over SSH using a username and password. | |||
}} | }} | ||
[[Category:CoreOS Test Cases]] | [[Category:CoreOS Test Cases]] |
Revision as of 17:54, 5 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 or PXE for a network install).
- 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.
Optional
- Follow the documentation in this section to add a password to your configuration. Then try to log into the machine on the serial console using that password.
- Follow the documentation in this section to enable SSH password authentication. Then try to log into the machine over SSH using a username and password.