-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support managed_disk_type #100
Conversation
fea2fe7
to
942924a
Compare
942924a
to
cc71ad0
Compare
e8bc655
to
aec7c1d
Compare
@@ -93,8 +107,6 @@ argument_specs: | |||
description: | |||
- Initial disk size in GB for blank data disks. Cannot be larger than 1023 GB. | |||
- Can only be modified when VM is deallocated. | |||
managed_disk_type: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data_disks.managed_disk_type is valid argument
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lun
, caching
, disk_size_gb
, managed_disk_type
, storage_account_name
, storage_blob_name
, storage_container_name
are related to data_disks
. Should they be data_disk
options?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
No description of managed_disk_type var for OS disk in README.md. |
Add support for specifying managed_disk_type. This is a prerequisite for supporting snapshots. Also fixed variable names to include role prefix to prevent variable collisions. fixes redhat-cop#99
aec7c1d
to
06ad93a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
Add support for specifying managed_disk_type. This is a prerequisite for supporting snapshots.
fixes #99