fuel-library/deployment/puppet/cgroups/lib/puppet/type
Michael Polenchuk 1113fa7578 Bring cgclassify provider into cgroups module
Add support for cgclassify tool in order to
move running task(s) to given cgroups at runtime.

Usage example:
cgclassify { 'service-x':
  ensure => present,
  cgroup => ['memory:/group_mx', 'cpu:/group_cx'],
}

Change-Id: I99552122fe7fa4c117ad615cccd1586f749b4ccb
Partially-Implements: blueprint cgroups-puppet-module
2016-02-29 13:37:24 +00:00
..
cgclassify.rb Bring cgclassify provider into cgroups module 2016-02-29 13:37:24 +00:00