Activity log for bug #1841405

Date Who What changed Old value New value Message
2019-08-26 06:31:23 chandan kumar bug added bug
2019-08-26 06:40:11 chandan kumar description In almost all the periodic jobs, logs are not getting collected due to the following errors: https://logs.rdoproject.org/openstack-periodic-master/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-7-standalone-master/5b3d4d7/job-output.txt.gz#_2019-08-26_02_30_13_125082 2019-08-26 02:30:11.714011 | primary | [WARNING]: log file at /home/zuul/.ansible/logs/ansible-2019-08-26T02.log is not writeable and we cannot create it, aborting 2019-08-26 02:30:11.714232 | primary | 2019-08-26 02:30:13.124655 | primary | ERROR! the role 'dump_vars' was not found in /home/zuul/workspace/.quickstart/playbooks/roles:/home/zuul/.ansible/roles:/usr/share/ansible/tripleo-roles:/usr/share/ansible/roles:/etc/ansible/roles:/usr/share/openstack-tripleo-validations/roles:/home/zuul/workspace/.quickstart/playbooks 2019-08-26 02:30:13.124867 | primary | 2019-08-26 02:30:13.124942 | primary | The error appears to be in '/home/zuul/workspace/.quickstart/playbooks/collect-logs.yml': line 5, column 7, but may 2019-08-26 02:30:13.125002 | primary | be elsewhere in the file depending on the exact syntax problem. 2019-08-26 02:30:13.125014 | primary | 2019-08-26 02:30:13.125041 | primary | The offending line appears to be: 2019-08-26 02:30:13.125051 | primary | 2019-08-26 02:30:13.125064 | primary | roles: 2019-08-26 02:30:13.125082 | primary | - dump_vars 2019-08-26 02:30:13.125099 | primary | ^ here 2019-08-26 02:30:13.156939 | primary | + echo 'WARNING: quickstart collect-logs failed, check quickstart_collectlogs.log for details' https://review.opendev.org/#/c/678072/ [Create ansible environment variables in profile.d] in tripleo-ansible is overriding the ansible.cfg leading to undefined dump_var vars. In almost all the periodic/check jobs, logs are not getting collected due to the following errors: https://logs.rdoproject.org/openstack-periodic-master/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-7-standalone-master/5b3d4d7/job-output.txt.gz#_2019-08-26_02_30_13_125082 2019-08-26 02:30:11.714011 | primary | [WARNING]: log file at /home/zuul/.ansible/logs/ansible-2019-08-26T02.log is not writeable and we cannot create it, aborting 2019-08-26 02:30:11.714232 | primary | 2019-08-26 02:30:13.124655 | primary | ERROR! the role 'dump_vars' was not found in /home/zuul/workspace/.quickstart/playbooks/roles:/home/zuul/.ansible/roles:/usr/share/ansible/tripleo-roles:/usr/share/ansible/roles:/etc/ansible/roles:/usr/share/openstack-tripleo-validations/roles:/home/zuul/workspace/.quickstart/playbooks 2019-08-26 02:30:13.124867 | primary | 2019-08-26 02:30:13.124942 | primary | The error appears to be in '/home/zuul/workspace/.quickstart/playbooks/collect-logs.yml': line 5, column 7, but may 2019-08-26 02:30:13.125002 | primary | be elsewhere in the file depending on the exact syntax problem. 2019-08-26 02:30:13.125014 | primary | 2019-08-26 02:30:13.125041 | primary | The offending line appears to be: 2019-08-26 02:30:13.125051 | primary | 2019-08-26 02:30:13.125064 | primary | roles: 2019-08-26 02:30:13.125082 | primary | - dump_vars 2019-08-26 02:30:13.125099 | primary | ^ here 2019-08-26 02:30:13.156939 | primary | + echo 'WARNING: quickstart collect-logs failed, check quickstart_collectlogs.log for details' https://review.opendev.org/#/c/678072/ [Create ansible environment variables in profile.d] in tripleo-ansible is overriding the ansible.cfg leading to undefined dump_var vars. And here is the difference in ansible.cfg from passed one https://logs.rdoproject.org/openstack-periodic-master/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-7-standalone-master/d38eab9/logs/quickstart_collect_logs.log ansible-playbook 2.8.4 config file = /home/zuul/src/opendev.org/openstack/tripleo-quickstart/ansible.cfg configured module search path = [u'/usr/lib/python2.7/site-packages/tripleo-quickstart/library', u'/home/zuul/workspace/.quickstart/usr/local/share/tripleo-quickstart/library', u'/home/zuul/src/opendev.org/openstack/tripleo-quickstart/library'] and filed one https://logs.rdoproject.org/openstack-periodic-master/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-7-standalone-master/5b3d4d7/logs/quickstart_collect_logs.log ansible-playbook 2.8.4 config file = /home/zuul/src/opendev.org/openstack/tripleo-quickstart/ansible.cfg configured module search path = [u'/home/zuul/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules', u'/usr/share/ansible/tripleo-plugins/modules', u'/usr/share/openstack-tripleo-validations/modules']
2019-08-26 12:13:49 Ronelle Landy tripleo: status Confirmed Fix Released
2019-08-27 09:17:40 chandan kumar tripleo: assignee Kevin Carter (kevin-carter)