From 1c4fb80d1fe4c5fe082b27124954313250d93811 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 19 Oct 2022 03:37:12 -0400 Subject: [PATCH] Remove reference to automatic upload of OVA script --- docs/manuals/provisioner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manuals/provisioner.md b/docs/manuals/provisioner.md index f4a9478f..757cf4b0 100644 --- a/docs/manuals/provisioner.md +++ b/docs/manuals/provisioner.md @@ -418,7 +418,7 @@ Once the OVA is uploaded to the cluster with the `pvc provisioner ova upload` co ## The OVA Provisioner Script -OVA installs leverage a special provisioner script to handle the VM creation, identical to any other provisioner profile type. This (example) script is installed by default and used by OVAs by default, though the script that an individual OVA profile uses can be modified as required. +OVA installs leverage a special provisioner script to handle the VM creation, identical to any other provisioner profile type. This (example) script, or a replacement, must be installed prior to uploading an OVA, and handles the actual VM configuration creation and cloning of the OVA volumes. ## OVA limitations