From 5ab3b3de04809153d004e600b5f5293f02ec5f3c Mon Sep 17 00:00:00 2001 From: Lukas Bezdicka Date: Wed, 20 Mar 2019 11:04:12 +0100 Subject: [PATCH] Upgrades: Don't try to publish ansible output in ceph_install With new ansible the verbosity increased causing mistral to choke up. We should not try to publish all the logs that are already present in log file. This change is rocky and queens only. Change-Id: I76d8c622c156c173390c9cade31ea77c6d970cad Resolves: rhbz#1687795 Closes-Bug: #1820996 --- workbooks/ceph-ansible.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/workbooks/ceph-ansible.yaml b/workbooks/ceph-ansible.yaml index 6eb268391..c941dc705 100644 --- a/workbooks/ceph-ansible.yaml +++ b/workbooks/ceph-ansible.yaml @@ -183,8 +183,6 @@ workflows: extra_env_variables: <% $.ansible_extra_env_variables.mergeWith($.ansible_env_variables) %> extra_vars: ireallymeanit: 'yes' - publish: - output: <% task().result %> on-complete: save_fetch_directory save_fetch_directory: action: tripleo.files.save_temp_dir_to_swift