xenserver / packer-plugin-xenserver

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

Allow XVA builder to use templates already on XenCenter #67

Open dongyuzheng opened 8 years ago

dongyuzheng commented 8 years ago

Set source_template in config rather than source_path

Use case: Build from Windows XVA, which can be very big. This can dramatically decrease build time.

kirannhegde commented 6 years ago

Hello @dongyuzheng Is there a way i could get this fix of yours? This is a very useful fix and i did like this to be merged into the master branch of packer-builder-xenserver. Do you have any other branch from where i could consume your fixes?

Please let me know.

Regards, Kiran Hegde

dongyuzheng commented 6 years ago

Hi @kirannhegde,

Here's the most up-to-date fork containing all of my changes + more:

https://github.com/ctlam/packer-builder-xenserver

You'll have to build it yourself.

Let me know if you run into any issues.

Thanks, Gary

kirannhegde commented 6 years ago

Hello @dongyuzheng Thanks. Much appreciated. Does the above repo contain all the changes from the official packer-builder-xenserver repository?

Regards, Kiran Hegde

dongyuzheng commented 6 years ago

@kirannhegde: Not that I know of. Feel free to fork it and pull in the changes yourself.

I don't understand why the authors never look at my PRs. Cough cough @rdobson

kirannhegde commented 6 years ago

Hello @dongyuzheng Great work, i would say on your part. I have now merged all your changes into a forked repository of the official repository. I will let you know how it goes.