Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Defaults kernel.pid_max to 1048576"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Nov 9, 2016
2 parents f118fc0 + 69be131 commit 8e84a58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions puppet/services/kernel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ parameters:
description: Mapping of service endpoint -> protocol. Typically set
via parameter_defaults in the resource registry.
type: json
KernelPidMax:
default: 1048576
description: Configures sysctl kernel.pid_max key
type: number

outputs:
role_data:
Expand Down Expand Up @@ -49,5 +53,7 @@ outputs:
value: 0
net.core.netdev_max_backlog:
value: 10000
kernel.pid_max:
value: {get_param: KernelPidMax}
step_config: |
include ::tripleo::profile::base::kernel

0 comments on commit 8e84a58

Please sign in to comment.