From Fedora Project Wiki

Revision as of 20:54, 4 April 2022 by Dustymabe (talk | contribs) (Created page with "{{QA/Test_Case |description=Launch Fedora CoreOS in [https://www.vultr.com/ Vultr Cloud] from the <code>next</code> image. |setup= '''NOTE:''' You are not required to run th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Launch Fedora CoreOS in Vultr Cloud from the next image.

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 Vultr account.
  1. Create a Vultr Cloud if you don't already have one.
  2. Install the Vultr CLI:
    sudo dnf install vultr-cli
    .
  3. Install coreos-installer:
    sudo dnf install coreos-installer

How to test

  1. Follow Provisioning on Vultr documentation to upload an image file, create a snapshot, and start an instance.
  2. Verify you can SSH into the instance and no failures are reported on login. Typical username is core.
    ssh core@IP
  3. 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

  1. The system launches in Vultr 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.