From Fedora Project Wiki
m (Kparal moved page User:Dustymabe/Draft/Testcase CoreOS digitalocean to QA:Testcase CoreOS DigitalOcean: make it official) |
mNo edit summary |
||
Line 3: | Line 3: | ||
|setup= | |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. | |||
# 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]. |
Revision as of 14:10, 22 April 2021
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.
- Create a DigitalOcean Account 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.