-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(SIMP-2971) Add $simp_options::package_ensure (#13)
SIMP-2971 #comment update tuned
- Loading branch information
1 parent
4577cea
commit 28f265b
Showing
14 changed files
with
171 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
fixtures: | ||
repositories: | ||
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git" | ||
simplib: "https://github.com/simp/pupmod-simp-simplib.git" | ||
stdlib: https://github.com/puppetlabs/puppetlabs-stdlib.git | ||
simplib: https://github.com/simp/pupmod-simp-simplib.git | ||
symlinks: | ||
tuned: "#{source_dir}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
--log-format="%{path}:%{line}:%{check}:%{KIND}:%{message}" | ||
--relative | ||
--no-class_inherits_from_params_class-check | ||
--no-140chars-check | ||
--no-trailing_comma-check | ||
# This is here because the code can't handle lookups in parameters and we have | ||
# a LOT of those | ||
--no-parameter_order-check |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
* Thu Sep 13 2018 Nicholas Markowski <[email protected]> - 0.0.3-0 | ||
* Fri Oct 12 2018 Nick Miller <[email protected]> - 0.1.0-0 | ||
- Added $package_ensure parameter | ||
- Changed the package from 'latest' to 'installed' | ||
- It will also respect `simp_options::package_ensure` | ||
|
||
* Thu Sep 13 2018 Nicholas Markowski <[email protected]> - 0.1.0-0 | ||
- Added support for Puppet 5 and OEL | ||
|
||
* Fri Sep 07 2018 Liz Nemsick <[email protected]> - 0.0.3-0 | ||
* Fri Sep 07 2018 Liz Nemsick <[email protected]> - 0.1.0-0 | ||
- Drop Hiera 4 support | ||
|
||
* Thu Jul 06 2017 Liz Nemsick <[email protected]> - 0.0.2-0 | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,140 @@ | ||
# Reference | ||
<!-- DO NOT EDIT: This document was generated by Puppet Strings --> | ||
|
||
## Table of Contents | ||
|
||
**Classes** | ||
|
||
* [`tuned`](#tuned): Manages the activation of tuned The following options only affect 'tuned' | ||
|
||
## Classes | ||
|
||
### tuned | ||
|
||
Manages the activation of tuned | ||
|
||
The following options only affect 'tuned' | ||
|
||
#### Parameters | ||
|
||
The following parameters are available in the `tuned` class. | ||
|
||
##### `use_sysctl` | ||
|
||
Data type: `Boolean` | ||
|
||
This is the custom sysctl configuration file. Set to false to | ||
use only the ktune settings. | ||
|
||
Default value: `true` | ||
|
||
##### `use_sysctl_post` | ||
|
||
Data type: `Boolean` | ||
|
||
This is the ktune sysctl file. Any settings in this file will be applied | ||
after custom settings, overriding them. Comment this out to not use ktune | ||
settings. | ||
|
||
Default value: `false` | ||
|
||
##### `io_scheduler` | ||
|
||
Data type: `Tuned::IoSchedule` | ||
|
||
This is the I/O scheduler ktune will use. This will *not* override | ||
anything explicitly set on the kernel command line, nor will it change | ||
the scheduler for any block device that is using a non-default scheduler | ||
when ktune starts. You should probably leave this on "deadline", but | ||
"as", "cfq", and "noop" are also legal values. | ||
|
||
Default value: 'deadline' | ||
|
||
##### `elevator_tune_devs` | ||
|
||
Data type: `Array[String]` | ||
|
||
These are the devices, that should be tuned with the ELEVATOR | ||
|
||
Default value: ['hd','sd','cciss'] | ||
|
||
##### `tuning_interval` | ||
|
||
Data type: `Integer` | ||
|
||
The number of seconds between tuning runs. | ||
|
||
Default value: 10 | ||
|
||
##### `diskmonitor_enable` | ||
|
||
Data type: `Boolean` | ||
|
||
Enable the disk monitoring plugin. | ||
|
||
Default value: `true` | ||
|
||
##### `disktuning_enable` | ||
|
||
Data type: `Boolean` | ||
|
||
Enable the disk tuning plugin. | ||
|
||
Default value: `true` | ||
|
||
##### `disktuning_hdparm` | ||
|
||
Data type: `Boolean` | ||
|
||
Use 'hdparm' for disk tuning. | ||
|
||
Default value: `true` | ||
|
||
##### `disktuning_alpm` | ||
|
||
Data type: `Boolean` | ||
|
||
Use 'ALPM' when disk tuning. | ||
|
||
Default value: `true` | ||
|
||
##### `netmonitor_enable` | ||
|
||
Data type: `Boolean` | ||
|
||
Enable the network monitoring plugin. | ||
|
||
Default value: `true` | ||
|
||
##### `nettuning_enable` | ||
|
||
Data type: `Boolean` | ||
|
||
Enable the network tuning plugin. | ||
|
||
Default value: `true` | ||
|
||
##### `cpumonitor_enable` | ||
|
||
Data type: `Boolean` | ||
|
||
Enable the CPU monitoring plugin. | ||
|
||
Default value: `true` | ||
|
||
##### `cputuning_enable` | ||
|
||
Data type: `Boolean` | ||
|
||
Enable the CPU tuning plugin. | ||
|
||
Default value: `true` | ||
|
||
##### `package_ensure` | ||
|
||
Data type: `String` | ||
|
||
The ensure status of the tuned package | ||
|
||
Default value: simplib::lookup('simp_options::package_ensure', { 'default_value' => 'installed' }) | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.