Merge "Add CephAnsiblePlaybookVerbosity parameter to overcloud-ceph-ansible"

This commit is contained in:
Zuul 2017-11-16 23:02:44 +00:00 committed by Gerrit Code Review
commit 6bae8ba2a5
1 changed files with 5 additions and 0 deletions

View File

@ -136,6 +136,10 @@ parameters:
DockerCephDaemonImage:
description: image
type: string
CephAnsiblePlaybookVerbosity:
default: 0
description: number of '-v', '-vv', etc. passed to ansible-playbook command (max 5)
type: number
conditions:
custom_registry_host:
@ -196,6 +200,7 @@ outputs:
- perform_upgrade
- {get_param: CephAnsibleUpgradePlaybook}
- {get_param: CephAnsiblePlaybook}
ansible_playbook_verbosity: {get_param: CephAnsiblePlaybookVerbosity}
config_settings:
ceph_common_ansible_vars:
ireallymeanit: 'yes'