145 Commits

Author SHA1 Message Date
gord chung
bd60ada44a add note explaining gnocchi coordination_url
Change-Id: I632663679d0649e1d5912aef98a65c610fdeaac2
Partial-Bug: #1745806
2018-02-05 14:30:21 +00:00
zhang.lei
f973dbe412 Remove the redundant conf.py file
This conf.py is redundant, all project guides only use the
"doc/source/conf.py" file. We should remove this one.

Change-Id: I820688d3ffbf01cc057c1a44bfd69f5291841159
2018-01-15 02:42:31 +00:00
Julien Danjou
265d029b3f doc: remove useless Ceilometer service creation
Change-Id: I061e2b2d55482594cee5671129bd549627b3ee1c
2017-12-08 15:48:04 +01:00
hanxi.liu
189637e37b Put configurations to appropriate part
One for pipeline.yaml, anthter for ceilometer.conf.

Change-Id: I19e6e2b0b406f51c15aa8fe91b3f3f61023cd40b
2017-11-24 20:09:34 +08:00
gord chung
2696ef6112 update install docs
- remove ceilometerclient. we don't need this.
- add docs on how to install gnocchi using openstack packages

Closes-Bug: #1687839
Change-Id: I2f932fbe0b48bb11aa68d47e77aa2dc07af21731
2017-11-08 19:25:56 +00:00
Zuul
9f7f9be8f4 Merge "Make Doc links point to the latest branch" 2017-11-07 18:03:17 +00:00
Hanxi_Liu
7a427c738b Make Doc links point to the latest branch
Several links haven't been updated when doc migration in Pike. So
let them point to the latest branch instead of Ocata.

Change-Id: Ie93acdd7e4ccabd412e2c0324da2dce04fcdf569
Partial-Bug: #1727460
2017-11-03 20:00:06 +08:00
David Rabel
1d66a0cecf Clarify that there is only one polling agent
Mention in install/get_started.rst that the compute polling agent
and the central polling agent are actually the same program,
running in different polling namespaces.

Change-Id: I338782ffd90b5f4aaf62512eb1449860b2dc90f5
Closes-Bug: #1728212
2017-11-01 19:30:03 +01:00
Julien Danjou
9323f07f97 Remove deprecated storage drivers
Change-Id: I6b262dd440a72f25662b64d938ab9e5328709a97
2017-10-26 09:35:14 +02:00
Zuul
6edd60a4bf Merge "Replace the Gnocchi dispatcher by a publisher" 2017-10-16 11:35:53 +00:00
Julien Danjou
83ffaffcb2 Replace the Gnocchi dispatcher by a publisher
This removes the deprecated Gnocchi dispatcher and replaces it by its
equivalent publisher.

Change-Id: Ie44baf20ccb8de5794f5f0c3d4717f7e56afa63b
2017-10-13 18:18:07 +02:00
Pierre Riteau
930646ba2f Fix a typo in the Installation Guide
Change-Id: I4956da0843b8da70a8345ea9aa30f4a9ba0250d6
2017-10-13 14:46:29 +01:00
Alexander Chadin
d8818de30d Add missing command of adding admin role to gnocchi
Add command to add gnocchi user to service project with
admin role.

Change-Id: I856e8346244c0b87a1a849d60c6c02ecc1ec935b
Closes-Bug: #1715855
2017-09-08 14:13:56 +03:00
Jenkins
efe906288a Merge "Update and replace http with https for doc links in ceilometer" 2017-08-03 13:59:48 +00:00
Jenkins
ede437f0c5 Merge "turn on warning-is-error for doc builds" 2017-08-01 21:52:53 +00:00
shangxiaobj
6047d7da5b Update and replace http with https for doc links in ceilometer
1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links

Change-Id: I33bf58ae4769f2a55a8e9ff34992ecc6c2bf57d3
2017-07-28 00:53:10 -07:00
Hangdong Zhang
0b07da07b6 Update the documentation link for doc migration
Change-Id: Ie8b83497b3975ec4ce0f1bc1583d825f0af1b8b2
2017-07-26 17:35:33 +08:00
gord chung
7ce164a254 turn on warning-is-error for doc builds
Suppress warnings from Sphinx extensions that used to be suppressed by
pbr with older versions of Sphinx.

