Merge "Allow to skip volume type management by role"
This commit is contained in:
commit
af966b7354
@ -310,6 +310,8 @@ cinder_quota_backup_gigabytes: 1000
|
||||
# - lvm_high_iops
|
||||
# - lvm_low_iops
|
||||
|
||||
cinder_manage_volume_types: True
|
||||
|
||||
# Override generated device filter in lvm.conf
|
||||
# Example:
|
||||
# cinder_lvm_devices_filter_override:
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Added variable ``cinder_manage_volume_types`` that allows to skip volume
|
||||
type creation and management by os_cinder role.
|
@ -261,10 +261,15 @@
|
||||
- cinder-config
|
||||
|
||||
- name: Importing cinder_backends tasks
|
||||
import_tasks: cinder_backends.yml
|
||||
include_tasks: cinder_backends.yml
|
||||
args:
|
||||
apply:
|
||||
tags:
|
||||
- cinder-config
|
||||
when:
|
||||
- "groups[cinder_services['cinder-volume']['group']] | length > 0"
|
||||
- "_cinder_is_last_play_host"
|
||||
- cinder_manage_volume_types | bool
|
||||
tags:
|
||||
- cinder-config
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user