xenserver / packer-plugin-xenserver

A builder plugin for Packer.IO to support building Citrix Hypervisor images.
Mozilla Public License 2.0
101 stars 113 forks source link

Added option to convert VM to template #65

Open dongyuzheng opened 7 years ago

dongyuzheng commented 7 years ago

Add config options for convert_to_template and keep_template_vifs

When merging with https://github.com/xenserver/packer-builder-xenserver/pull/63 Keep this order:

        ...
        new(xscommon.StepConfigureDiscDrives),
        new(xscommon.StepConvertToTemplate),
        new(xscommon.StepExport),