From Fedora Project Wiki
m (Kparal moved page User:Dustymabe/Draft/Testcase CoreOS vmware to QA:Testcase CoreOS VMware: make it official) |
mNo edit summary |
||
Line 11: | Line 11: | ||
# | # | ||
# Follow the documentation for [https://docs.fedoraproject.org/en-US/fedora-coreos/provisioning-vmware/ downloading the VMWare OVA image, importing it using `govc`, encoding the Ignition config, and launching a VM from it]. Use the `next` stream instead of `stable` when downloading with `coreos-installer`. | # Follow the documentation for [https://docs.fedoraproject.org/en-US/fedora-coreos/provisioning-vmware/ downloading the VMWare OVA image, importing it using `govc`, encoding the Ignition config, and launching a VM from it]. Use the `next` stream instead of `stable` when downloading with `coreos-installer`. | ||
# SSH into the machine using `ssh | # SSH into the machine using `ssh core@ipaddress` (replace ''ipaddress'' with actual values). | ||
|results= | |results= |
Latest revision as of 10:46, 6 June 2020
Description
Launch Fedora CoreOS in VMWare using the next
image.
Setup
- Gain access to a VMWare ESXi platform - hardware version 13 or later.
- Install the govc CLI. You can use the Fedora-provided package:
sudo dnf install /usr/bin/govc
- Install
coreos-installer
:sudo dnf install coreos-installer
How to test
- Create an Ignition config. You can use the simplest example available which includes your SSH key.
- Follow the documentation for downloading the VMWare OVA image, importing it using
govc
, encoding the Ignition config, and launching a VM from it. Use thenext
stream instead ofstable
when downloading withcoreos-installer
. - SSH into the machine using
ssh core@ipaddress
(replace ipaddress with actual values).
Expected Results
- The VMWare VM launches 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.