Bug #4566
vCenter storage Parameters missing in DS, Image and VM
Status: | Closed | Start date: | 06/13/2016 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Miguel Ángel Álvarez Cabrerizo | % Done: | 0% | |
Category: | vCenter | |||
Target version: | Release 5.4 | |||
Resolution: | Pull request: | |||
Affected Versions: | Development |
Description
ADAPTER_TYPE (aka "Bus adapter controller" in Sunstone) should be a dropdown with values (lsiLogic, ide, busLogic custom) and DISK_TYPE (preallocated, eagerZeroedThick, thick, thin and custom) needs to be available in:
- Datastore creation
- Image creation
- VM attach disk options (also, columns seem to be displaced there)
Associated revisions
Bug #4566: vcenter adapter and disk type inputs in DS wizard
Revert "Bug #4566: vcenter adapter and disk type inputs in DS wizard"
This reverts commit 6a6caeb04b9dcab3f48c04da09702114e9cf724e.
History
#1 Updated by Carlos Martín about 5 years ago
- Assignee changed from Carlos Martín to Tino Vázquez
Image wizard already had them. Done for new DS wizard.
Still missing for VM Templates.
#2 Updated by Tino Vázquez about 5 years ago
- Target version changed from Release 5.0 to Release 5.2
- % Done changed from 0 to 50
Also, need to find a more coherent way of asking for these parameters or setting the defaults.
For instance:
DS_MAD_CONF = [
NAME = "vcenter", REQUIRED_ATTRS = "VCENTER_CLUSTER", PERSISTENT_ONLY = "YES",
MARKETPLACE_ACTIONS = "export"
]
add them as REQUIRED_ATTRS. Need to be careful about the import.
#3 Updated by Carlos Martín over 4 years ago
- % Done changed from 50 to 0
Commit reverted. For DS the DISK_TYPE must be one of Image::DiskType, and with the vcenter values the DS creation was not possible.
#4 Updated by Tino Vázquez over 4 years ago
- Target version changed from Release 5.2 to Release 5.4
#5 Updated by Miguel Ángel Álvarez Cabrerizo over 4 years ago
- Category changed from Sunstone to vCenter
#6 Updated by Miguel Ángel Álvarez Cabrerizo over 4 years ago
- File Selección_267.png added
- Status changed from New to Closed
- Assignee changed from Tino Vázquez to Miguel Ángel Álvarez Cabrerizo
Sunstone menus for image creation, vm attach and template add storage now has menus for the VCENTER_DISK_TYPE and VCENTER_ADAPTER_TYPE
See attached image.