From b3203c68b55a0a997e86e26372dde2095b47d8da Mon Sep 17 00:00:00 2001 From: Wes Hayutin Date: Tue, 26 Nov 2019 09:03:26 -0700 Subject: [PATCH] set undercloud to permissive for rhel upstream selinux on the undercloud/overcloud in upstream should always be permissive Related-Bug: #1854073 Change-Id: I79c22f0ed530b94aefca52ee0339e75dcd512d9c --- config/release/tripleo-ci/RedHat-8/master.yml | 1 + .../tripleo-ci/RedHat-8/promotion-testing-hash-master.yml | 1 + .../release/tripleo-ci/RedHat-8/promotion-testing-hash-train.yml | 1 + config/release/tripleo-ci/RedHat-8/train.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/config/release/tripleo-ci/RedHat-8/master.yml b/config/release/tripleo-ci/RedHat-8/master.yml index 58c2c959c..66147278b 100644 --- a/config/release/tripleo-ci/RedHat-8/master.yml +++ b/config/release/tripleo-ci/RedHat-8/master.yml @@ -119,3 +119,4 @@ standalone_container_prep_update_repo: >- {{ gating_repo_name }},delorean-current overcloud_selinux_enabled: permissive +undercloud_selinux_enabled: false diff --git a/config/release/tripleo-ci/RedHat-8/promotion-testing-hash-master.yml b/config/release/tripleo-ci/RedHat-8/promotion-testing-hash-master.yml index 2cccc0186..b045b26f4 100644 --- a/config/release/tripleo-ci/RedHat-8/promotion-testing-hash-master.yml +++ b/config/release/tripleo-ci/RedHat-8/promotion-testing-hash-master.yml @@ -87,3 +87,4 @@ undercloud_rpm_dependencies: >- python3-tripleoclient ansible_python_interpreter: /usr/bin/python3 overcloud_selinux_enabled: permissive +undercloud_selinux_enabled: false diff --git a/config/release/tripleo-ci/RedHat-8/promotion-testing-hash-train.yml b/config/release/tripleo-ci/RedHat-8/promotion-testing-hash-train.yml index de8433939..232680efe 100644 --- a/config/release/tripleo-ci/RedHat-8/promotion-testing-hash-train.yml +++ b/config/release/tripleo-ci/RedHat-8/promotion-testing-hash-train.yml @@ -86,3 +86,4 @@ undercloud_rpm_dependencies: >- ceph-ansible ansible_python_interpreter: /usr/bin/python3 overcloud_selinux_enabled: permissive +undercloud_selinux_enabled: false diff --git a/config/release/tripleo-ci/RedHat-8/train.yml b/config/release/tripleo-ci/RedHat-8/train.yml index 701603117..15666ac91 100644 --- a/config/release/tripleo-ci/RedHat-8/train.yml +++ b/config/release/tripleo-ci/RedHat-8/train.yml @@ -117,3 +117,4 @@ ansible_python_interpreter: /usr/bin/python3 standalone_container_prep_update_repo: >- {{ gating_repo_name }},delorean-current overcloud_selinux_enabled: permissive +undercloud_selinux_enabled: false