Commit Graph

6 Commits

Author SHA1 Message Date
Andreas Jaeger 854b3c5d37 Retire repository
Fuel (from openstack namespace) and fuel-ccp (in x namespace)
repositories are unused and ready to retire.

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/011647.html

Depends-On: https://review.opendev.org/699362
Change-Id: Iffe3a7de281b48693606fe0c84ebec8190018167
2019-12-18 09:41:48 +01:00
Mykyta Karpin e7decc25db [puppet4] Fix fuel::mcollective task
Mcollective module used in Fuel provides string values
to ':order' field of mcollective::*::setting resources,
while fuel::mcollective task also supplies integer values.

In puppet3 that was fine because all values provided
to resources were stringified, but in puppet4 they aren't.
This causes failures of comparison inside datacat_collector
resource used in mcollective module.

Change-Id: I9f3bce1f2e21166d31f0b8213d282a56c2c2482d
Closes-Bug: #1668288
2017-03-07 09:15:32 +00:00
Georgy Kibardin 64ab61d3dd Revert "Ignore heartbeats lock fails"
It seems that there are at least two level of ruby-stomp brokenness and
the fact that the mutex in original commit is locked actually means
there is no heartbeat received in time and we need to do something about
this.

This reverts commit 8318d70565.

Partial-Bug: #1644618
Change-Id: I565f430d17bcee2c50c0ddc8ecc11f3dc8b420ed
(cherry picked from commit 13b4d0f38e)
2017-01-05 15:50:22 +00:00
Georgy Kibardin 22116add36 Ignore heartbeats lock fails
Stomp heartbeat handling is quite poorly designed. It happens in a
separate thread which sleeps, then tries to read a heartbeat if reading
mutex is acquired by message receiving thread it fails and increases
lock failure count. Upon reaching the limit (in our packets it is 2 by
default) it forcibly closes the connetion causing reconnect. Setting the
value to 0 turns the feature off.

Change-Id: Ieec889828d1dd2654ee760e7d5676efd14c7c348
Closes-Bug: #1613246
Closes-Bug: #1298262
2016-09-26 09:36:25 +00:00
Maksim Malchuk 9e8889d85e Remove deprecated CentOS 6 and Ubuntu 14.04 code from library
Depends-On: Ia6504a73d89e3ef7ca79a874ebf2a86beed2b883
Change-Id: Ibbd4089e505369d7340a05662ecc9cb10852bf02
Partial-Bug: #1619027
Signed-off-by: Maksim Malchuk <mmalchuk@mirantis.com>
2016-09-06 12:57:00 +03:00
Vladimir Kozhukalov 776eda92cf Add fuel puppet module
This module is a fork of nailgun puppet module with
some simplifications that make it easier to use and
maintain.  Fuel master node is to be deployed using
kind of task based procedure when {task}.pp
are used one by one

Implements blueprint: get-rid-docker-containers
Change-Id: I0139cad1c2ebb0cc846c8bca560533b0ac6489cf
2016-02-06 11:39:53 +03:00