Commit Graph

8 Commits

Author SHA1 Message Date
Andreas Jaeger c929899400 Retire repository
Fuel repositories are all retired in openstack namespace, retire
remaining fuel repos in x namespace since they are unused now.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011675.html

A related change is: https://review.opendev.org/699752 .

Change-Id: I8aded54f1b9f3b79f3a4bf8f607d3695b92f528b
2019-12-18 19:39:39 +01:00
Swann Croiset 37459d65c9 Fix Pacemaker collectd plugin
Error may happen:
  AttributeError: 'NoneType' object has no attribute 'iter'

Change-Id: I58ead0b0a6e9c84df853b7c9c343b661723e99d8
2017-01-23 10:19:58 +01:00
Simon Pasquier 96b698bb00 Use short hostname for all Pacemaker metrics
Change-Id: I5221997d0bfd4064fd6b6aea12b50933ca9561b7
Closes-Bug: #1644225
2017-01-12 14:00:20 +00:00
Swann Croiset 52d517798d Return the return code of subprocess execution
Change-Id: I6506eed79150ba3f527802a0db8685c1bc58311f
Co-Authored-By: Simon Pasquier <spasquier@mirantis.com>
2017-01-10 14:09:46 +01:00
Simon Pasquier dce9c7e23f Fix more metrics without hostname
This change fixes metrics that aren't associated to a particular
hostname.

Change-Id: I2acafb801add178d90b76a17b32922a5825c3820
2016-09-29 18:02:59 +02:00
Simon Pasquier eb9f36fa63 Fix the GSE filter wrt Pacemaker metrics
With the recent refactoring [1] of the Pacemaker collectd plugin, the
GSE filter may receive Pacemaker metrics from the other nodes of the
cluster. The Heka filter needs to be updated to discard these messages
otherwise the GSE filter flaps between active and inactive state.

[1] I8b5b987704f69c6a60b13e8ea982f27924f488d1

Change-Id: I6047da6ec5d28f22d309f1858bfbf5d3558cfcb4
Closes-Bug: #1616860
2016-08-30 07:59:33 +00:00
Simon Pasquier f95b03869b Fix Pacemaker metric names
Change-Id: I08215ed71b61afa8550bc05933d9cba19a61f884
2016-08-25 16:25:04 +00:00
Simon Pasquier 3a3ef6f2e3 Add Pacemaker collectd plugin
This change adds a collectd plugin that gets metrics from the Pacemaker
cluster:

  - cluster's metrics
  - node's metrics
  - resource's metrics

Most of the metrics are only collected from the node that is the
designated controller except pacemaker_resource_local_active and
pacemaker_dc_local_active.

The plugin also removes the 'pacemaker_resource' plugin by providing the
exact same metrics and notifications for the other collectd plugins.

Finally the plugin is also installed on the standalone-rabbitmq and
standalone-database nodes if they are present.

Change-Id: I8b5b987704f69c6a60b13e8ea982f27924f488d1
2016-08-11 14:53:43 +02:00