Commit Graph

4 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
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
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