Rush has submitted this change and it was merged.

Change subject: toollabs: bastion setup for cgred::group shell
......................................................................


toollabs: bastion setup for cgred::group shell

We are already doing this under duress as a temporary
measure and this codifies.

Bug: T131541
Change-Id: Iedb9dc6598130cce01d81fbf28715fb447bdfdb6
---
M modules/toollabs/manifests/bastion.pp
1 file changed, 18 insertions(+), 0 deletions(-)

Approvals:
  Rush: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/toollabs/manifests/bastion.pp 
b/modules/toollabs/manifests/bastion.pp
index 3aa6212..e176b95 100644
--- a/modules/toollabs/manifests/bastion.pp
+++ b/modules/toollabs/manifests/bastion.pp
@@ -20,6 +20,24 @@
     if $::operatingsystem == 'Ubuntu' {
 
         # lint:ignore:arrow_alignment
+        cgred::group {'shell':
+            config => {
+                memory => {
+                    'memory.limit_in_bytes' => '2305843009213693951',
+                },
+            },
+            rules  => [
+                '*:/bin/sh             memory     /shell',
+                '*:/bin/dash           memory     /shell',
+                '*:/bin/bash           memory     /shell',
+                '*:/usr/bin/zsh        memory     /shell',
+                '*:/usr/bin/screen     memory     /shell',
+                '*:/usr/bin/tmux       memory     /shell',
+                '*:/usr/bin/lshell     memory     /shell',
+            ],
+        }
+
+        # lint:ignore:arrow_alignment
         cgred::group {'user-daemons':
             config => {
                 cpu    => {

-- 
To view, visit https://gerrit.wikimedia.org/r/284927
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iedb9dc6598130cce01d81fbf28715fb447bdfdb6
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Rush <r...@wikimedia.org>
Gerrit-Reviewer: Rush <r...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to