Commit Graph

10 Commits

Author SHA1 Message Date
Andreas Jaeger 30aec40b2d 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: Idd23b8e35bef09c7a91fba702e52adc458d4d1c6
2019-12-18 19:32:00 +01:00
Nadya Shakhat 6e4d9213d2 Update plugin for MOS 9.0
Change-Id: I6fc0573ec1519a4cd3b4b9d3c6536910485dd66c
2016-07-13 14:59:09 +03:00
Nadya Shakhat f7a306221a Remove notification agent support from the plugin
Change-Id: I3f3332efb59d27f08368c5d0571cdbd9750b96b5
2016-06-21 11:23:37 +03:00
Mykyta Karpin b19cbd4d5f Update package version to 3.0.0
This change is required to fix different issues
related to order in which plugin tasks are launched
on controller nodes

Closes-Bug: #1558580

Change-Id: I8d26ca82e70ef80d509203366457779d6a3291a8
2016-03-18 14:02:07 +02:00
Mykyta Karpin 39bd25c060 fix name for master of redis cluster
value of master name should be the same as in
ceilometer redis backend url

Co-Authored-By: alexey-mr <Alexey.Morlang@gmail.com>

Change-Id: Ic9f6399950597db399718b4e607c6586db5647e3
Closes-Bug: #1553229
2016-03-08 17:46:56 +02:00
Mykyta Karpin 7aca0c5f1c Fix idempotency for Ceilometer Redis plugin
Change-Id: I4acf9f2fc86a3d00345ce5a0dcde227f77106bfb
Closes-Bug: #1528827
2016-02-29 17:18:35 +02:00
Ilya Tyaptin 5adb4d407b Add alarms and notification agents coordination
In this patch next features have been implemented:

1. Set a notification workload_partitioning to True, for turning on
notification agents partitioning
2. Change alarm evaluator resource configuration in pacemaker to run
it on each controller node

Change-Id: Id74094d64b6c24aa4c4f4ff5d9a5cd2610425c60
2016-01-29 10:38:08 +00:00
iberezovskiy 7cf2fd4387 Refactor redis tasks for controller nodes
* Remove duplication of starting manifests
* Remove excess lines from metadata

Change-Id: I1ad0b69150d21e54ef107d49ee0d9245f062b849
2015-11-05 20:13:48 +03:00
iberezovskiy a53478afe9 Implement Ceilometer-Redis plugin
In details:
  * Adapt Redis puppet module for plugin usage:
    - update tests
    - improvements for sentinel installation
    - uncomment CentOS params for plugin usage on next Fuel releases
  * Prepare main puppet script for:
    - Redis and sentinel installation
    - Work with ceilometer-agent-central service as pacemaker resource
     (remove old one and configure new with clone set)
    - Configure redis under pacemaker
    - Add ocf scripts for redis-server
  * Add tasks for plugin
  * Add metadata for plugin
  * Add Redis packages (2.8 version) and their dependencies
  * Use existing ceilometer network role for redis

Partially implements: blueprint ceilometer-central-agent-ha

Change-Id: I77c75e05b28f3ff4690e89034e345cc9c64af5e5
2015-08-18 16:23:57 +03:00
iberezovskiy 6a9a83d0d9 Add Redis puppet module
Add upstream Redis puppet module which will be used
as base module for Ceilometer-Redis plugin:
https://github.com/fsalum/puppet-redis

Partially implements: blueprint ceilometer-central-agent-ha

Change-Id: Icbd879623790bf96e54b6dad7435594f107cb650
2015-07-28 13:18:36 +03:00