]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
[MCP 1.0] Update Heat package 31/35531/1
authorIvan Udovichenko <iudovichenko@mirantis.com>
Mon, 5 Jun 2017 13:39:16 +0000 (16:39 +0300)
committerIvan Udovichenko <iudovichenko@mirantis.com>
Mon, 5 Jun 2017 13:40:20 +0000 (16:40 +0300)
Version: 1:6.0.0-5~u16.04+mcp0

* d/heat-api-cfn.logrotate, d/heat-api-cloudwatch.logrotate,
  d/heat-api.logrotate, d/heat-engine.logrotate: Remove files.
* d/heat-common.logrotate: Provide unified logrotate rule for
    all Heat log files.

Change-Id: I6512a2a03ab99e9019de5af154c35314ef5b62bd

xenial/debian/changelog
xenial/debian/heat-api-cloudwatch.logrotate [deleted file]
xenial/debian/heat-api.logrotate [deleted file]
xenial/debian/heat-common.logrotate [moved from xenial/debian/heat-api-cfn.logrotate with 72% similarity]
xenial/debian/heat-engine.logrotate [deleted file]

index fe7cc86573bdaf1af300b29999d185e81975fa35..96788481c4f5b194708a131db05e368f4d62aaab 100644 (file)
@@ -1,3 +1,12 @@
+heat (1:6.0.0-5~u16.04+mcp0) mcp; urgency=medium
+
+  * d/heat-api-cfn.logrotate, d/heat-api-cloudwatch.logrotate,
+    d/heat-api.logrotate, d/heat-engine.logrotate: Remove files.
+  * d/heat-common.logrotate: Provide unified logrotate rule for
+      all Heat log files.
+
+ -- Ivan Udovichenko <iudovichenko@mirantis.com>  Mon, 05 Jun 2017 16:31:10 +0300
+
 heat (1:6.0.0-4~u16.04+mcp0) mcp; urgency=medium
 
   * Rebuild for xenial-mitaka mcp branch
diff --git a/xenial/debian/heat-api-cloudwatch.logrotate b/xenial/debian/heat-api-cloudwatch.logrotate
deleted file mode 100644 (file)
index b6c1572..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/var/log/heat/heat-api-cloudwatch.log {
-    daily
-    missingok
-    compress 
-    delaycompress
-    notifempty   
-    copytruncate
-}
diff --git a/xenial/debian/heat-api.logrotate b/xenial/debian/heat-api.logrotate
deleted file mode 100644 (file)
index 7638161..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/var/log/heat/heat-api.log {
-    daily
-    missingok
-    compress 
-    delaycompress
-    notifempty   
-    copytruncate
-}
similarity index 72%
rename from xenial/debian/heat-api-cfn.logrotate
rename to xenial/debian/heat-common.logrotate
index 452fdeed79d47e89012b4819270fb4e250ca8613..894a6943624d4da6f868e45c05e2887addbb78df 100644 (file)
@@ -1,8 +1,8 @@
-/var/log/heat/heat-api-cfn.log {
+/var/log/heat/*.log {
     daily
     missingok
     compress
     delaycompress
-    notifempty
     copytruncate
+    notifempty
 }
diff --git a/xenial/debian/heat-engine.logrotate b/xenial/debian/heat-engine.logrotate
deleted file mode 100644 (file)
index ab9a935..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/var/log/heat/heat-engine.log {
-    daily
-    missingok
-    compress 
-    delaycompress
-    notifempty   
-    copytruncate
-}