Files
tripleo-operator-ansible/roles/tripleo_deploy/molecule/default
Bogdan Dobrelya 378c292104 Properly control debug logs for standalone
'openstack tripleo deploy' should be invoked with --debug
in order to display events from ansible would be hidden with
no_log otherwise:

no_log: "{{ not ((ansible_verbosity | int) >= 2) | bool }}"

And ansible_verbosity in tripleoclient only gets >=2 whenever
the openstack cliff's app.options.debug=True or
app_args.verbose_level > 1.

Add tripleo_deploy_debug_arg to control that. It is defaults to
False.

Depends-On: https://review.opendev.org/730883
Change-Id: I1464d895d579d83955e968413741aac80b9af0f0
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
2020-05-28 12:05:02 +02:00
..
2020-02-06 17:25:26 -07:00
2020-02-05 13:51:28 -07:00