]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
testnode: use Python 3 in openSUSE Leap 15.2 541/head
authorNathan Cutler <ncutler@suse.com>
Tue, 3 Mar 2020 17:36:58 +0000 (18:36 +0100)
committerNathan Cutler <ncutler@suse.com>
Tue, 3 Mar 2020 17:36:58 +0000 (18:36 +0100)
We should not be using Python 2 at all...

Signed-off-by: Nathan Cutler <ncutler@suse.com>
roles/testnode/vars/opensuse_leap_15.2.yml

index 4e9d8a0495bef422104f39c841faaf2a5c717d28..4b9c4d8ed8be74bcc0ddf100156ba272ac75c3c8 100644 (file)
@@ -2,18 +2,20 @@
 # vars specific to OpenSuse Leap 15.2
 packages_to_remove:
   - gettext-runtime-mini
+  - python
+  - python-base
 
 packages:
+  - python3-base
   - lsb-release
   - sysstat
   - gdb
   - make
+  - zypper
   - git
-#  - python-configobj
+  - python3-configobj
   # for running ceph
   - libedit0
-#  - libboost_thread1_54_0
-  - libboost_thread1_66_0
   - xfsprogs
   - podman
   - gptfdisk
@@ -29,7 +31,7 @@ packages:
   # used by workunits
   - attr
   - valgrind
-  - python-nose
+  - python3-nose
   - ant
 #  - iozone
   ###
@@ -45,8 +47,8 @@ packages:
   ###
   # for blktrace and seekwatcher
   - blktrace
-#  - python-numpy
-#  - python-matplotlib
+  - python3-numpy
+  - python3-matplotlib
   ###
   # for qemu
   - qemu-kvm