Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Revert "Remove hardcoding of python interpreter for rhel8"
Browse files Browse the repository at this point in the history
In RHEL-8, ansible-2.8 is still used.

Related-Bug: #1862330

This reverts commit f5c3f21.

Change-Id: I6033b06336854e01b8ff719165d67702174d95fb
  • Loading branch information
chkumar246 committed Feb 7, 2020
1 parent 3e04d12 commit f811893
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/release/tripleo-ci/RedHat-8/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ repo_cmd_after: |
undercloud_rpm_dependencies: >-
python3-tripleoclient
ceph-ansible
ansible_python_interpreter: /usr/bin/python3
# used for container updates
standalone_container_prep_update_repo: >-
{{ gating_repo_name }},delorean-current
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,5 @@ repo_cmd_after: |
undercloud_rpm_dependencies: >-
python3-tripleoclient
ceph-ansible
ansible_python_interpreter: /usr/bin/python3
overcloud_selinux_enabled: permissive
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,5 @@ repo_cmd_after: |
undercloud_rpm_dependencies: >-
python3-tripleoclient
ceph-ansible
ansible_python_interpreter: /usr/bin/python3
overcloud_selinux_enabled: permissive
1 change: 1 addition & 0 deletions config/release/tripleo-ci/RedHat-8/train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ repo_cmd_after: |
undercloud_rpm_dependencies: >-
python3-tripleoclient
ceph-ansible
ansible_python_interpreter: /usr/bin/python3
# used for container updates
standalone_container_prep_update_repo: >-
{{ gating_repo_name }},delorean-current
Expand Down

0 comments on commit f811893

Please sign in to comment.