]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: update functional testing deploy.yml playbook 34886/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 1 Apr 2020 09:32:40 +0000 (11:32 +0200)
committerJan Fajerski <jfajerski@suse.com>
Wed, 6 May 2020 16:24:20 +0000 (18:24 +0200)
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 <gabrioux@redhat.com>
(cherry picked from commit 5bf7cc87ec91e128bd106e101b43328cacef1c7b)

src/ceph-volume/ceph_volume/tests/functional/playbooks/deploy.yml

index 12bca4f3237307ed8de5dc9631869caedd311895..0c1d13f8f1a2f8116d00e2a16043b80a9e354454 100644 (file)
@@ -90,6 +90,8 @@
   tasks:
     - import_role:
         name: ceph-defaults
+    - import_role:
+        name: ceph-facts
     - import_role:
         name: ceph-validate