From 3b9cdc8502b14f8095a555cfea907b95111a190e Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Wed, 9 Dec 2020 11:08:11 -0500 Subject: [PATCH] tests: remove pyyaml workaround on OSD nodes Since [1] has been resolved then we don't need to apply this workaround anymore. [1] https://tracker.ceph.com/issues/46759 Signed-off-by: Dimitri Savineau --- tests/functional/setup.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/tests/functional/setup.yml b/tests/functional/setup.yml index fd6fc6cc7..67bc40a77 100644 --- a/tests/functional/setup.yml +++ b/tests/functional/setup.yml @@ -74,15 +74,3 @@ size: +100%FREE resizefs: yes when: is_atomic | bool - - # https://tracker.ceph.com/issues/46759 - - name: install pyyaml for ceph-volume - package: - name: "{{ 'python3-pyyaml' if ansible_distribution_major_version | int == 8 else 'python36-PyYAML' }}" - register: result - until: result is succeeded - when: - - not is_atomic | bool - - ansible_distribution == 'CentOS' - - inventory_hostname in groups.get('osds', []) - - not containerized_deployment | default(false) | bool -- 2.39.5