build_images: remove some collect-logs related config

* "artcl_collect" variable should not be specified in any config, as it
  is used internally by the role, this caused the bug
* "artcl_collect_dir" value is the default for the role and so it is not
  necessary to specify
* "artcl_gzip_only" and "artcl_tar_gz" variables should be specific to
  the environment and should not be part of a job config

Closes-bug: #1716487
Change-Id: Ic26455dffd5a16f9f5d3ee7fd17dc0ef4fa8b7ee
This commit is contained in:
Attila Darazs 2017-09-12 14:56:03 +02:00
parent fb7cb3796c
commit 9c576ff536
1 changed files with 0 additions and 4 deletions

View File

@ -11,7 +11,6 @@ overcloud_as_undercloud: true
# options below direct automatic doc generation by tripleo-collect-logs
artcl_gen_docs: false
artcl_collect: true
artcl_collect_list:
- /var/lib/oooq-images/*.log
- /var/lib/oooq-images/*.sh
@ -36,6 +35,3 @@ artcl_exclude_list:
- /etc/pki/ca-trust/extracted
- /etc/alternatives
- /var/log/journal
artcl_collect_dir: "{{ local_working_dir }}/collected_files"
artcl_gzip_only: true
artcl_tar_gz: false