4995 Commits

Author SHA1 Message Date
ZhiQiang Fan
0958f16a14 document how to enable ceilometer stable branch in devstack
Change-Id: I7d70f9798e1715bd42570a67e067ef5ec8c81ba1
Closes-Bug: #1510617
2016-04-19 06:30:25 +08:00
OpenStack Proposal Bot
1ec0b61407 Updated from global requirements
Change-Id: If9cb3c0960fb996f3bcb524fabe17702bae32a59
2016-04-13 12:41:38 +00:00
Thomas Bechtold
1fea0f524d Fix doc build if git is absent
When building packages if git is absent, then we should not set
html_last_updated_fmt. It can still be set via the -D switch
when building with sphinx-build.

Change-Id: I992f38ba935536c59217e22d4071f40a69090fc2
Closes-Bug: #1552251
2016-04-13 08:36:12 +02:00
gordon chung
8e7940ad44 Add notes on moving to Gnocchi
Change-Id: I819b5cba3be9ce80895f5479059e3bcdf8a701bd
2016-04-12 12:15:14 +00:00
gordon chung
7fe87e904f delete verbose/redundant/deprecated text
the docs are a bit wordy in some places. our docs are confusing
enough:

- remove notification > polling in architecture page
- remove redundant Events filtering from event_types
- move shuffle/batch options to customisation page
- add http publisher
- remove db choices from architecture page, point to dbreco page
- remove db background referencing single database route
- remove warnings to say db might change, use api (obvious)
- remove stuff about Ceilometer is part Openstack but not tied to it
- move hbase configuration under common hbase section in install
- remove tox compatibility comments since it's > 2 years
- remove random non-devstack/historical text from devstack page
- remove default cinder/nova configurations from devstack page

Change-Id: Ifdbeee358cfcb5d3736608e39067ff2859cc0ed6
2016-04-12 12:15:00 +00:00
Jenkins
bdb291739a Merge "add ceilometer to gnocchi configuration notes" 2016-04-12 08:32:10 +00:00
Jenkins
6465393bba Merge "change keystone to openstack cli" 2016-04-12 08:31:29 +00:00
Jenkins
5a431b790b Merge "re-org existing manually install notes" 2016-04-12 07:29:54 +00:00
ZhiQiang Fan
d526651260 replace fnmatch with oslo.utils.fnmatch
oslo.utils has implemented a thread safe fnmatch, we can use it
instead of maintaining a private one.

Change-Id: Idb8a3d9f2b0fb16ec403f2da3ad00ee0d982454e
2016-04-12 06:27:03 +08:00
gordon chung
5676fe009e add ceilometer to gnocchi configuration notes
first notes on how to enable ceilometer to connect to gnocchi

Change-Id: I13840eb0ff0a74534fec6b5b52e011fd7fc20a8b
2016-04-11 11:44:19 +00:00
OpenStack Proposal Bot
123fa26585 Updated from global requirements
Change-Id: Id18aaa8f0363723719bf7f2b3fb6b1ba651ea5c2
2016-04-08 15:43:59 +00:00
Jenkins
bc8de9ce75 Merge "Imported Translations from Zanata" 2016-04-08 13:38:48 +00:00
Jenkins
35c2952670 Merge "messaging: remove RequestContextSerializer" 2016-04-08 09:18:07 +00:00
Jenkins
db4fd53f6b Merge "Remove unused context object in vpnaas test" 2016-04-08 09:17:59 +00:00
Jenkins
fda7ca6dcd Merge "Remove unused object from lbaas_v2 test" 2016-04-08 09:17:51 +00:00
Jenkins
85fdd3af5b Merge "Remove unused context object lbaas test" 2016-04-08 09:17:33 +00:00
Jenkins
d1e7761e9b Merge "test: remove unused context object in FWaaS tests" 2016-04-08 08:38:46 +00:00
Jenkins
11bb2a3e1c Merge "Remove unused context objects in Glance tests" 2016-04-08 08:38:39 +00:00
Jenkins
0a9979c8e8 Merge "remove complex capabilities for meter, resource and statistics" 2016-04-08 08:35:24 +00:00
OpenStack Proposal Bot
97f65ad1e0 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I0fde2dbab0b77d87dbfbc86b1c53ef08fa34678f
2016-04-08 06:42:17 +00:00
ZhiQiang Fan
7a4eca2cfb remove complex capabilities for meter, resource and statistics
complex query functionalities for those there APIs are never exist
or plan to do so, leave it in capabilities is misleading to end user,
because they never can be True for any back end storage.

