hashicorp / packer-plugin-vsphere

Packer plugin for VMware vSphere Builder
https://www.packer.io/docs/builders/vsphere
Mozilla Public License 2.0
93 stars 91 forks source link

fix: floppy naming pattern #403

Closed tenthirtyam closed 2 months ago

tenthirtyam commented 2 months ago

Summary

Reference

Closes #93

Testing

➜  packer-plugin-vsphere git:(main) ✗ 
➜  packer-plugin-vsphere git:(fix-floppy-naming-pattern) make generate
2024/04/11 09:28:47 Copying "docs" to ".docs/"
2024/04/11 09:28:47 Replacing @include '...' calls in .docs/
Compiling MDX docs in '.docs' to Markdown in '.web-docs'...
➜  packer-plugin-vsphere git:(fix-floppy-naming-pattern) make test    
?       github.com/hashicorp/packer-plugin-vsphere      [no test files]
?       github.com/hashicorp/packer-plugin-vsphere/builder/vsphere/common/testing       [no test files]
?       github.com/hashicorp/packer-plugin-vsphere/builder/vsphere/examples/driver      [no test files]
?       github.com/hashicorp/packer-plugin-vsphere/version      [no test files]
ok      github.com/hashicorp/packer-plugin-vsphere/builder/vsphere/clone        2.685s
ok      github.com/hashicorp/packer-plugin-vsphere/builder/vsphere/common       4.937s
ok      github.com/hashicorp/packer-plugin-vsphere/builder/vsphere/driver       5.226s
ok      github.com/hashicorp/packer-plugin-vsphere/builder/vsphere/iso  3.501s
ok      github.com/hashicorp/packer-plugin-vsphere/builder/vsphere/supervisor   8.325s
ok      github.com/hashicorp/packer-plugin-vsphere/post-processor/vsphere       4.817s
ok      github.com/hashicorp/packer-plugin-vsphere/post-processor/vsphere-template      4.223s
➜  packer-plugin-vsphere git:(fix-floppy-naming-pattern) make build   
➜  packer-plugin-vsphere git:(fix-floppy-naming-pattern)