This conf.py is redundant, all project guides only use the
"doc/source/conf.py" file. We should remove this one.
Change-Id: I820688d3ffbf01cc057c1a44bfd69f5291841159
- remove ceilometerclient. we don't need this.
- add docs on how to install gnocchi using openstack packages
Closes-Bug: #1687839
Change-Id: I2f932fbe0b48bb11aa68d47e77aa2dc07af21731
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
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
1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links
Change-Id: I33bf58ae4769f2a55a8e9ff34992ecc6c2bf57d3
Suppress warnings from Sphinx extensions that used to be suppressed by
pbr with older versions of Sphinx.
Change-Id: I1629ebb51f32dc019d8384a3c12b1ecad204245d
not everyone can see google docs... and i might delete it randomly
since it's just sitting in my slide list.
Change-Id: Id33f93418d4569b24d62c7d3f8ca01a32661af98
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
- 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
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
we don't support this anymore so let's move it down in priority and
drop some of the verbose notes.
Change-Id: I28dc1241fecd7e3459e851a77b47495c0b415b84
This change will allow to remove keystoneauth in Gnocchi
dispatcher for people where authentication of Gnocchi
request doesn't make sense.
Change-Id: If3a47f091a80333a0e7e0246e28040254c4f423b
- 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
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
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