Change-Id: I1629ebb51f32dc019d8384a3c12b1ecad204245d
2017-07-24 22:03:21 +00:00
gord chung
7f22c5bee0 doc: move install guide to main doc dir
Change-Id: Ifa323f9e4044dfd683c0bfd110a41ca9986601ef
2017-07-18 20:20:11 +00:00
gord chung
ebb1fd5930 doc: move old dev docs to contributor section
Change-Id: I8d1fdd540577c318f7d041ddcfdccab3d979ad55
2017-07-18 19:45:53 +00:00
gord chung
d68712f332 update link away from google docs
not everyone can see google docs... and i might delete it randomly
since it's just sitting in my slide list.

Change-Id: Id33f93418d4569b24d62c7d3f8ca01a32661af98
2017-05-31 13:41:41 +00:00
gord chung
90f090e407 change to reference gnocchi.xyz
stop referencing openstack gnocchi docs.

Change-Id: I46201389ff3e2f37d08030ff745b688f6ed9cc8d
2017-05-29 12:41:04 +00:00
Jenkins
b6d5a5f64e Merge "add configuration instructions from admin guide and dev docs" 2017-03-29 16:13:20 +00:00
liusheng
1078d2e59c Load pipeline config files from /etc/ceilometer/ firstly
We have moved the pipeline config files from etc/ceilometer/ to
ceilometer/pipeline/data/, but ceilometer don't support to load pipeline
config file from /etc/ceilometer/ and only support to load these config
files from the source code path. This is not user-friendly.

Change-Id: Iedebf6b05e123c94eb7bd200f64beb09382c3969
Closes-Bug: #1670238
2017-03-06 16:24:37 +08:00
Jenkins
caf47178af Merge "upgrade gnocchi via ceilometer" 2017-03-04 08:07:29 +00:00
gord chung
9105e194c7 add configuration instructions from admin guide and dev docs
- move cinder and keystone configuration instructions from admin
guide to install guide so we have all meter enabling steps in
same place.
- move heat and neutron config to install guide.

Change-Id: Ibc8096e3fb6c95886c3bddafb927600fe506415d
2017-02-27 21:51:50 +00:00
gord chung
ff35655676 upgrade gnocchi via ceilometer
let ceilometer create openstack resources in gnocchi

Change-Id: I56fa6a3efebd1bbdea8204339f8ff35fa4675479
2017-02-27 16:21:39 +00:00
gord chung
5de896dfa1 switch dispatcher references to publisher
disptacher is a very collector-centric term. switch all references
to publisher

Change-Id: Ibc8f1e68dc733051518fab73d00c05cc30fb253c
2017-02-27 15:30:43 +00:00
gord chung
2e00e0e038 remove legacy db stuff
let's not bother promoting this. if people want it, they can dig
through history.

Change-Id: Ifcb351a4d165426eb9d97eab6273ae83eebd6549
2017-02-27 13:30:54 +00:00
Hanxi Liu
d9c11bb0ab Ship YAML file to /usr/share
Ship YAML files except for polling.yaml to /usr/share
so that users can update on upgrade.

Change-Id: I642a5f70d940e3e463d58d4a67fb02a5ff415404
2017-02-20 19:29:13 +08:00
Hanxi Liu
11191a4612 Deprecate collector
To optimise performance, We have to update ceilometer architecture.
The most important step is to deprecate collector. From now on, we
can configure multiple publishers in pipeline for pushing data to
internal or external system.

Highlight using multiple dispatchers.

Change pipeline publisher and disable ceilometer-collector by default.

Co-Authored-By: gordon chung <gord@live.ca>
Change-Id: I25a6e0b9221844adb4412f1829d9e290b6e198a3
2017-02-09 10:24:43 +08:00
Jenkins
05f4d1b041 Merge "move and trim legacy db docs" 2017-01-26 09:15:50 +00:00
gord chung
51249ff2ee drop notes re mod_wsgi
the API is deprecated. let's clean this to avoid confusion and debt

