ddelnano / packer-plugin-xenserver

A builder plugin for Packer.IO to support building XenServer images.
Mozilla Public License 2.0
76 stars 37 forks source link

centos and ubuntu demo files do not install xentools #22

Closed tschilb252 closed 3 years ago

tschilb252 commented 3 years ago

Modify the ks-centos8.cfg (centos) and user-data (ubuntu) files to include the installation of xentools.

The plugin mounts the guest-tools.iso in DVD Drive 2 but the scripts for mounting and installing the tools arent part of the deployment.

ddelnano commented 3 years ago

While I would expect many users will install xentools in their VMs, I don't think the examples in this repo need to be production ready. The examples should showcase the important features of the packer plugins rather than cater towards specific users needs. The examples already install packages so if someone wants to add xentools, it should be trivial to do so.

I really appreciate you taking the time to submit this issue but I think the examples are easily extendable if xentools needs to be installed.