-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vmware_export_ovf: add export with extra config support (#1161)
vmware_export_ovf: add export with extra config support Signed-off-by: dianew [email protected] SUMMARY There is known issue of if there is no extra config in ovf, then when template imported to Fusion, it may encounter GOS can not boot up issue. So add a new parameter export_with_extraconfig in this module to contain VM extra config options in ovf file when exporting to template. ISSUE TYPE Feature Pull Request COMPONENT NAME vmware_export_ovf ADDITIONAL INFORMATION Reviewed-by: Mario Lenz <[email protected]> Reviewed-by: None <None>
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
minor_changes: | ||
- vmware_export_ovf - Add a new parameter 'export_with_extraconfig' to support export extra config options in ovf (https://github.com/ansible-collections/community.vmware/pull/1161). |
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