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
Michael Polenchuk 4f33d4aabb Conform cgroups to systemd based services
Update cgroups configuration to be running on ubuntu 16.04.
Remove "cgroup-lite" package/service since systemd
mounts cgroups sanely itself.

Change-Id: I250f1ba92fbe1ceac415a73b640fd00d6e2898e4
Closes-Bug: #1669747
2017-03-21 11:35:46 +00:00
Bartosz Kupidura 57e10ad82a Notify cgconfigparser service after config change
Provide cgconfigparser restart command

Cgconfigparser service is simple script, not a daemon
because of this it is always marked as stopped by upstart.

We need to provide restart + status method to properly
restart cgconfigparser.

Change-Id: If35a62f44a20d5f2d9809b53de5ad65ce1235b89
Closes-Bug: #1564358
2016-04-05 10:25:39 +00:00
Valeriy Sakharov f68cfa86c1 Subscribe cgrulesengd to the file changes
This commit fix behavior when new processes aren't catched by
Control Groups Engine Daemon.

Change-Id: I1a5d5eaa15e1f3f52a97793ae6f69704d893a630
Closes-bug: #1558432
2016-03-22 15:09:29 +03:00
Valeriy Sakharov 566faf6b2f Adds the receiving of the settings hash from the init.pp
By default the cgclassify resource isn't created because it gets
empty hash. Also change warnings about nonexisting processes
to the debug format in the output of cgcclassify provider.

Closes-bug: 1554989
Change-Id: I19da61d4db0bb3f292f1da7bdd0fa439fe6d87ed
2016-03-11 16:27:02 +03:00
Valeriy Sakharov 16163b6880 Add cgroups module
This module provide the ability to use Cgroups on the nodes if user enabled it in
the settings.yaml file.

Change-Id: Iada5a84cab024fe1720798a747f577c43f2bc6f3
Implements: blueprint cgroups
2016-02-29 16:54:14 +03:00