Change-Id: Ie1f640abe4970a0e6ea6fe076961855c9dca66e5
APIImpact: /v2/capabilities response removes some never used fields
2016-04-08 05:48:59 +08:00
Jenkins
27677f5fea Merge "Remove unused context object in test" 2016-04-07 16:36:52 +00:00
Jenkins
11a1a385b1 Merge "gnocchi: batch measurements" 2016-04-07 16:36:34 +00:00
Jenkins
fa5711c1a0 Merge "Merge tag '6.0.0'" 2016-04-07 15:04:47 +00:00
Mehdi Abaakouk
4a451fac0e gnocchi: batch measurements
This change leverages the Gnocchi Batch API by using it
in the Ceilometer dispatcher for measurements.

It introduces a small behavior change in the dispatcher.
The resource metadata update is now decorrelated from measures posting.
So, even if posting measurements fail, the resource metadata will
be updated.

Change-Id: I140e7301a31bbee50c2c8bc3ff2d78925680a573
2016-04-07 14:52:15 +02:00
gordon chung
fcaec56d9b change keystone to openstack cli
Change-Id: I86c6c5a4e3c57e5d5415e9b1a3618339f28d4611
2016-04-07 08:29:39 -04:00
gordon chung
182b4bd42e re-org existing manually install notes
- move enabling service notifications into own section
- clean up copy/paste install instructions
- add note to inform performance boast by disabling message signing
- add note to inform API is not required if Gnocchi is used.
- clean up oslo.messaging items
- remove verbose notes
    - zmq not ready
    - how to use PasteDeploy
- move customisation possibilites into it's own page

Change-Id: Ia42ceec7d2b6c054d065f905b8c0bce1685119aa
2016-04-07 08:18:50 -04:00
Jenkins
6a0f84dcbb Merge "Remove a useless usage of oslo.context in meters API" 2016-04-07 08:39:14 +00:00
OpenStack Proposal Bot
6de1970d81 ceilometer 6.0.0 release
meta:version: 6.0.0
 meta:series: mitaka
 meta:release-type: release
 meta:announce: openstack-announce@lists.openstack.org
 meta:pypi: no
 meta:first: yes
 -----BEGIN PGP SIGNATURE-----
 Comment: GPGTools - http://gpgtools.org
 
 iQEcBAABAgAGBQJXBgtbAAoJEDttBqDEKEN6cooIAJ/6F2veOelXqaFoShKvDoxs
 Fo2EpJ5j1f5iN5/OVasUaysIveZ5lO69PSXuqTkvzmldzK3GKUTkvb18Eg0Gq0QN
 37Jio9WfRG0RrJbWSDopZUh2T7XMndzSIJUQ0GMg3Irx+6+sNdjk1Jdw9ie72qdx
 u6J3kY+t9Rw51GifVA5JHNS4uwIgZuYrEMr41P9nm5eGGIKpc44z9oRXN7+54cSl
 P4Tn2QdQp9jQGJb8k20tbBpy07PXWk8sPgD89DuHyHH/YyV8h82rlAqZRnY2D8Kk
 aezTVxK2xRLYh18pYoMOZdjOD3Siei8cyRqAgu+FBfLJ391OGwZDFh6EpWK86P0=
 =g0bX
 -----END PGP SIGNATURE-----

Merge tag '6.0.0'

This is a null-merge of the 6.0.0 release tag back into the master
branch so that the 6.0.0 tag will appear in the git commit history of
the master branch. It contains no actual changes to the master branch,
regardless of how our code review system's UI represents it. Please
ask in #openstack-infra if you have any questions, and otherwise try
to merge this as quickly as possible to avoid later conflicts on the
master branch.

