Add CinderBackupOptVolumes parameter
This adds a new parameter 'CinderBackupOptVolumes' to allow cinder-backup to mount extra volumes. Change-Id: Ide6d464be4a13457debfeceb61e5255c06b67808
This commit is contained in:
@@ -35,6 +35,10 @@ parameters:
|
|||||||
default: []
|
default: []
|
||||||
description: list of optional volumes to be mounted
|
description: list of optional volumes to be mounted
|
||||||
type: comma_delimited_list
|
type: comma_delimited_list
|
||||||
|
CinderBackupOptVolumes:
|
||||||
|
default: []
|
||||||
|
description: list of optional volumes to be mounted
|
||||||
|
type: comma_delimited_list
|
||||||
CinderVolumeOptEnvVars:
|
CinderVolumeOptEnvVars:
|
||||||
default: {}
|
default: {}
|
||||||
description: hash of optional environment variables
|
description: hash of optional environment variables
|
||||||
@@ -235,6 +239,7 @@ outputs:
|
|||||||
value:
|
value:
|
||||||
list_concat:
|
list_concat:
|
||||||
- *cinder_common_volumes
|
- *cinder_common_volumes
|
||||||
|
- {get_param: CinderBackupOptVolumes}
|
||||||
-
|
-
|
||||||
- /var/lib/kolla/config_files/cinder_backup.json:/var/lib/kolla/config_files/config.json:ro
|
- /var/lib/kolla/config_files/cinder_backup.json:/var/lib/kolla/config_files/config.json:ro
|
||||||
- /etc/iscsi:/var/lib/kolla/config_files/src-iscsid:ro
|
- /etc/iscsi:/var/lib/kolla/config_files/src-iscsid:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user