Merge lp:~yolanda.robla/ceilometer/grizzly into lp:~openstack-ubuntu-testing/ceilometer/grizzly

Proposed by Yolanda Robla
Status: Merged
Merged at revision: 19
Proposed branch: lp:~yolanda.robla/ceilometer/grizzly
Merge into: lp:~openstack-ubuntu-testing/ceilometer/grizzly
Diff against target: 109 lines (+24/-32)
3 files modified
debian/ceilometer-common.install (+1/-0)
debian/changelog (+20/-29)
debian/control (+3/-3)
To merge this branch: bzr merge lp:~yolanda.robla/ceilometer/grizzly
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+151451@code.launchpad.net

Description of the change

Copying pipeline.yaml to config directory

To post a comment you must log in.
Revision history for this message
James Page (james-page) :
review: Approve
lp:~yolanda.robla/ceilometer/grizzly updated
19. By Yolanda Robla

  Yolanda Robla 2013-03-04 d/control: fixed typo (LP: #1140309)
    Yolanda Robla 2013-03-04 consolidating changelog
    Yolanda Robla 2013-03-04 [ Yolanda Robla ]
    Yolanda Robla 2013-03-04 d/files: copying pipeline.yaml

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/ceilometer-common.install'
2--- debian/ceilometer-common.install 2013-02-05 12:07:07 +0000
3+++ debian/ceilometer-common.install 2013-03-04 14:22:22 +0000
4@@ -2,4 +2,5 @@
5 etc/ceilometer/ceilometer.conf etc/ceilometer
6 etc/ceilometer/policy.json etc/ceilometer
7 etc/ceilometer/sources.json etc/ceilometer
8+etc/ceilometer/pipeline.yaml etc/ceilometer
9 usr/bin/ceilometer-dbsync
10
11=== modified file 'debian/changelog'
12--- debian/changelog 2013-03-01 18:25:18 +0000
13+++ debian/changelog 2013-03-04 14:22:22 +0000
14@@ -1,20 +1,21 @@
15-ceilometer (2013.1~g2~20130107.449-0ubuntu3) UNRELEASED; urgency=low
16-
17- [ Yolanda Robla ]
18- * d/control: moved mongo recommends to api and collector
19- packages (LP: #1131627)
20- * d/control: refreshed dependencies
21-
22- [ James Page ]
23- * Added watch file.
24+ceilometer (2013.1~g2~20130107.449-0ubuntu1) UNRELEASED; urgency=low
25
26 [ Chuck Short ]
27+ * New upstream release.
28+ * debian/watch: point to the right releases.
29+ * debian/rules: Enable testsuite.
30+ * debian/control: Update dependencies.
31+ * debian/patches/remove-unwanted-dependencies.patch: Remove mongodb dependencies.
32+ * debian/ceilometer-agent-compute.postinst: Add smarts to
33+ configure users after install.
34+ * debian/ceilometer-common.postinst: Configure ceilometer db.
35+ * debian/ceilometer-common.install: Install configuration files.
36+ * debian/*.usptart: Update and use start-stop-daemon.
37 * debian/patches/exclude-tests-when-isntall.patch: Exclude tests so it
38 doesnt conflict with python-boto (LP: #1102110)
39
40- -- Yolanda Robla <yolanda.robla@canonical.com> Fri, 22 Feb 2013 10:42:00 +0100
41-
42-ceilometer (2013.1~g2~20130107.449-0ubuntu2) UNRELEASED; urgency=low
43+ [ James Page ]
44+ * Added watch file.
45
46 [ Yolanda Robla ]
47 * d/patches: removed unused patches
48@@ -25,23 +26,13 @@
49 * d/control: updated dependencies
50 * d/*.upstart: fixed upstart jobs
51 * d/pydist-overrides: correcting pymongo and wsme package names
52-
53- -- Yolanda Robla <yolanda.robla@canonical.com> Wed, 06 Feb 2013 17:42:00 +0100
54-
55-ceilometer (2013.1~g2~20130107.449-0ubuntu1) UNRELEASED; urgency=low
56-
57- * New upstream release.
58- * debian/watch: point to the right releases.
59- * debian/rules: Enable testsuite.
60- * debian/control: Update dependencies.
61- * debian/patches/remove-unwanted-dependencies.patch: Remove mongodb dependencies.
62- * debian/ceilometer-agent-compute.postinst: Add smarts to
63- configure users after install.
64- * debian/ceilometer-common.postinst: Configure ceilometer db.
65- * debian/ceilometer-common.install: Install configuration files.
66- * debian/*.usptart: Update and use start-stop-daemon.
67-
68- -- Chuck Short <zulcss@ubuntu.com> Tue, 08 Jan 2013 07:52:53 -0600
69+ * d/control: moved mongo recommends to api and collector
70+ packages (LP: #1131627)
71+ * d/control: refreshed dependencies
72+ * d/files: copying pipeline.yaml
73+ * d/control: fixed typo (LP: #1140309)
74+
75+ -- Yolanda Robla <yolanda.robla@canonical.com> Mon, 04 Mar 2013 10:46:00 +0100
76
77 ceilometer (0.1-0ubuntu1) quantal; urgency=low
78
79
80=== modified file 'debian/control'
81--- debian/control 2013-02-22 11:47:00 +0000
82+++ debian/control 2013-03-04 14:22:22 +0000
83@@ -87,7 +87,7 @@
84 Architecture: all
85 Depends: ceilometer-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends}
86 Recommends: mongodb
87-Description: ceioleter collector service
88+Description: ceilometer collector service
89 Ceilometer aims to deliver a unique point of contact for billing systems to
90 aquire all counters they need to establish customer billing, accross all
91 current and future OpenStack components. The delivery of counters must
92@@ -103,7 +103,7 @@
93 Architecture: all
94 Depends: ceilometer-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends}
95 Recommends: mongodb
96-Description: ceioleter api service
97+Description: ceilometer api service
98 Ceilometer aims to deliver a unique point of contact for billing systems to
99 aquire all counters they need to establish customer billing, accross all
100 current and future OpenStack components. The delivery of counters must
101@@ -116,7 +116,7 @@
102 Package: ceilometer-agent-compute
103 Architecture: all
104 Depends: ceilometer-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends}
105-Description: ceioleter compute agent
106+Description: ceilometer compute agent
107 Ceilometer aims to deliver a unique point of contact for billing systems to
108 aquire all counters they need to establish customer billing, accross all
109 current and future OpenStack components. The delivery of counters must

Subscribers

People subscribed via source and target branches