205 Commits

Author SHA1 Message Date
Michael Kuzmin
6f7ec33eb3 List individual privileges 2018-11-06 01:46:09 +03:00
Michael Kuzmin
436cdc8ac6 Review permissions 2018-11-06 01:11:06 +03:00
Michael Kuzmin
d641a78fb3 don't read host properties if not required 2018-11-05 18:09:42 +03:00
borlandts
26cbcaed46 Document minimal permissions (#175) 2018-11-05 00:49:05 +03:00
Michael Kuzmin
10f7b37895 Add tests for clusters 2018-11-02 13:30:01 +03:00
Michael Kuzmin
a3f0f15ffd apply gofmt 2018-11-01 00:42:24 +03:00
Michael Kuzmin
6bfb34e0ab move gofmt into a separate script 2018-11-01 00:06:55 +03:00
Rémi Jouannet
4dcd6c1f9d add gofmt to test.sh (#167)
add gofmt to test.sh, the script exit 1 if one go files doesn't respect gofmt rules
2018-11-01 00:06:55 +03:00
Michael Kuzmin
43ee099ee7 pass vSphere credentials to tests 2018-11-01 00:05:01 +03:00
Michael Kuzmin
d7fcff025f
detect default network per host (#180) 2018-10-31 23:51:20 +03:00
Michael Kuzmin
ebcd6174d4
Optionally use SATA controller for CD-ROM devices (#174) 2018-10-30 03:18:57 +03:00
Michael Kuzmin
75cabff278
Eject CD-ROM images, don't delete devices (#173) 2018-10-21 10:47:35 +03:00
Michael Kuzmin
912aec563c
iso builder clears boot order at finish (#172) 2018-10-21 03:57:28 +03:00
Michael Kuzmin
4eec7df10a
Update README.md 2018-10-19 13:59:05 +03:00
Konstantin Toshchev
af6db0ff2d
Deleting floppy images on teardown (#159) 2018-10-18 16:43:17 +03:00
Michael Kuzmin
e4f6d5d691 fix VPN connection 2018-10-17 17:48:23 +03:00
Michael Kuzmin
844be7e107 Update hashicorp/yamux dependency
They deleted a commit in master
https://github.com/hashicorp/yamux/issues/65
2018-10-17 17:25:33 +03:00
Michael Kuzmin
b568c5d67a build by Go 1.10.4 2018-10-17 13:08:32 +03:00
Rémi Jouannet
4e5d2bfcff add build instructions (#165) 2018-10-17 03:15:01 +03:00
Michael Kuzmin
9358f4e91a firmware: validation & tests 2018-10-17 02:45:22 +03:00
John O'Connor
0b5e6d1046 Add firmware option (#156)
Add "firmware" as an option for the hardware section, allowing values of
"efi" or "bios" (default "bios") so that the firmware is defined at the
machine create stage.
2018-10-17 02:42:02 +03:00
Michael Kuzmin
a3002d23bc
Fix default CPU limit (#163) 2018-10-16 18:59:51 +03:00
Michael Kuzmin
94a3563c96 changes in dep 0.5 2018-10-11 19:10:04 +03:00
Rémi Jouannet
a00a2ade14 Update README.md 2018-10-10 19:01:50 +03:00
Michael Kuzmin
8754ddc709
Update Docs for v2.0 (#96) 2018-05-23 02:50:53 +03:00
Michael Kuzmin
33f640d738 Fix #107 RPC client in the plugin uses incompatible version of a message codec, so Packer core cannot read them 2018-05-22 21:58:23 +03:00
Michael Kuzmin
dae64707a5 Fix tests 2018-05-16 16:53:32 +03:00
Michael Kuzmin
bce47bc1a9 Revert "Catch test compilation errors"
This reverts commit 1eaebb1
2018-05-16 16:42:49 +03:00
Michael Kuzmin
1eaebb156f Catch test compilation errors 2018-05-16 16:36:14 +03:00
Michael Kuzmin
23c918d00a
Fix build cancellation (#101) 2018-05-16 16:05:08 +03:00
Michael Kuzmin
689f1789eb Fix 'Unexpected EOF' in builds without floppies 2018-05-13 23:06:21 +03:00
Michael Kuzmin
903febc4ea Update dependency to govmomi 0.17 2018-05-12 14:19:17 +03:00
Michael Kuzmin
6d77fea25e Update dependency to Packer 1.2.3 2018-05-12 14:14:25 +03:00
Michael Kuzmin
c93a4204a8 Update dependencies 2018-05-12 13:55:52 +03:00
Michael Kuzmin
8bdebe65a4 Delete SATA controller 2018-05-07 11:05:14 +03:00
Michael Kuzmin
f46f373e3a Code cleanup 2018-05-07 11:05:13 +03:00
Michael Kuzmin
e59c1326f9 default value for 'boot_order' in iso builder 2018-05-06 19:04:51 +03:00
Michael Kuzmin
0be06451cc move boot_wait into boot_command 2018-05-06 17:46:40 +03:00
Michael Kuzmin
c44221a800 share hardware customization step 2018-05-06 00:41:14 +03:00
Michael Kuzmin
0b4729c9e4 'configuration_parameters' in clone builder 2018-05-05 01:48:16 +03:00
Michael Kuzmin
aedfab264f add/remove cdrom & floppy only if vm is started 2018-05-05 00:10:43 +03:00
Michael Kuzmin
a981a426bc Fix #92: WinRM connection fails due to XML parsing
Windows sends XML documents without `<?xml ?>` header.
goxpath library supported it in e2e5bcefc4
2018-05-04 19:19:53 +03:00
Michael Kuzmin
9ea58800b6 fix winrm connectivity issue (#92) 2018-05-04 04:43:12 +03:00
Michael Kuzmin
21cbec414a code cleanup 2018-05-03 05:45:41 +03:00
Rui Lopes
d1a681d7aa change the disk_size unit to MB
(cherry picked from commit 8866411)
2018-05-03 05:41:29 +03:00
Michael Kuzmin
1d61fa430b
Add Readme badges 2018-04-25 14:47:42 +03:00
Vladislav Rassokhin
808a7ce57d Use Packer 1.2 (#84) 2018-04-25 14:22:38 +03:00
Michael Kuzmin
775d0007fa Pass floppy path via state bag 2018-04-25 12:25:30 +03:00
Asier Marruedo
115811d410 fix cdrom and floppy drive unmounting issue when creating templates (#82) 2018-04-25 12:23:37 +03:00
Sean Malloy
6029bfe9e3 Add NestedHV config option for vsphere-iso builder (#79) 2018-04-25 09:45:02 +03:00