Change-Id: I01763c88494c23e7211a7fbfb5101d212922bc76
2017-01-25 21:21:04 +00:00
gord chung
57f7923818 move and trim legacy db docs
we don't support this anymore so let's move it down in priority and
drop some of the verbose notes.

Change-Id: I28dc1241fecd7e3459e851a77b47495c0b415b84
2017-01-25 21:17:20 +00:00
Jenkins
103ba9048b Merge "Update custom install doc" 2017-01-06 15:57:08 +00:00
Hanxi Liu
c0aea03363 Update custom install doc
Collector will be no longer supported, the original configures
should be updated.

Change-Id: I7c67d8aa41e946955b29d7b8bfd040d8492b0738
2017-01-06 10:26:01 +08:00
Jenkins
2df27f9b49 Merge "cleanup manual install" 2017-01-04 09:50:18 +00:00
Jenkins
96d6f0b4d1 Merge "gnocchi: Allow to set a different creds section" 2017-01-03 18:10:19 +00:00
Hanxi Liu
2ff9ed0232 glossary: remove collector and add publisher
Change-Id: Ied0906e4ef2c56ae884411907fa374e2e080ad76
2016-12-21 00:49:29 +08:00
Mehdi Abaakouk
638f691a9e gnocchi: Allow to set a different creds section
This change will allow to remove keystoneauth in Gnocchi
dispatcher for people where authentication of Gnocchi
request doesn't make sense.

Change-Id: If3a47f091a80333a0e7e0246e28040254c4f423b
2016-12-13 12:35:32 +01:00
gord chung
3f0e2b4337 cleanup manual install
- remove collector instructions
- remove api instructions
- add note to reconfigure pipeline to point to other endpoints
- correct sample configuration path
- drop policy.json reference since it's only used by api

Change-Id: I28fb21907c40e7cf210cb6776c8e2793d3efe980
2016-11-28 21:18:09 +00:00
Julien Danjou
779673534f Remove deprecated ceilometer-dbsync
Change-Id: Ib7875909cc6b997fb25003cbd48eb1434b20fd35
2016-10-21 12:36:16 +02:00
Julien Danjou
3e95cc12fd Remove pecan_debug option
There's no need to have this option exposed to users.

Change-Id: Ie4a3dd2466542f198564e40d5834a906019f3f63
2016-10-12 19:07:36 +02:00
Jenkins
3b606fb740 Merge "Use 'code-block' for pieces of code" 2016-09-28 16:19:56 +00:00
Jenkins
91e721a40a Merge "Add prefix "$" for command examples" 2016-09-28 15:31:35 +00:00
Yushiro FURUKAWA
b4f7d667fb Add prefix "$" for command examples
This commits adds "$" as a prefix for command examples and align with
4 whitespaces.

Change-Id: I23b4bbf59fa76472d7fbaedcf16ca91a9c70aaa2
2016-09-28 23:14:54 +09:00
Yushiro FURUKAWA
7f6402f046 Use 'code-block' for pieces of code
'code-block' improves the visibility for the pieces of code.

Change-Id: Idf31e5e874afa3c4e080090847247864fe35bdd4
2016-09-28 23:06:47 +09:00
Hanxi Liu
33864b8090 Fix the "Gnocchi" link pages of custom.rst doc
The "Gnocchi" link in the install doc named custom.rst deprecated
as http://gnocchi.readthedocs.io/en/latest/basic.html. So it
should be up-to-date for users.

Change-Id: I3d71dd44345a673829394a74921815698b636887
Closes-Bug: #1627910
2016-09-27 11:37:09 +08:00
Julien Danjou
a1fae3f1c0 gnocchi: enable event_dispatcher in devstack and doc
Change-Id: I38296daea516a57d4eb2ec905d271bdd8b9fb047
2016-09-14 16:58:38 +02:00
Julien Danjou
7f8f6cccd6 Remove store_events options
The current option is misnamed, as it does not enable any storing but
just the processing of events from the notification agent to the
collector.

This means that even if you set event_dispatchers=panko and forget to
set store_events=true, nothing will happen.

This patch enable the event processing as soon as something is
configured in the pipeline.

Change-Id: I5a906684f6371b0548ac08cacc13aa238f780f78
2016-09-13 11:29:19 +02:00