]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: add symlink for ubuntu hosts inventory
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 4 Mar 2019 16:35:37 +0000 (17:35 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 4 Mar 2019 17:05:26 +0000 (18:05 +0100)
otherwise a bunch of jobs will fail like following:

```
 [WARNING]: Unable to parse /home/jenkins-build/build/workspace/ceph-ansible-nightly-luminous-ubuntu-container-stable-3.2-bluestore_lvm_osds/tests/functional/bs-lvm-osds/container/hosts-ubuntu as an inventory source
 [WARNING]: No inventory was parsed, only implicit localhost is available
 [WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all'
```

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
tests/functional/add-osds/hosts-ubuntu [new symlink]
tests/functional/bs-lvm-osds/hosts-ubuntu [new symlink]
tests/functional/collocation/hosts-ubuntu [new symlink]
tests/functional/lvm-batch/hosts-ubuntu [new symlink]
tests/functional/lvm-osds/hosts-ubuntu [new symlink]
tests/functional/shrink_osd/hosts-ubuntu [new symlink]

diff --git a/tests/functional/add-osds/hosts-ubuntu b/tests/functional/add-osds/hosts-ubuntu
new file mode 120000 (symlink)
index 0000000..9b0b900
--- /dev/null
@@ -0,0 +1 @@
+hosts
\ No newline at end of file
diff --git a/tests/functional/bs-lvm-osds/hosts-ubuntu b/tests/functional/bs-lvm-osds/hosts-ubuntu
new file mode 120000 (symlink)
index 0000000..9b0b900
--- /dev/null
@@ -0,0 +1 @@
+hosts
\ No newline at end of file
diff --git a/tests/functional/collocation/hosts-ubuntu b/tests/functional/collocation/hosts-ubuntu
new file mode 120000 (symlink)
index 0000000..9b0b900
--- /dev/null
@@ -0,0 +1 @@
+hosts
\ No newline at end of file
diff --git a/tests/functional/lvm-batch/hosts-ubuntu b/tests/functional/lvm-batch/hosts-ubuntu
new file mode 120000 (symlink)
index 0000000..9b0b900
--- /dev/null
@@ -0,0 +1 @@
+hosts
\ No newline at end of file
diff --git a/tests/functional/lvm-osds/hosts-ubuntu b/tests/functional/lvm-osds/hosts-ubuntu
new file mode 120000 (symlink)
index 0000000..9b0b900
--- /dev/null
@@ -0,0 +1 @@
+hosts
\ No newline at end of file
diff --git a/tests/functional/shrink_osd/hosts-ubuntu b/tests/functional/shrink_osd/hosts-ubuntu
new file mode 120000 (symlink)
index 0000000..9b0b900
--- /dev/null
@@ -0,0 +1 @@
+hosts
\ No newline at end of file