From f8016293a3abdaa908d490027ec2442a4b9b7f2e Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Wed, 12 May 2021 12:54:39 +0530 Subject: [PATCH] [Train Only] Switch selinux to permissive in C7 jobs too It was already permissive in C8 jobs, so let's do the same in C7 jobs, For C7 jobs it's needed due to old container-selinux rpm which is not compatible with openstack-selinux in train. Train Only as Train is the last release running C7 jobs. Related-Bug: lp#1923005 Change-Id: I24a85f7ac3e9373a821d4ec91a7eee9c5a7e6608 --- .zuul.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 0570e472c..c4962e283 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -36,6 +36,8 @@ - job: name: packstack-allinone parent: packstack-base + vars: + selinux_enforcing: "false" pre-run: playbooks/packstack-pre.yaml nodeset: nodes: @@ -60,6 +62,8 @@ - job: name: packstack-multinode parent: packstack-base + vars: + selinux_enforcing: "false" pre-run: playbooks/packstack-pre.yaml nodeset: nodes: