Commit Graph

49 Commits

Author SHA1 Message Date
4censord
659c607e85 Update to latest Ubuntu image 2021-04-16 15:09:27 +02:00
4censord
36af56d37d removed shutdown_command from all examples 2021-04-16 15:08:30 +02:00
4censord
207656b4d1 Moved explanation of the centos example into the pkr file 2021-04-16 13:10:42 +02:00
4censord
edbaaffa88 Changed all examples to 'version = ">= v0.3.2"' 2021-04-16 13:10:24 +02:00
4censord
3729341cec Merge branch 'master' of github.com:ddelnano/packer-plugin-xenserver into add-more-examples 2021-04-15 18:22:27 +02:00
Daniel Koschützki
de46204943 removed centos8 json example and kickstart 2021-04-15 16:14:49 +02:00
daniel
846ee51b46 Added a commented example of a centos8 build 2021-04-15 16:14:49 +02:00
daniel
efa6074a16 added local DVD install example 2021-04-15 16:14:49 +02:00
daniel
5dcec23317 added centos8-netinstall 2021-04-15 16:14:49 +02:00
Dom Del Nano
ab6bbcea17 Update docs on and remove it from the examples in favor of the default behavior 2021-04-15 16:14:30 +02:00
Dom Del Nano
649093bae2 Fix issues with ubuntu example 2021-04-15 16:14:12 +02:00
Daniel Koschützki
29b2cc790b Removed the ubuntu specific section from examples/readme 2021-04-14 14:53:05 +02:00
Daniel Koschützki
8a95bb4c21 Merge branch 'add-more-examples' of github.com:4censord/packer-builder-xenserver into add-more-examples 2021-04-14 14:51:08 +02:00
Daniel Koschützki
92ab62aca0 Update the Ubuntu example to hcl and packer init 2021-04-14 14:44:41 +02:00
Daniel Koschützki
34779f1b85 Added packer init to Examples.md 2021-04-14 14:44:41 +02:00
Daniel Koschützki
b403283198 updated the example readme 2021-04-14 14:44:41 +02:00
Daniel Koschützki
4ba3117ab9 Added packer init and explanation to the commented example 2021-04-14 14:44:41 +02:00
Daniel Koschützki
cd705b51f9 Added the packer init block to the local and netinstall centos example 2021-04-14 14:44:41 +02:00
Daniel Koschützki
7f0fdc9f59 Updated examples/readme.md for the ubuntu example 2021-04-14 14:44:41 +02:00
Daniel Koschützki
d2e851bdfe removed centos8 json example and kickstart 2021-04-14 14:44:41 +02:00
Dom Del Nano
8835d6069f Update docs on and remove it from the examples in favor of the default behavior 2021-03-30 22:46:14 -07:00
Daniel Koschützki
06436ebde5 Updated examples/readme.md for the ubuntu example 2021-03-12 22:20:09 +01:00
Daniel Koschützki
00934875d1 removed centos8 json example and kickstart 2021-03-12 22:19:08 +01:00
Dom Del Nano
33cca1ae7d Fix issues with ubuntu example 2021-03-09 23:31:01 -08:00
daniel
0180b47615 Added a commented example of a centos8 build 2021-02-24 00:23:15 +01:00
daniel
d7b80bac74 added local DVD install example 2021-02-24 00:23:15 +01:00
daniel
0eb7ab3f39 updated examples/README.md to refekt current state 2021-02-24 00:23:15 +01:00
daniel
0d4d8a6006 added centos8-netinstall 2021-02-24 00:23:15 +01:00
Dom Del Nano
906728b229 Upgrade packer and ensure that provisioners work 2021-01-13 22:15:33 -08:00
Dom Del Nano
4869b524d8 Remove unnecesary step 2021-01-03 00:00:06 -08:00
Dom Del Nano
a69d19895b Fixing more links 2021-01-02 23:58:22 -08:00
Dom Del Nano
a5a2b491ab Update documentation with changes from upstream, fix shutdown command for examples 2021-01-02 23:52:00 -08:00
Dom Del Nano
ee25c7b42b Add start of centos 8 and ubuntu 20.04 examples 2020-12-31 00:02:37 -08:00
Dom Del Nano
d258626c85 Fix issues with typing the boot command over VNC and ensure that centos VMs can run kickstarter (albeit with errors) 2020-12-15 23:17:27 -08:00
Dom Del Nano
1221794f0a Get plugin building and mostly working 2020-09-13 01:22:59 -07:00
kunm
d1de461cdb CP-18743: Make packer-build-xenserver support VIF configuration
Signed-off-by: kunm <kun.ma@citrix.com>
2016-09-02 23:15:34 +08:00
Jonas Kongslund
82d2a412ab Added VM description field 2015-05-06 06:25:12 +04:00
Cheng Sun
fed2a44f04 Update CentOS to reboot instead of poweroff 2015-01-07 17:05:33 +00:00
Cheng Sun
1cf49992fa Update example 2015-01-02 16:55:43 +00:00
Cheng Sun
b9a7feb225 Rename instance_memory to vm_memory
Note that vm_memory is now in MB; instance_memory was in bytes
SetStaticMemoryRange now takes int64
Fixed example
2014-12-19 12:50:23 +00:00
Cheng Sun
2e1f94e831 Rename instance_name to vm_name
Fixed example
2014-12-19 12:50:22 +00:00
Cheng Sun
987a5ac55e Rename root_disk_size to disk_size
CreateVdi now takes an integer size
Note that disk_size is now in MB; root_disk_size was in bytes
Fixed example
2014-12-19 12:50:22 +00:00
Cheng Sun
6180bd1ca5 Add keep_instance to example config 2014-12-10 18:32:27 +00:00
Cheng Sun
4cd0fcf288 example config: explicitly state units in install_timeout 2014-12-10 10:25:08 +00:00
Cheng Sun
cadf3a5d6a Add install_timeout to stop build if step_wait takes too long
Halts the build when the VM does not shutdown within the timeout period
Implemented with interruptible_wait, so step_wait is also interruptible
2014-12-09 10:48:34 +00:00
Rob Dobson
d48d46306f Increase the disk size as LVM sometimes complains. 2014-11-21 18:11:36 +00:00
Rob Dobson
d0746481e7 Updating example file and README.
Signed-off-by: Rob Dobson <rob.dobson@citrix.com>
2014-11-21 17:49:25 +00:00
Rob Dobson
f40ab554c0 Use the Host Internal Management interface to retrieve an instances IP as opposed to relying on the tools being installed.
Signed-off-by: Rob Dobson <rob.dobson@citrix.com>
2014-11-18 18:18:39 +00:00
Rob Dobson
dd6494b9e8 Adding example packer config file and kick-starter file. (Note: currently the xs-tools RPMs are a dependency).
Signed-off-by: Rob Dobson <rob.dobson@citrix.com>
2014-11-10 18:32:25 +00:00