From Fedora Project Wiki

mNo edit summary
mNo edit summary
 
Line 5: Line 5:
'''NOTE:''' You are not required to run this test case. If you don't already have an account or don't want to create one then skip this test.
'''NOTE:''' You are not required to run this test case. If you don't already have an account or don't want to create one then skip this test.
# Create a [https://www.digitalocean.com/ DigitalOcean Account] if you don't already have one.
# Create a [https://www.digitalocean.com/ DigitalOcean Account] if you don't already have one.
# Install the [https://github.com/digitalocean/doctl#installing-doctl doctl CLI].
# Install the [https://github.com/digitalocean/doctl#installing-doctl doctl CLI]. <pre>sudo dnf install doctl</pre>


|actions=
|actions=

Latest revision as of 20:53, 12 April 2022

Description

Launch Fedora CoreOS in DigitalOcean using the next image and the DO custom image workflow.

Setup

NOTE: You are not required to run this test case. If you don't already have an account or don't want to create one then skip this test.

  1. Create a DigitalOcean Account if you don't already have one.
  2. Install the doctl CLI.
    sudo dnf install doctl

How to test

  1. Create an Ignition config. You can use the simplest example available which includes your SSH key.
  2. 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.
  3. SSH into the machine using ssh username@ipaddress (replace username and ipaddress with actual values).
  4. 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

  1. The system launches in DigitalOcean according to the instructions.
  2. You can connect through SSH.
  3. The linked documentation is clear, all steps are understandable, and nothing important is missing from it.