From Fedora Project Wiki
(Add GCP test case) |
No edit summary |
||
Line 9: | Line 9: | ||
|actions= | |actions= | ||
# Follow the [https://docs.fedoraproject.org/en-US/fedora-coreos/provisioning-gcp/ Booting on GCP] documentation to launch the latest image in the <code>fedora-coreos-next</code> image family. | # Follow the [https://docs.fedoraproject.org/en-US/fedora-coreos/provisioning-gcp/ Booting on GCP] documentation to launch the latest image in the <code>fedora-coreos-next</code> image family. | ||
# Use the gcloud CLI or the web frontend to discover the IP address for the launched | # Use the gcloud CLI or the web frontend to discover the IP address for the launched instance and then SSH into it 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 `core`. | ||
# 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. | # 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. |
Revision as of 21:22, 4 June 2020
Description
Launch Fedora CoreOS in Google Cloud Platform from the fedora-coreos-next
image family.
Setup
- Create a GCP account.
How to test
- Follow the Booting on GCP documentation to launch the latest image in the
fedora-coreos-next
image family. - Use the gcloud CLI or the web frontend to discover the IP address for the launched instance and then SSH into it 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 AWS 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.
- Instead of launching the GCP instance from the command line, use GCP web console to launch it.