Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend VMWare image provisioning documentation #1523

Open
wants to merge 3 commits into
base: gh-pages
Choose a base branch
from
Open
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
3 changes: 2 additions & 1 deletion _includes/manuals/1.24/5.2.9_cr_vmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ 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 don't need cloudinit installed, as the cloudinit is converted under the hood to a CustomisationSpec object that VMware can process
* Note that the images dont need cloudinit installed, as the cloudinit is converted under the hood to a CustomisationSpec object that VMware can process
* 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

Expand Down