Available in editions: EE
The module lifecycle stage: Experimental
The module is automatically enabled for all cloud clusters deployed in VMware Cloud Director.
Parameters
Schema version: 1
- objectsettings
- objectsettings.storageClass
The module automatically creates StorageClasses that are available in VCD (VMware Cloud Director).
- stringsettings.storageClass.defaultDeprecated
The name of StorageClass that will be used in the cluster by default.
If the parameter is omitted, the default StorageClass is either:
- an arbitrary StorageClass present in the cluster that has the default annotation;
- StorageClass for
default StorageProfile; - the first (in lexicographic order) StorageClass created by the module.
Parameter is deprecated. Instead, use the global parameter global.defaultClusterStorageClass.
Example:
default: ceph-ssd - array of stringssettings.storageClass.exclude
A list of StorageClass names (or regex expressions for names) to exclude from the creation in the cluster.
Example:
exclude: - ".*-hdd" - iscsi-fast

