From Fedora Project Wiki
m (Kparal moved page User:Sumantrom/Draft/Testcase CoreOS static networking to QA:Testcase CoreOS static networking: make it official) |
(Update links) |
||
Line 6: | Line 6: | ||
|actions= | |actions= | ||
# [https://docs.fedoraproject.org/en-US/fedora-coreos/producing-ign/ Create an Ignition file]. When writing configuration, [https://docs.fedoraproject.org/en-US/fedora-coreos/ | # [https://docs.fedoraproject.org/en-US/fedora-coreos/producing-ign/ Create an Ignition file]. When writing configuration, [https://docs.fedoraproject.org/en-US/fedora-coreos/sysconfig-network-configuration/#_configuring_a_static_ip use a static IP address]. | ||
# Launch your Fedora CoreOS system using this Ignition file. See [https://docs.fedoraproject.org/en-US/fedora-coreos/getting-started/# | # 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). | ||
|results= | |results= |
Latest revision as of 14:39, 22 April 2021
Description
Install Fedora CoreOS using static networking configuration.
Setup
- Download and verify the latest FCOS next image (pick the right image for your environment, where you can configure it to use static networking).
- Figure out the right values for a static IP assignment in your network.
How to test
- Create an Ignition file. When writing configuration, use a static IP address.
- 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).
Expected Results
- You can SSH successfully into your FCOS system.
- The FCOS system network configuration matches your Ignition file configuration (it has the correct IP address, gateway, DNS, etc).
- The linked documentation makes sense, nothing is obviously missing, and the instructions are clear.