forked from hashicorp/packer-plugin-vsphere
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port the fix for ovf_flags to my all fix branch
- Loading branch information
1 parent
9ea1550
commit 194d805
Showing
4 changed files
with
22 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 13 additions & 11 deletions
24
builder/vsphere/common/step_import_to_content_library.hcl2spec.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
docs-partials/builder/vsphere/common/ContentLibraryDestinationConfig.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<!-- Code generated from the comments of the ContentLibraryDestinationConfig struct in builder\vsphere\common\step_import_to_content_library.go; DO NOT EDIT MANUALLY --> | ||
<!-- Code generated from the comments of the ContentLibraryDestinationConfig struct in builder/vsphere/common/step_import_to_content_library.go; DO NOT EDIT MANUALLY --> | ||
|
||
With this configuration Packer creates a library item in a content library whose content is a VM template | ||
or an OVF template created from the just built VM. | ||
The template is stored in a existing or newly created library item. | ||
|
||
<!-- End of code generated from the comments of the ContentLibraryDestinationConfig struct in builder\vsphere\common\step_import_to_content_library.go; --> | ||
<!-- End of code generated from the comments of the ContentLibraryDestinationConfig struct in builder/vsphere/common/step_import_to_content_library.go; --> |