From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description=Launch Fedora CoreOS in [https://azure.microsoft.com/ Microsoft Azure] from the <code>next</code> image. |setup= # Create a [https://azure.microso...") |
No edit summary |
||
Line 17: | Line 17: | ||
# You can connect through SSH. | # You can connect through 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 21:20, 4 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
viadnf 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 username@ipaddress
(replace username and 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.
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.