forked from ansible/ansible
-
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.
Add create_option to disk definitions (ansible#62357)
Add create_option parameter to disk definitions to control whether disks are created from the base image or are new disks being added to the VMs. Currently, custom images with data disks defined in the image cannot be used to launch VMs unless data disk definitions are excluded. This prevents the data disks from being modified/extended (like selecting a different SKU or making the data disks bigger). Exposing this option allows VMSS VMs to be created with base images that have data disks while extending their definitions. Addresses ansible#61804
- Loading branch information
Showing
1 changed file
with
30 additions
and
2 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