Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/rancher-vmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ title: ''

import Registration from "!!raw-loader!@site/examples/quickstart/registration.yaml"
import SeedImage from "!!raw-loader!@site/examples/quickstart/seedimage.yaml"
import SeedImageVM from "!!raw-loader!@site/examples/quickstart/seedimage-vm-tools.yaml"

# How to use Elemental with Rancher and VMware

Expand Down Expand Up @@ -75,6 +76,14 @@ You can download it with:
wget --no-check-certificate --content-disposition $(kubectl get seedimages.elemental.cattle.io -n fleet-default fire-img -o jsonpath="{.status.downloadURL}")
```

:::tip

When using the baremetal iso/raw image you can enable the vmtoolsd systemd-unit in the seedimage. Consider the following example:

<CodeBlock language="yaml" title="seedimage-vm-tools.yaml" showLineNumbers>{SeedImageVM}</CodeBlock>

:::

## Step 3: Boot the target device

Now ideally you would just burn the iso to a usb drive and boot your edge device using the usb device and once it boots and become active in Rancher under machine inventory you can select and create a cluster from it, however here we will use a vm to mimic an edge device for testing.
Expand Down
21 changes: 21 additions & 0 deletions examples/quickstart/seedimage-vm-tools.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: elemental.cattle.io/v1beta1
kind: SeedImage
metadata:
name: fire-img
namespace: fleet-default
spec:
baseImage: registry.suse.com/suse/sl-micro/6.0/baremetal-os-container:2.1.1-3.29
cloud-config:
write_files:
- content: |
name: "Enable vmtoolsd.service"
stages:
after-install-chroot:
- commands:
- systemctl enable vmtoolsd.service
path: /etc/elemental/config.d/install-hook.yaml
registrationRef:
apiVersion: elemental.cattle.io/v1beta1
kind: MachineRegistration
name: fire-nodes
namespace: fleet-default
9 changes: 9 additions & 0 deletions versioned_docs/version-1.6/rancher-vmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ title: ''

import Registration from "!!raw-loader!./examples/quickstart/registration.yaml"
import SeedImage from "!!raw-loader!./examples/quickstart/seedimage.yaml"
import SeedImageVM from "!!raw-loader!@site/examples/quickstart/seedimage-vm-tools.yaml"

# How to use Elemental with Rancher and VMware

Expand Down Expand Up @@ -75,6 +76,14 @@ You can download it with:
wget --no-check-certificate --content-disposition $(kubectl get seedimages.elemental.cattle.io -n fleet-default fire-img -o jsonpath="{.status.downloadURL}")
```

:::tip

When using the baremetal iso/raw image you can enable the vmtoolsd systemd-unit in the seedimage. Consider the following example:

<CodeBlock language="yaml" title="seedimage-vm-tools.yaml" showLineNumbers>{SeedImageVM}</CodeBlock>

:::

## Step 3: Boot the target device

Now ideally you would just burn the iso to a usb drive and boot your edge device using the usb device and once it boots and become active in Rancher under machine inventory you can select and create a cluster from it, however here we will use a vm to mimic an edge device for testing.
Expand Down
9 changes: 9 additions & 0 deletions versioned_docs/version-1.7/rancher-vmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ title: ''

import Registration from "!!raw-loader!@site/examples/quickstart/registration.yaml"
import SeedImage from "!!raw-loader!@site/examples/quickstart/seedimage.yaml"
import SeedImageVM from "!!raw-loader!@site/examples/quickstart/seedimage-vm-tools.yaml"

# How to use Elemental with Rancher and VMware

Expand Down Expand Up @@ -75,6 +76,14 @@ You can download it with:
wget --no-check-certificate --content-disposition $(kubectl get seedimages.elemental.cattle.io -n fleet-default fire-img -o jsonpath="{.status.downloadURL}")
```

:::tip

When using the baremetal iso/raw image you can enable the vmtoolsd systemd-unit in the seedimage. Consider the following example:

<CodeBlock language="yaml" title="seedimage-vm-tools.yaml" showLineNumbers>{SeedImageVM}</CodeBlock>

:::

## Step 3: Boot the target device

Now ideally you would just burn the iso to a usb drive and boot your edge device using the usb device and once it boots and become active in Rancher under machine inventory you can select and create a cluster from it, however here we will use a vm to mimic an edge device for testing.
Expand Down
9 changes: 9 additions & 0 deletions versioned_docs/version-1.8/rancher-vmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ title: ''

import Registration from "!!raw-loader!@site/examples/quickstart/registration.yaml"
import SeedImage from "!!raw-loader!@site/examples/quickstart/seedimage.yaml"
import SeedImageVM from "!!raw-loader!@site/examples/quickstart/seedimage-vm-tools.yaml"

# How to use Elemental with Rancher and VMware

Expand Down Expand Up @@ -75,6 +76,14 @@ You can download it with:
wget --no-check-certificate --content-disposition $(kubectl get seedimages.elemental.cattle.io -n fleet-default fire-img -o jsonpath="{.status.downloadURL}")
```

:::tip

When using the baremetal iso/raw image you can enable the vmtoolsd systemd-unit in the seedimage. Consider the following example:

<CodeBlock language="yaml" title="seedimage-vm-tools.yaml" showLineNumbers>{SeedImageVM}</CodeBlock>

:::

## Step 3: Boot the target device

Now ideally you would just burn the iso to a usb drive and boot your edge device using the usb device and once it boots and become active in Rancher under machine inventory you can select and create a cluster from it, however here we will use a vm to mimic an edge device for testing.
Expand Down