From Fedora Project Wiki
m (Kparal moved page User:Jlebon/Draft/Testcase CoreOS azure to QA:Testcase CoreOS Azure: make it official) |
mNo edit summary |
||
Line 10: | Line 10: | ||
# [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. | # [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 the documentation for [https://docs.fedoraproject.org/en-US/fedora-coreos/provisioning-azure/ downloading the Azure image, uploading it to your subscription, and launching a VM from it]. Use the `next` stream instead of `stable` when downloading with `coreos-installer`. | # Follow the documentation for [https://docs.fedoraproject.org/en-US/fedora-coreos/provisioning-azure/ downloading the Azure image, uploading it to your subscription, and launching a VM from it]. Use the `next` stream instead of `stable` when downloading with `coreos-installer`. | ||
# SSH into the machine using `ssh | # SSH into the machine using `ssh core@ipaddress` (replace ''ipaddress'' with actual values). | ||
# Don't forget to terminate your instance after you're done with testing, so that you don't end up paying for an eternal-running machine. You may also want to delete the uploaded image. | # Don't forget to terminate your instance after you're done with testing, so that you don't end up paying for an eternal-running machine. You may also want to delete the uploaded image. | ||
Revision as of 10:45, 6 June 2020
Description
Launch Fedora CoreOS in Microsoft Azure from the next
image.
Setup
- Create a Microsoft Azure account if you don't already have one.
- Install the Azure CLI.
- Install
coreos-installer
:sudo dnf install coreos-installer
How to test
- Create an Ignition config. You can use the simplest example available which includes your SSH key.
- Follow the documentation for downloading the Azure image, uploading it to your subscription, and launching a VM from it. Use the
next
stream instead ofstable
when downloading withcoreos-installer
. - SSH into the machine using
ssh core@ipaddress
(replace ipaddress with actual values). - Don't forget to terminate your instance after you're done with testing, so that you don't end up paying for an eternal-running machine. You may also want to delete the uploaded image.
Expected Results
- The system launches in Azure according to the instructions.
- You can connect through SSH.
- The linked documentation is clear, all steps are understandable, and nothing important is missing from it.