[ovn] Add logs for ovs to ovn migration

Log the results of the Ansible playbooks by default so that it is easier
to go through them later in case there's something unexpected. The log
is located in $HOME instead of /var/log/ to avoid the need of privileges.

Signed-off-by: Elvira García <egarciar@redhat.com>
Change-Id: Ida2fc11f28200030fff9ddf1e56fc442a2016bab
(cherry picked from commit 744e906f87)
This commit is contained in:
Elvira García 2021-10-08 19:53:39 +02:00 committed by Elvira García Ruiz
parent 5c3c81426e
commit 3e4f18e4df
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ gathering = smart
fact_caching = jsonfile
fact_caching_connection = ./ansible_facts_cache
fact_caching_timeout = 0
log_path = $HOME/ovn_migration_ansible.log
#roles_path = roles:...