Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
ceilometer
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenStack
services
ceilometer
Commits
bdc2d55e
Commit
bdc2d55e
authored
May 07, 2018
by
Thomas Goirand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing ceilometer-polling service.
parent
228e1454
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
1 deletion
+44
-1
ceilometer-polling.init.in
debian/ceilometer-polling.init.in
+17
-0
changelog
debian/changelog
+6
-0
control
debian/control
+21
-1
No files found.
debian/ceilometer-polling.init.in
0 → 100644
View file @
bdc2d55e
#!/bin/sh
### BEGIN INIT INFO
# Provides: ceilometer-polling
# Required-Start: $network $local_fs $remote_fs $syslog
# Required-Stop: $remote_fs
# Should-Start: mongodb rabbitmq-server
# Should-Stop: mongodb rabbitmq-server
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: ceilometer polling
# Description: ceilometer polling service
### END INIT INFO
# Author: Thomas Goirand <zigo@debian.org>
DESC
=
"OpenStack Ceilometer Polling"
PROJECT_NAME
=
ceilometer
NAME
=
${
PROJECT_NAME
}
-polling
debian/changelog
View file @
bdc2d55e
ceilometer
(
1
:
10.0.0
-
5
)
unstable
;
urgency
=
medium
*
Add
missing
ceilometer
-
polling
service
.
--
Thomas
Goirand
<
zigo
@
debian
.
org
>
Mon
,
07
May
2018
09
:
37
:
25
+
0200
ceilometer
(
1
:
10.0.0
-
4
)
unstable
;
urgency
=
medium
*
Using
debconf
templates
from
openstack
-
pkg
-
tools
,
dropping
our
own
.
...
...
debian/control
View file @
bdc2d55e
...
...
@@ -7,7 +7,7 @@ Uploaders:
Build-Depends:
debhelper (>= 10),
dh-python,
openstack-pkg-tools (>= 7
0
~),
openstack-pkg-tools (>= 7
5
~),
po-debconf,
python3-all,
python3-pbr (>= 1.8),
...
...
@@ -234,6 +234,26 @@ Description: OpenStack efficient metering counters system - doc
.
This package contains the documentation.
Package: ceilometer-polling
Architecture: all
Depends:
ceilometer-common (= ${binary:Version}),
${misc:Depends},
${python:Depends},
Suggests:
mongodb,
Description: OpenStack efficient metering counters system - Polling agent
Ceilometer aims to deliver a Single Point Of Contact for billing systems,
providing all the counters they need to establish customer billing, across
all current and future OpenStack components. The delivery of counters must be
traceable and auditable, the counters must be easily extensible to support new
projects, and agents doing data collections should be independent of the
overall system.
.
(A ceilometer is an instrument that measures cloud coverage.)
.
This package contains the polling service.
Package: python3-ceilometer
Section: python
Architecture: all
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment