Your message dated Thu, 27 Apr 2017 17:35:00 +0000
with message-id <4f450016-4048-dcfd-63d2-a99929562...@thykier.net>
and subject line Re: Bug#861264: unblock: ceilometer/7.0.1-4
has caused the Debian Bug report #861264,
regarding unblock: ceilometer/7.0.1-4
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
861264: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861264
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock
Dear release team,
The current .service files for ceilometer-agent-{central,compute}
packages are wrong, and fail to start the daemon correctly. It'd
be long to explain the internals of openstack-pkg-tools, but shortly,
the .service files are calling the sysv-rc init scripts with
"systemd-start" as argument, and the way it was written, the path
to the sysv-rc script was wrong. The last upload fixes the issue.
The change is only 2 lines for both daemons in the init template.
I checked the resulting packages, and daemons were able to start.
Debdiff attached.
Note that this happened because upstream decided to rename the daemon,
and a previous patch addressed it in a wrong way.
Please unblock ceilometer/7.0.1-4,
Cheers,
Thomas Goirand (zigo)
diff -Nru ceilometer-7.0.1/debian/ceilometer-agent-central.init.in ceilometer-7.0.1/debian/ceilometer-agent-central.init.in
--- ceilometer-7.0.1/debian/ceilometer-agent-central.init.in 2017-04-03 15:53:05.000000000 +0000
+++ ceilometer-7.0.1/debian/ceilometer-agent-central.init.in 2017-04-26 15:36:56.000000000 +0000
@@ -14,5 +14,6 @@
# Author: Thomas Goirand <z...@debian.org>
DESC="OpenStack Ceilometer Agent Central"
PROJECT_NAME=ceilometer
-NAME=${PROJECT_NAME}-polling
+NAME=${PROJECT_NAME}-agent-central
+DAEMON=/usr/bin/${PROJECT_NAME}-polling
DAEMON_ARGS=" --polling-namespaces central"
diff -Nru ceilometer-7.0.1/debian/ceilometer-agent-compute.init.in ceilometer-7.0.1/debian/ceilometer-agent-compute.init.in
--- ceilometer-7.0.1/debian/ceilometer-agent-compute.init.in 2017-04-03 15:53:05.000000000 +0000
+++ ceilometer-7.0.1/debian/ceilometer-agent-compute.init.in 2017-04-26 15:36:56.000000000 +0000
@@ -14,5 +14,6 @@
# Author: Thomas Goirand <z...@debian.org>
DESC="OpenStack Ceilometer Agent Compute"
PROJECT_NAME=ceilometer
-NAME=${PROJECT_NAME}-polling
+NAME=${PROJECT_NAME}-agent-compute
+DAEMON=/usr/bin/${PROJECT_NAME}-polling
DAEMON_ARGS=" --polling-namespaces compute"
diff -Nru ceilometer-7.0.1/debian/changelog ceilometer-7.0.1/debian/changelog
--- ceilometer-7.0.1/debian/changelog 2017-04-03 15:53:05.000000000 +0000
+++ ceilometer-7.0.1/debian/changelog 2017-04-26 15:36:56.000000000 +0000
@@ -1,3 +1,10 @@
+ceilometer (1:7.0.1-4) unstable; urgency=medium
+
+ * Fix ceilometer-agent-central .service file (Closes: #861202).
+ * Fix ceilometer-agent-compute .service file (Closes: #861203).
+
+ -- Thomas Goirand <z...@debian.org> Wed, 26 Apr 2017 15:36:56 +0000
+
ceilometer (1:7.0.1-3) unstable; urgency=medium
* Re-integrate NMU from Piotr fixing SQLAlchemy << 1.1 dependency.
--- End Message ---
--- Begin Message ---
Thomas Goirand:
> On 04/26/2017 10:09 PM, Niels Thykier wrote:
>> Hi,
>>
>> ceilometer/7.0.1-4 does not seem to be in unstable. Is this a pre-approval?
>>
>> Thanks,
>> ~Niels
>
> My bad, forgot to upload, it's done now.
>
> Cheers,
>
> Thomas Goirand (zigo)
>
Unblocked, thanks.
~Niels
--- End Message ---