Change-Id: I74789b3e18ef6b478a55615a9c4b7ea9200f8e5c
2016-04-07 07:29:12 +00:00
Jenkins
354b8b68b3 Merge "Remove the deprecated DB2 driver" 2016-04-07 02:31:51 +00:00
Jenkins
a58f2034da Merge "Update the Administrator Guide links" 2016-04-07 02:31:33 +00:00
Jenkins
a76d45c699 Merge "Enhancing Retry logic to Coordination when joining partitioning grp" 2016-04-07 00:03:45 +00:00
Julien Danjou
2e3f7920ab messaging: remove RequestContextSerializer
We don't pass any oslo.context object around anymore, we just pass dict
if we really need to send some context information – which we barely
need actually.

And remove oslo.context!

Change-Id: I17d15c043b5c7d508af9a43f50511817f9e81151
2016-04-06 15:53:42 +02:00
Julien Danjou
36a5d1b2d7 Remove unused context object in vpnaas test
Change-Id: I764970b4b66fd1b5c7a06931f864f2e07dbf1f18
2016-04-06 15:53:28 +02:00
Julien Danjou
dba353e259 Remove unused object from lbaas_v2 test
Change-Id: I6d47608a5354bc1f3949fc90cf1ae7881bb7b700
2016-04-06 15:53:28 +02:00
Julien Danjou
4eae31952b Remove unused context object lbaas test
Change-Id: I08e12973e7c05496cf8a3f2d6cf8cc8389ff46a8
2016-04-06 15:53:28 +02:00
Julien Danjou
2d1e390014 test: remove unused context object in FWaaS tests
Change-Id: Idd769a349bcb5f4bdbae3b4e6559c224b1a45291
2016-04-06 15:53:28 +02:00
Julien Danjou
a02f35bb9c Remove unused context objects in Glance tests
Change-Id: I747ec2bf06395cebc08dc2cc4c580776d0842559
2016-04-06 15:53:28 +02:00
Julien Danjou
3e453529fe Remove unused context object in test
Change-Id: I89162b549643b18620ebc1d8510bb924a37c566c
2016-04-06 15:53:28 +02:00
Julien Danjou
10cb9f6a8b Remove a useless usage of oslo.context in meters API
Change-Id: Id3ddd8813db2b3ba2c430befdb627bf0356bb1af
2016-04-06 15:53:28 +02:00
Julien Danjou
9ad61b1801 Remove the deprecated DB2 driver
Change-Id: I0718da0d8cd3a63708117d770b1bf21f9ce3bfe1
2016-04-06 15:48:06 +02:00
venkatamahesh
aa012cd534 Update the Administrator Guide links
Change-Id: Iefe9e806176f6367c1f99f1be03d78327d38fca1
2016-04-06 18:07:50 +05:30
Julien Danjou
9bf2d37ec2 mongo: remove unused function
Change-Id: Ife94076779ac843e906e863d208213ce078ac382
2016-04-06 11:07:26 +02:00
OpenStack Proposal Bot
e6005df321 Updated from global requirements
Change-Id: I4e80e68cbc9e885006d82c2901dca95ed1dd2990
2016-04-05 13:35:46 +00:00
Jenkins
ee8f3f69c3 Merge "publisher: clean out context usage" 2016-04-05 06:52:45 +00:00
Jenkins
1072b4a1c7 Merge "drop magnetodb support" 2016-04-05 05:04:15 +00:00
Jenkins
bc40b97c5a Merge "Simplify chained comparison" 2016-04-04 17:27:22 +00:00
gordon chung
8599ec50ec drop magnetodb support
this project is abandoned.

Change-Id: Ie23096b31cab1f9980b8256a6de762e582504393
2016-04-04 13:03:20 -04:00
Jenkins
bcb2de3705 Merge "Remove useless context object usage" 2016-04-04 16:50:22 +00:00
Eyal
8ee9fc1f7d Simplify chained comparison
"x < y and y <= z" is equivalent to "x < y <= z"

Change-Id: I3386ce5dc46335bc693b696ba42b4c076ff142a5
2016-04-04 16:37:43 +03:00