Megan Marsh
6855216387
force QueryEscape to escape spaces as %20 instead of as + for ovftool.
2018-04-06 15:48:04 -07:00
bugbuilder
b754b71519
return vsphere artifact to can build template
2017-11-10 22:57:39 -03:00
Matthew Hooker
abcc02dc64
filter password from logs
2017-10-24 11:39:04 -07:00
Matthew Hooker
0cf0a4336d
relay ovftool output.
2017-10-23 15:38:57 -07:00
Matthew Hooker
81522dced0
move packer to hashicorp
2017-04-04 13:39:01 -07:00
Matthew Hooker
192d550cd7
filter password in ovtool
2017-02-10 01:01:03 -08:00
Abhijeet Kasurde
ba0f202258
Removed redundant print message from post-processor/vsphere
...
Fixes: https://github.com/mitchellh/packer/issues/3387
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2016-07-18 22:53:05 +05:30
Robert Deusser
9219ffa982
Resolves vsphere post-processor problems ( #3321 )
...
* Fixed vsphere post-processor and added logic for optional arguments
* Refactored arg building, and added test for vsphere post-processor
2016-05-18 18:26:46 -07:00
Chris Bednarski
dab36cbdee
Merge pull request #2304 from eloycoto/master
...
Post-Processor/Vsphere: Added overwrite option
2016-02-02 14:14:54 -08:00
Jose Cardoso
096b42abce
Added support for spaces in vSphere resource pools
2016-01-26 09:41:30 +00:00
Chris S
195405ca5b
Update post-processor.go
...
Added support for spaces for vm folders, datastore names etc. in the ovftool command line arguments.
2016-01-25 17:00:30 +00:00
Eloy Coto
63d21ec9f3
Vsphere post-processor: Fix merge problems
2015-10-29 10:21:30 +00:00
Eloy Coto
0bc042a15c
Post-Processor/Vsphere: Added custom options
2015-10-29 09:35:03 +00:00
Eloy Coto
34f163ce87
Post-Processor/Vsphere: Added overwrite option
2015-10-29 09:35:03 +00:00
Yuya Kusakabe
699c673536
builder/vmware-esxi: Add step_export
...
If `format` option is configured, packer exports the VM with ovftool.
website: Document about OVF Tool and `format` option.
post-processor/vsphere: Enable to use `mitchellh.vmware-esx` artifact type and OVF and OVA formats, fixes #1457 .
2015-10-23 09:00:53 +09:00
Mitchell Hashimoto
5db4d7c01f
fmt
2015-06-22 12:37:52 -07:00
Mitchell Hashimoto
5241d8c6d6
post-processor/*: fix interpolation context
2015-06-22 12:24:55 -07:00
Salvador Girones
6cb51f21de
Make ResourcePool optional
2015-06-22 10:13:49 -07:00
Mitchell Hashimoto
dc1e67b6d2
post-processor/*: interpolation
2015-05-27 14:56:22 -07:00
Ryan Breed
514b5f52f1
consistent escaping for ovftool uri creds
...
I got thrown for a loop since the username is uri-escaped but the password was not.
I got thrown for another couple of loops due to the multiple levels of interpretation involved:
1) JSON syntax requires backslashes to be slash-escaped. Some vCenter deployments use windows domain-style usernames DOMAIN\user
2) the OVFTOOL docs specify that "all special characters" be uri-encoded when part of the user name or password
3) different shell interpretations on windows/linux
I'd say escape both or neither.
2014-11-12 23:03:14 -06:00
hkhkhk1987
f61cc3f99c
Update post-processor.go
...
the ovftool can't refer to an object vi address without a "/" at the end of the address
2014-10-24 15:21:57 +08:00
Misha Brukman
c75a671c1e
Cleaned up Go formatting with gofmt.
2014-07-17 15:33:09 -04:00
Michael Kuzmin
2dd538ced8
post-processor/vsphere: url-escape username to accept DOMAIN\account values
2014-05-15 16:04:27 +04:00
Michael Kuzmin
b05129e52e
post-processor/vsphere: logging for upload parameters
2014-05-15 15:53:17 +04:00
Mitchell Hashimoto
3c2df9a132
post-processor/vsphere: comments and style
2014-04-30 15:52:01 -07:00
Michael Kuzmin
fce2fc526f
Optional parameters in vSphere post-processor.
...
datastore, vm_folder, and vm_network options can be omitted.
2014-04-30 16:02:09 +04:00
Mitchell Hashimoto
c19a5c6bb7
post-processors/vsphere: disk mode
2014-04-21 21:10:20 -07:00
Anthony Spring
41b009dcf1
Add disk mode configuration to allow users to specify the desired diskMode to ovftool: eagerZeroedThick , seSparse, thin and think. Defaults to thick per current ovftool default.
2014-01-03 02:07:36 -05:00
Mitchell Hashimoto
fa410f5a1a
post-processor/vsphere: template process in prepare phase
2013-12-11 14:01:14 -08:00
mheidenr
9df6b8f0c8
post-processor-vsphere: user variables for datastore
2013-12-02 13:53:13 +01:00
mheidenr
129749a2e4
post-processor-vsphere: user variables for vm_name, username, password
2013-12-02 12:39:52 +01:00
mheidenr
2aaec946b3
fix post-processor vsphere
2013-11-29 17:33:26 +01:00
Mitchell Hashimoto
6867c4f3e3
website: vsphere endpoint docs
2013-11-18 16:23:28 -08:00
Mitchell Hashimoto
b52132c650
post-processor/vsphere: cleanups
...
/cc @mheidenr - Some basic cleanups. :)
2013-11-18 16:04:38 -08:00
Mitchell Hashimoto
7d9b48e7f8
fmt
2013-11-18 15:57:31 -08:00
mheidenr
15766602c7
added post-processor-vsphere
2013-11-11 09:56:51 +01:00