From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description=Provision Fedora CoreOS and set alternatives symlinks. |setup= # Download and verify the latest [https://getfedora.org/coreos/download?tab=metal_vi...") |
No edit summary |
||
Line 5: | Line 5: | ||
|actions= | |actions= | ||
# [https://docs.fedoraproject.org/en-US/fedora-coreos/producing-ign/ Create an Ignition file]. When writing the configuration, [https://docs.fedoraproject.org/en-US/fedora-coreos/alternatives/ update the iptables alternatives symlinks to point to iptables-legacy] | # [https://docs.fedoraproject.org/en-US/fedora-coreos/producing-ign/ Create an Ignition file]. When writing the configuration, [https://docs.fedoraproject.org/en-US/fedora-coreos/alternatives/ update the iptables alternatives symlinks to point to iptables-legacy]. | ||
# 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). | ||
Latest revision as of 20:03, 29 September 2022
Description
Provision Fedora CoreOS and set alternatives symlinks.
Setup
- Download and verify the latest FCOS next image (pick the right image for your environment).
How to test
- Create an Ignition file. When writing the configuration, update the iptables alternatives symlinks to point to iptables-legacy.
- 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 symlinks in
/etc/alternatives
reflect the wanted changes. - The output of e.g.
iptables --version
shows the legacy backend is being used. - The linked documentation makes sense, nothing is obviously missing, and the instructions are clear.