144 Commits

Author SHA1 Message Date
Sean Malloy
40ec9efdfd Add new config option to allow setting virtual machine hardware version (#65)
* Add new config option to allow setting virtual machine hardware version

The vsphere-iso builder gets a new configuration option named
vm_version. It allows setting the VMWare virtual machine hardware
version to a non-default value.

The default behavior remains unchanged. Use the latest supported
hardware version that ESXi/vCenter allows.

VMWare KB for supported virtual machine hardware versions.

https://kb.vmware.com/s/article/1003746

* Change vm_version from string to int
2018-03-20 12:09:36 +03:00
Michael Kuzmin
9612ec5b5e fix Ubuntu example 2018-03-18 14:36:30 +03:00
Michael Kuzmin
cb782c223a
Cluster support (#61) 2018-03-16 00:53:25 +03:00
Michael Kuzmin
3b58d3d63d fix tests
datacenter has multiple datastores, so target must be specified explicitly (#57)
2018-03-12 21:41:38 +03:00
Michael Kuzmin
92689b6ee8
macOS support (#54) 2018-03-05 01:59:59 +03:00
Michael Kuzmin
548cc3ce16 macOS example 2018-03-05 01:23:55 +03:00
Michael Kuzmin
ba06b00e70 Add 'usb_controller' option 2018-03-04 14:19:00 +03:00
Michael Kuzmin
39f1e4a394 Add 'configuration_parameters' option 2018-03-04 14:18:48 +03:00
Michael Kuzmin
099215cebc CD-ROM devices use SATA controller instead of IDE 2018-03-04 14:15:01 +03:00
Michael Kuzmin
611d51310c Rename incremental builder from 'vsphere' to 'vsphere-clone' 2018-02-18 05:30:42 +03:00
Michael Kuzmin
90b95e423c use golang 1.9.4 2018-02-18 05:23:12 +03:00
Michael Kuzmin
b636eb2bf1
Boot command (#53) 2018-02-18 05:13:56 +03:00
Michael Kuzmin
03d9501673
Windows build example (#52) 2018-02-18 02:59:51 +03:00
Michael Kuzmin
bc3810f5c0 'floppy_files' and 'floppy_files' create two separate drives 2018-02-14 11:01:41 +03:00
Andrei Tonkikh
47cccb4e02 Add "boot_wait" parameter 2018-02-12 16:07:43 +03:00
Andrei Tonkikh
4875b82d12 Make waiting for IP address interruptible
fixes #24
2018-02-12 15:56:29 +03:00
Andrei Tonkikh
78d53c81ce Remove cdroms and floppy in the cleanup stage of iso builder 2018-02-02 21:04:32 +03:00
Andrei Tonkikh
1851223ad2 Make disk_size mandatory parameter for iso builder 2018-02-01 15:50:12 +03:00
Andrei Tonkikh
9c4d5c6c59 Cleanup after cf198539e8a195925a7e0b49ef535e89b148a1c3 2018-02-01 15:48:30 +03:00
Andrei Tonkikh
cf198539e8 Add support for dynamically create floppy images 2018-02-01 14:47:09 +03:00
Andrei Tonkikh
9139a6029b Add support for multiple cdroms for iso builder 2018-01-31 20:29:03 +03:00
Andrei Tonkikh
0861dbc283 Add cdrom test for iso builder 2018-01-31 18:15:26 +03:00
Andrei Tonkikh
6235ecc129 Add network card customization and fix iso builder acceptance tests 2018-01-31 15:29:06 +03:00
Andrei Tonkikh
65b98a57cf Add support for custom networks 2018-01-30 23:17:09 +03:00
Andrei Tonkikh
19713ca20d Add support of customizing boot order 2018-01-30 20:47:57 +03:00
Andrei Tonkikh
ee6192f1c1 Add some acceptance tests for iso builder 2018-01-30 19:48:32 +03:00
Andrei Tonkikh
76a09d206e Add common steps (provision, snapshot, template) to iso builder 2018-01-30 19:47:38 +03:00
Andrei Tonkikh
50625ddcad Add inserting floppy image to iso builder 2018-01-30 19:46:09 +03:00
Andrei Tonkikh
6d9933d804 Uncomment accidentally commented glide install 2018-01-24 21:53:49 +03:00
Andrei Tonkikh
7424078a43 Rename tests 2018-01-24 21:52:29 +03:00
Michael Kuzmin
230bfa774c Build two independent plugins 2018-01-24 21:01:04 +03:00
Andrei Tonkikh
df40ffbe8d Add ISO builder which creates an empty VM 2018-01-24 17:56:14 +03:00
Andrei Tonkikh
f909669670 Add basic functionality of creating VMs to the driver 2018-01-24 16:45:35 +03:00
Andrei Tonkikh
e91ac3ef1b Move clone builder to a separate module 2018-01-24 14:19:25 +03:00
Michael Kuzmin
448809aa1e switch tests to vSphere 6.5 lab 2018-01-23 22:51:05 +03:00
Michael Kuzmin
4267014a5e
Merge pull request #42 from jetbrains-infra/driver_tests
Add acceptance tests for driver package
2018-01-23 22:34:41 +03:00
Michael Kuzmin
b667f68c32 'communicator: none' can be used to clone and customize VMs without provisioning 2018-01-16 16:18:35 +03:00
Dmitry Tretyakov
ede053f6bc Add ability to control nested hardware virtualization
Issue: #45
2018-01-16 15:24:44 +03:00
Michael Kuzmin
98b2f99436 Resize disk 2017-12-03 23:58:04 +03:00
Andrei Tonkikh
d1b2b76843 Add more acceptance tests for VM. Merge them into 1 table-driven test 2017-11-15 00:47:33 +03:00
Andrei Tonkikh
991e1f8fdb Revert f05b1e1. That commit introcude a regression from #30 2017-11-14 00:08:40 +03:00
Andrei Tonkikh
6e3e92e356 Remove driver test utility. Move driver tests to the driver folder 2017-11-14 00:02:46 +03:00
Andrey Tonkikh
7794c149a1 Inline test config 2017-11-13 23:01:41 +03:00
Michael Kuzmin
24805991a6
Update README.md 2017-11-06 17:40:44 +03:00
Andrey Tonkikh
c41ee01537 Correct some error messages in tests 2017-10-26 19:15:54 +03:00
Andrey Tonkikh
3cb2185c53 Add an acceptance test for driver.Host 2017-10-26 01:07:25 +03:00
Andrey Tonkikh
23c6951aa4 Add an acceptance test for driver.Folder 2017-10-26 01:04:56 +03:00
Andrey Tonkikh
d33ffc178d Add an acceptance test for driver.ResourcePool 2017-10-26 00:55:09 +03:00
Andrey Tonkikh
dc5a2e52cd Simplify datastore test 2017-10-26 00:38:33 +03:00
Andrey Tonkikh
d154a0ff32 Improve TestVMAcc_running_snapshot and TestVMAcc_template 2017-10-26 00:08:02 +03:00