From Fedora Project Wiki
Description
Launch Fedora CoreOS in some instance of OpenStack 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 Amazon AWS account.
How to test
- Pick the closest region in the list of FCOS AWS next images and copy the AMI image ID.
- Follow Launching on Amazon Web Services (AWS) documentation to launch the image in AWS using this AMI image ID.
- Use the provided instructions in AWS to SSH to the new FCOS instance using
ssh username@ipaddress
(replace username and ipaddress with actual values).- If you did not provide a custom Ignition file and only provided a SSH key-pair, then the default username to use is
core
.
- If you did not provide a custom Ignition file and only provided a SSH key-pair, then the default username to use is
- 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
- The system launches in OpenStack 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.