From: Guillaume Abrioux Date: Wed, 1 Apr 2020 09:32:40 +0000 (+0200) Subject: ceph-volume: update functional testing deploy.yml playbook X-Git-Tag: v16.1.0~2729^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F34341%2Fhead;p=ceph.git ceph-volume: update functional testing deploy.yml playbook This commit adds a call to `ceph-facts` role in the first play of this playbook. This is needed so `ceph-validate` won't fail because of following error: ``` fatal: [osd0]: FAILED! => {} MSG: 'osd_pool_default_size' is undefined ``` `osd_pool_default_size` is set in ceph-facts. Signed-off-by: Guillaume Abrioux --- 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 12bca4f32373..0c1d13f8f1a2 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/playbooks/deploy.yml +++ b/src/ceph-volume/ceph_volume/tests/functional/playbooks/deploy.yml @@ -90,6 +90,8 @@ tasks: - import_role: name: ceph-defaults + - import_role: + name: ceph-facts - import_role: name: ceph-validate