From 3d3eee8f387bfe95e49fe99f6007e79a63a8c46e Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Mon, 4 Mar 2019 17:35:37 +0100 Subject: [PATCH] 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 --- tests/functional/add-osds/hosts-ubuntu | 1 + tests/functional/bs-lvm-osds/hosts-ubuntu | 1 + tests/functional/collocation/hosts-ubuntu | 1 + tests/functional/lvm-batch/hosts-ubuntu | 1 + tests/functional/lvm-osds/hosts-ubuntu | 1 + tests/functional/shrink_osd/hosts-ubuntu | 1 + 6 files changed, 6 insertions(+) create mode 120000 tests/functional/add-osds/hosts-ubuntu create mode 120000 tests/functional/bs-lvm-osds/hosts-ubuntu create mode 120000 tests/functional/collocation/hosts-ubuntu create mode 120000 tests/functional/lvm-batch/hosts-ubuntu create mode 120000 tests/functional/lvm-osds/hosts-ubuntu create mode 120000 tests/functional/shrink_osd/hosts-ubuntu 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 -- 2.39.5