From 19fcec84d8d7d21e796c7624e521b60d28ee21ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:45:59 +0200 Subject: Adding upstream version 16.2.11+ds. Signed-off-by: Daniel Baumann --- .../functional/batch/centos8/filestore/single-type/Vagrantfile | 1 + .../functional/batch/centos8/filestore/single-type/group_vars/all | 1 + .../tests/functional/batch/centos8/filestore/single-type/hosts | 8 ++++++++ .../functional/batch/centos8/filestore/single-type/setup.yml | 1 + .../tests/functional/batch/centos8/filestore/single-type/test.yml | 1 + .../functional/batch/centos8/filestore/single-type/test_zap.yml | 1 + .../batch/centos8/filestore/single-type/vagrant_variables.yml | 1 + 7 files changed, 14 insertions(+) create mode 120000 src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type/Vagrantfile create mode 120000 src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type/group_vars/all create mode 100644 src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type/hosts create mode 120000 src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type/setup.yml create mode 120000 src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type/test.yml create mode 120000 src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type/test_zap.yml create mode 120000 src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type/vagrant_variables.yml (limited to 'src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type') diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type/Vagrantfile b/src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type/Vagrantfile new file mode 120000 index 000000000..16076e424 --- /dev/null +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type/Vagrantfile @@ -0,0 +1 @@ +../../../../Vagrantfile \ No newline at end of file diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type/group_vars/all b/src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type/group_vars/all new file mode 120000 index 000000000..ef102881f --- /dev/null +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type/group_vars/all @@ -0,0 +1 @@ +../../../../../group_vars/filestore_single \ No newline at end of file diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type/hosts b/src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type/hosts new file mode 100644 index 000000000..e1c1de6f8 --- /dev/null +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type/hosts @@ -0,0 +1,8 @@ +[mons] +mon0 + +[osds] +osd0 + +[mgrs] +mon0 diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type/setup.yml b/src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type/setup.yml new file mode 120000 index 000000000..30874dfbb --- /dev/null +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type/setup.yml @@ -0,0 +1 @@ +../../../playbooks/noop.yml \ No newline at end of file diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type/test.yml b/src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type/test.yml new file mode 120000 index 000000000..aa867bcde --- /dev/null +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type/test.yml @@ -0,0 +1 @@ +../../../playbooks/test.yml \ No newline at end of file diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type/test_zap.yml b/src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type/test_zap.yml new file mode 120000 index 000000000..cb969fa1d --- /dev/null +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type/test_zap.yml @@ -0,0 +1 @@ +../../../playbooks/test_zap.yml \ No newline at end of file diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type/vagrant_variables.yml b/src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type/vagrant_variables.yml new file mode 120000 index 000000000..d21531f6c --- /dev/null +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/centos8/filestore/single-type/vagrant_variables.yml @@ -0,0 +1 @@ +../../../../vagrant_variables.yml \ No newline at end of file -- cgit v1.2.3