Make config-download workflow's verbosity configurable

This exposes the 'verbosity' option from the ansible mistral action,
which will allow us to view more verbose outputs from the ansible
playbook's run.

Change-Id: If7207428561e9f64950d9e2ac438b94d6556fe0d
This commit is contained in:
Juan Antonio Osorio Robles 2018-01-18 10:38:44 +02:00
parent fe9c18912a
commit b032d626d0
1 changed files with 2 additions and 1 deletions

View File

@ -280,6 +280,7 @@ workflows:
- queue_name: tripleo
- plan_name: overcloud
- work_dir: /var/lib/mistral
- verbosity: 1
tags:
- tripleo-common-managed
@ -379,7 +380,7 @@ workflows:
ssh_extra_args: '-o StrictHostKeyChecking=no'
ssh_private_key: <% $.private_key %>
use_openstack_credentials: true
verbosity: 1
verbosity: <% $.get('verbosity') %>
become: true
timeout: <% $.timeout %>
work_dir: <% $.get('work_dir') %>/<% execution().id %>