From: Guillaume Abrioux Date: Mon, 4 Mar 2019 16:35:37 +0000 (+0100) Subject: tests: add symlink for ubuntu hosts inventory X-Git-Tag: v4.0.0rc1~56 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3d3eee8f387bfe95e49fe99f6007e79a63a8c46e;p=ceph-ansible.git tests: add symlink for ubuntu hosts inventory 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 --- diff --git a/tests/functional/add-osds/hosts-ubuntu b/tests/functional/add-osds/hosts-ubuntu new file mode 120000 index 000000000..9b0b900ab --- /dev/null +++ b/tests/functional/add-osds/hosts-ubuntu @@ -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 index 000000000..9b0b900ab --- /dev/null +++ b/tests/functional/bs-lvm-osds/hosts-ubuntu @@ -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 index 000000000..9b0b900ab --- /dev/null +++ b/tests/functional/collocation/hosts-ubuntu @@ -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 index 000000000..9b0b900ab --- /dev/null +++ b/tests/functional/lvm-batch/hosts-ubuntu @@ -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 index 000000000..9b0b900ab --- /dev/null +++ b/tests/functional/lvm-osds/hosts-ubuntu @@ -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 index 000000000..9b0b900ab --- /dev/null +++ b/tests/functional/shrink_osd/hosts-ubuntu @@ -0,0 +1 @@ +hosts \ No newline at end of file