diff --git a/chef/cookbooks/rsyslog/attributes/default.rb b/chef/cookbooks/rsyslog/attributes/default.rb index f1e9b41..7eaff92 100644 --- a/chef/cookbooks/rsyslog/attributes/default.rb +++ b/chef/cookbooks/rsyslog/attributes/default.rb @@ -27,11 +27,7 @@ default["rsyslog"]["openstacklog"] = {:"keystone"=>"/var/log/keystone/keystone.l :"glance-api"=>"/var/log/glance/api.log", :"glance-reg"=>"/var/log/glance/registry.log", :"nova-api"=>"/var/log/nova/api.log", - :"nova-cert"=>"/var/log/nova/cert.log", :"nova-conductor"=>"/var/log/nova/conductor.log", - :"nova-consoleauth"=>"/var/log/nova/consoleauth.log", - :"nova-console"=>"/var/log/nova/console.log", - :"nova-manage"=>"/var/log/nova/nova-manange.log", :"nova-compute"=>"/var/log/nova/compute.log", :"nova-scheduler"=>"/var/log/nova/scheduler.log", :"cinder-api"=>"/var/log/cinder/api.log", @@ -39,12 +35,4 @@ default["rsyslog"]["openstacklog"] = {:"keystone"=>"/var/log/keystone/keystone.l :"cinder-volume"=>"/var/log/cinder/volume.log", :"quantum-server"=>"/var/log/quantum/server.log", :"quantum-dhcp"=>"/var/log/quantum/dhcp-agent.log", - :"quantum-l3agent"=>"/var/log/quantum/l3-agent.log", - :"quantum-ovsagent"=>"/var/log/quantum/openvswitch-agent.log", - :"dashboard-access"=>"/var/log/httpd/openstack-dashboard-access.log", - :"dashboard-error"=>"/var/log/httpd/openstack-dashboard-error.log", - :"mysql"=>"/var/log/mysqld.log", - :"rabbitmq"=>"/var/log/rabbitmq/rabbit\@#{node['hostname']}.log", - :"ovs-vswitchd"=>"/var/log/openvswitch/ovs-vswitchd.log", - :"ovs-dbserver"=>"/var/log/openvswitch/ovs-dbserver.log", - :"libvirtd"=>"/var/log/libvirt/libvirtd.log"} + :"quantum-l3agent"=>"/var/log/quantum/l3-agent.log"} diff --git a/chef/cookbooks/rsyslog/templates/default/openstack.conf.erb b/chef/cookbooks/rsyslog/templates/default/openstack.conf.erb index f250ccc..41a486b 100644 --- a/chef/cookbooks/rsyslog/templates/default/openstack.conf.erb +++ b/chef/cookbooks/rsyslog/templates/default/openstack.conf.erb @@ -6,7 +6,7 @@ $Modload imfile $InputFileTag <%= service %> $InputFileSeverity notice $InputFileFacility local4 - $InputFileStateFile + $InputFileStateFile <%= service %> $InputRunFileMonitor $InputFilePollInterval 1 <% end -%>