[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
This commit is contained in:
yatinkarel 2021-05-12 12:54:39 +05:30
parent 2b852c78f7
commit f8016293a3
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,8 @@
- job: - job:
name: packstack-allinone name: packstack-allinone
parent: packstack-base parent: packstack-base
vars:
selinux_enforcing: "false"
pre-run: playbooks/packstack-pre.yaml pre-run: playbooks/packstack-pre.yaml
nodeset: nodeset:
nodes: nodes:
@ -60,6 +62,8 @@
- job: - job:
name: packstack-multinode name: packstack-multinode
parent: packstack-base parent: packstack-base
vars:
selinux_enforcing: "false"
pre-run: playbooks/packstack-pre.yaml pre-run: playbooks/packstack-pre.yaml
nodeset: nodeset:
nodes: nodes: