Vladislav Rassokhin

Results 68 comments of Vladislav Rassokhin

@DALDEI [There's fork](https://github.com/orybak/TeamCityGithub) which should work with TeamCity 9.1+

Any chance your provision script shuts down VM? ESXi prohibits powering off powered off VM (weird, but still). Try packer version 1.5.6 with https://github.com/hashicorp/packer/pull/9095 merged.

Also it's better to open issues in packer issue tracker: https://github.com/hashicorp/packer/issues

I'm sure that label cannot be applied for floppy disk, only cdrom/iso disk (as in cloudinit documentation). I'd recommend to use `ubuntu-20.04-legacy-server-amd64.iso` and same configs and preseed as for 18.04....

`A specified parameter was not correct` comes from VMware, please check esxi console for any errors during operations. Although error reporting could be improved in 'CreateVM' function to understand which...

I'd say that most important question is how often you need to change/upload new file. From our perspective that happens quite rarely and complicating packer builder to support some cache...

Sorry for misleading documentation, I've added support for 'network' in vsphere-clone, but it's not released yet

JFYI: Latest packer supports [`cd_files`](https://www.packer.io/docs/builders/vsphere-iso#cd_files) and may compose temporarily cdrom same way as floppy

There's no option too choose NIC. If VM uses static IP you may use `ssh_host` or `winrm_host` options. Any chance to disable one of NICs within VM on boot? So...

Given that plugin was merged into packer itself not sure what to do with this repository. Will try to sum up situation and publish some statement.