From Fedora Project Wiki
(new page for Alibaba Cloud testing) |
m (markup is hard) |
||
(One intermediate revision by the same user not shown) | |||
Line 8: | Line 8: | ||
|actions= | |actions= | ||
# Follow the documentation for [https://docs.fedoraproject.org/en-US/fedora-coreos/provisioning-aliyun/ getting the Alibaba Cloud image, uploading the image to Alibaba Cloud, 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-aliyun/ getting the Alibaba Cloud image, uploading the image to Alibaba Cloud, 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 and related infrastructure that was created. | ||
|results= | |results= | ||
Line 17: | Line 16: | ||
# 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. | ||
|optional= | |||
# Instead of providing just a SSH key-pair, familiarize yourself with FCOS [https://docs.fedoraproject.org/en-US/fedora-coreos/getting-started/#_provisioning_philosophy provisioning philosophy] and [https://docs.fedoraproject.org/en-US/fedora-coreos/producing-ign/ create an Ignition file] (copying the simplest example is fine). Then run this test case again, this time using your custom Ignition file. | |||
}} | }} | ||
[[Category:CoreOS Test Cases]] | [[Category:CoreOS Test Cases]] |
Latest revision as of 17:34, 15 October 2021
Description
Launch Fedora CoreOS in Alibaba 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.
- Create an Alibaba Cloud account.
- Verify that you have met the prerequisites for using Alibaba Cloud.
How to test
- Follow the documentation for getting the Alibaba Cloud image, uploading the image to Alibaba Cloud, 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 and related infrastructure that was created.
Expected Results
- The system launches in Alibaba Cloud 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.
Optional
- Instead of providing just a SSH key-pair, familiarize yourself with FCOS provisioning philosophy and create an Ignition file (copying the simplest example is fine). Then run this test case again, this time using your custom Ignition file.