From 2c43b77e4ab45fff946ead0d53ca8c697fb89b69 Mon Sep 17 00:00:00 2001 From: Ludwig Bayerlein Date: Wed, 15 Jan 2020 09:46:58 +0100 Subject: [PATCH 1/2] Extend VMWare documentation. Image provisioning information without ssh - extend finish information as new bullet point --- _includes/manuals/1.24/5.2.9_cr_vmware.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_includes/manuals/1.24/5.2.9_cr_vmware.md b/_includes/manuals/1.24/5.2.9_cr_vmware.md index 8c6d264897..f9ab603154 100644 --- a/_includes/manuals/1.24/5.2.9_cr_vmware.md +++ b/_includes/manuals/1.24/5.2.9_cr_vmware.md @@ -17,6 +17,7 @@ The same process can also be done using a user_data template. To configure image * Browse then to the image to be used for provisioning, and ensure that "User Data" is checked * Associate a user_data template to the host. The template will use cloud-init syntax. * Note that the images dont need cloudinit installed, as the cloudinit is converted under the hood to a CustomisationSpec object that VMware can process +* To get status "Installed" in the UI, the provisioned host have to run a finish script. There are templates like "built" located in "Provision Templates", giving a example how to do this. #### Console access From fd9897bf51a08d89cf1616929ed1da57567d04c7 Mon Sep 17 00:00:00 2001 From: balu <2928812+lbayerlein@users.noreply.github.com> Date: Thu, 17 Feb 2022 10:15:26 +0100 Subject: [PATCH 2/2] Update _includes/manuals/1.24/5.2.9_cr_vmware.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ondřej Ezr --- _includes/manuals/1.24/5.2.9_cr_vmware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/manuals/1.24/5.2.9_cr_vmware.md b/_includes/manuals/1.24/5.2.9_cr_vmware.md index f9ab603154..447d3df0e6 100644 --- a/_includes/manuals/1.24/5.2.9_cr_vmware.md +++ b/_includes/manuals/1.24/5.2.9_cr_vmware.md @@ -17,7 +17,7 @@ The same process can also be done using a user_data template. To configure image * Browse then to the image to be used for provisioning, and ensure that "User Data" is checked * Associate a user_data template to the host. The template will use cloud-init syntax. * Note that the images dont need cloudinit installed, as the cloudinit is converted under the hood to a CustomisationSpec object that VMware can process -* To get status "Installed" in the UI, the provisioned host have to run a finish script. There are templates like "built" located in "Provision Templates", giving a example how to do this. +* In order to inform foreman about successful build and get the host to "Installed" state in the UI, the provisioned host have to run a finish script. You can find exaplmes in "Provisioning templates" how to do this. The basic example is "built" template. #### Console access