From Fedora Project Wiki

(Create VMWare page)
 
("<command> works" was confusing, make it clearer)
Line 4: Line 4:
|setup=
|setup=
# Gain access to a VMWare ESXi platform - [https://docs.fedoraproject.org/en-US/fedora-coreos/platforms/ hardware version 13 or later].
# Gain access to a VMWare ESXi platform - [https://docs.fedoraproject.org/en-US/fedora-coreos/platforms/ hardware version 13 or later].
# Install the [https://github.com/vmware/govmomi/tree/master/govc#installation govc CLI]. `sudo dnf install /usr/bin/govc` works.
# Install the [https://github.com/vmware/govmomi/tree/master/govc#installation govc CLI]. You can use the Fedora-provided package: <pre>sudo dnf install /usr/bin/govc</pre>
# Install `coreos-installer`: `sudo dnf install coreos-installer`
# Install `coreos-installer`: <pre>sudo dnf install coreos-installer</pre>


|actions=
|actions=

Revision as of 20:22, 5 June 2020

Description

Launch Fedora CoreOS in VMWare using the next image.

Setup

  1. Gain access to a VMWare ESXi platform - hardware version 13 or later.
  2. Install the govc CLI. You can use the Fedora-provided package:
    sudo dnf install /usr/bin/govc
  3. Install coreos-installer:
    sudo dnf install coreos-installer

How to test

  1. Create an Ignition config. You can use the simplest example available which includes your SSH key.
  2. Follow the documentation for 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.
  3. SSH into the machine using ssh username@ipaddress (replace username and ipaddress with actual values).

Expected Results

  1. The VMWare VM launches 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.