Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Use default collect list for CentOS CI
Browse files Browse the repository at this point in the history
The two lists were very similar and it was a source of confusion why
new items added to defaults/main.yml were not being collected.

CentOS CI should be the default use case for this role, so this commit
gets rid of the duplication of these settings.

Change-Id: Ia44e4de9ee8a929e65ec5c953185e8394abde667
  • Loading branch information
adarazs committed Jul 25, 2016
1 parent 877b05e commit c0708ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
37 changes: 0 additions & 37 deletions configs/centosci-logs.yml
Original file line number Diff line number Diff line change
@@ -1,40 +1,3 @@
artcl_collect_list:
- /var/log/
- /var/lib/mysql
- /etc/nova
- /etc/ceilometer
- /etc/cinder
- /etc/glance
- /etc/ironic
- /etc/keystone
- /etc/neutron
- /etc/swift
- /etc/heat
- /etc/libvirt
- /etc/rabbitmq
- /etc/ntp
- /etc/puppet
- /etc/qpid
- /etc/qpidd.conf
- /home/stack/.instack/install-undercloud.log
- /home/stack/stackrc
- /home/stack/overcloudrc
- /home/stack/*.log
- /home/stack/*.json
- /home/stack/*.conf
- /home/stack/*.yml
- /home/stack/*.yaml
- /home/stack/*.sh
- /home/stack/deploy-overcloudrc
- /home/stack/network-environment.yaml
- /home/stack/tempest/*.xml
- /home/stack/tempest/*.html
- /home/stack/tempest/*.log
- /home/stack/tempest/etc/*.conf
- /home/stack/local_tht
- /usr/share/openstack-tripleo-heat-templates
- /etc/yum.repos.d
- /etc/selinux
artcl_gzip_only: true
artcl_artifact_url: https://ci.centos.org/artifacts/rdo
artcl_rsync_path: rdo@artifacts.ci.centos.org::rdo
Expand Down
1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ artcl_collect_list:
- /home/stack/deploy-overcloudrc
- /home/stack/network-environment.yaml
- /home/stack/tempest/*.xml
- /home/stack/tempest/*.html
- /home/stack/tempest/*.log
- /home/stack/tempest/etc/*.conf
- /home/stack/local_tht
Expand Down

0 comments on commit c0708ce

Please sign in to comment.