]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
ceph_ansible: Remove --system-site-packages 1662/head
authorBrad Hubbard <bhubbard@redhat.com>
Tue, 27 Jul 2021 04:04:04 +0000 (14:04 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Fri, 30 Jul 2021 00:17:38 +0000 (10:17 +1000)
commit15b7033e18cefa0f185f68c4a6250a0e8a628feb
treef0bfdc1a7cc0d3593a015cddf0a6d34a822be87e
parentb6f3efab84b70e18e86ec271a07564aeb4ed3bac
ceph_ansible: Remove --system-site-packages

Upgrading ansible is problematic as it conflicts with the installed
package on Ubuntu 20.04 so don't try to use system packages.

Add LANG environment variable to 'pip install ansible' command to work
around pip failing due to file names in ansible package with exotic
characters.

Fixes: https://tracker.ceph.com/issues/51856
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
teuthology/task/ceph_ansible.py