Browse Source

Merge pull request #8423 from rh-dluong/add-sebool-cgroup

Added container_manage_cgroup in order for systemd to run in pods
Scott Dodson 6 years ago
parent
commit
fc6860a67c

+ 11 - 0
playbooks/openshift-management/private/config-sebool.yml

@@ -0,0 +1,11 @@
+---
+- name: Enable sebool container_manage_cgroup
+  hosts: oo_nodes_to_config
+  gather_facts: false
+  become: yes
+  tasks:
+  - name: Setting sebool container_manage_cgroup
+    seboolean:
+      name: container_manage_cgroup
+      state: yes
+      persistent: yes

+ 2 - 0
playbooks/openshift-management/private/config.yml

@@ -13,6 +13,8 @@
           status: "In Progress"
           start: "{{ lookup('pipe', 'date +%Y%m%d%H%M%SZ') }}"
 
+- import_playbook: config-sebool.yml
+
 - name: Setup CFME
   hosts: oo_first_master
   pre_tasks: