Reviewed: https://review.openstack.org/644842 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=b6550e568d9c17175a8d368959e3da3f6ce24573 Submitter: Jens Harbott (frickler) ([email protected]) Branch: master
commit b6550e568d9c17175a8d368959e3da3f6ce24573 Author: Slawek Kaplonski <[email protected]> Date: Wed Mar 20 12:56:46 2019 +0100 Remove "msg" from tasks in ansible roles It looks that 'msg' isn't valid attribute for a Task and it cause problem with jobs which uses this role. Change-Id: I43d09e645f60526d251703ce7ee91c29281f1eeb Closes-Bug: #1820993 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1820993 Title: Functional and fullstack tests job definition is broken Status in neutron: Fix Released Bug description: All functional and fullstack jobs are now failing with RETRY_LIMIT. Example of error: http://logs.openstack.org/85/643485/5/check/neutron- functional/e06a057/job-output.txt.gz#_2019-03-20_08_37_50_698998 It looks that problem is in role: fetch_journal_log defined in neutron repo. The error appears to have been in '/var/lib/zuul/builds/e06a057967d54e058904ad455ced1aca/untrusted/project_5/git.openstack.org/openstack/neutron/roles/fetch_journal_log/tasks/main.yaml': line 1, column 3, but may 2019-03-20 08:37:50.699070 | be elsewhere in the file depending on the exact syntax problem. 2019-03-20 08:37:50.699095 | 2019-03-20 08:37:50.699117 | The offending line appears to be: 2019-03-20 08:37:50.699138 | 2019-03-20 08:37:50.699159 | 2019-03-20 08:37:50.699179 | - name: Ensure {{ journal_log_path }} exists 2019-03-20 08:37:50.699206 | ^ here 2019-03-20 08:37:50.699227 | We could be wrong, but this one looks like it might be an issue with 2019-03-20 08:37:50.699248 | missing quotes. Always quote template expression brackets when they 2019-03-20 08:37:50.699269 | start a value. For instance: 2019-03-20 08:37:50.699291 | 2019-03-20 08:37:50.699311 | with_items: 2019-03-20 08:37:50.699332 | - {{ foo }} 2019-03-20 08:37:50.699353 | 2019-03-20 08:37:50.699373 | Should be written as: 2019-03-20 08:37:50.699394 | 2019-03-20 08:37:50.699414 | with_items: 2019-03-20 08:37:50.699434 | - "{{ foo }}" To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1820993/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

