From: Guillaume Abrioux Date: Fri, 10 Mar 2023 15:01:19 +0000 (+0100) Subject: ceph-volume: update the OS before deploying Ceph X-Git-Tag: v18.1.0~185^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=48ffa848586dd1c730bf271c662369f4e5b266fd;p=ceph-ci.git ceph-volume: update the OS before deploying Ceph ceph-volume tests are failing, OSDs never get up and running. For some reason, updating the OS early in the testing workflow addresses that issue in the CI. -- to be continued ... -- Signed-off-by: Guillaume Abrioux (cherry picked from commit 663c914c59873f433a5512aca0ebc4b4a7ef1fd3) --- diff --git a/src/ceph-volume/ceph_volume/tests/functional/playbooks/deploy.yml b/src/ceph-volume/ceph_volume/tests/functional/playbooks/deploy.yml index e5185e3fcdf..e45a41d22ee 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/playbooks/deploy.yml +++ b/src/ceph-volume/ceph_volume/tests/functional/playbooks/deploy.yml @@ -87,6 +87,11 @@ set_fact: is_atomic: '{{ stat_ostree.stat.exists }}' + - name: update the system + command: dnf update -y + changed_when: false + when: not is_atomic | bool + tasks: - import_role: name: ceph-defaults