Merge "Change type of CephAnsiblePlaybook from string to comma_delimited_list"
This commit is contained in:
@@ -50,9 +50,9 @@ parameters:
|
||||
description: Name of the Mistral workflow to execute
|
||||
default: tripleo.storage.v1.ceph-install
|
||||
CephAnsiblePlaybook:
|
||||
type: string
|
||||
description: Path to the ceph-ansible playbook to execute
|
||||
default: /usr/share/ceph-ansible/site-docker.yml.sample
|
||||
type: comma_delimited_list
|
||||
description: List of paths to the ceph-ansible playbooks to execute
|
||||
default: ['/usr/share/ceph-ansible/site-docker.yml.sample']
|
||||
CephAnsibleUpgradePlaybook:
|
||||
type: string
|
||||
description: Path to the ceph-ansible playbook to execute on upgrade
|
||||
|
||||
Reference in New Issue
Block a user