Merge "Use trash_output in create_admin_via_ssh workflow" into stable/rocky

This commit is contained in:
Zuul 2019-09-10 16:55:41 +00:00 committed by Gerrit Code Review
commit 45fda88b3c
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
fixes:
- When deploying a large amount of nodes, the create_admin_via_ssh workflow
could fail due to the large amount of ansible output generated. This patch
updates the tripleo.ansible-playbook action in the workflow with
trash_output:true so that the output is not saved in the mistral DB. There
is a log file saved already in case the output is needed for debug
purposes.

View File

@ -184,6 +184,7 @@ workflows:
write_tmp_playbook: write_tmp_playbook:
action: tripleo.ansible-playbook action: tripleo.ansible-playbook
input: input:
trash_output: true
inventory: inventory:
overcloud: overcloud:
hosts: <% $.ssh_servers.toDict($, {}) %> hosts: <% $.ssh_servers.toDict($, {}) %>