From Fedora Project Wiki
(Create page) |
m (add "URL") |
||
Line 8: | Line 8: | ||
|actions= | |actions= | ||
# [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-digitalocean/ getting the DigitalOcean image, creating a custom image, and launching a VM from it]. Be sure to choose the image from the `next` stream. | # Follow the documentation for [https://docs.fedoraproject.org/en-US/fedora-coreos/provisioning-digitalocean/ getting the DigitalOcean image URL, creating a custom image, and launching a VM from it]. Be sure to choose the image from the `next` stream. | ||
# SSH into the machine using `ssh username@ipaddress` (replace ''username'' and ''ipaddress'' with actual values). | # 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. You may also want to delete the custom image that was created. | # 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 custom image that was created. |
Revision as of 18:33, 5 June 2020
Description
Launch Fedora CoreOS in DigitalOcean using the next
image and the DO custom image workflow.
Setup
- Create a DigitalOcean Accout if you don't already have one.
- Install the doctl CLI.
How to test
- Create an Ignition config. You can use the simplest example available which includes your SSH key.
- Follow the documentation for getting the DigitalOcean image URL, creating a custom image, and launching a VM from it. Be sure to choose the image from the
next
stream. - 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. You may also want to delete the custom image that was created.
Expected Results
- The system launches in DigitalOcean 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.