From e043813189296dbad4d483a3b2784303347cfa29 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 6 Sep 2018 11:18:20 -0400 Subject: [PATCH] ceph-volume tests/functional update filestore centos7 test vars Signed-off-by: Alfredo Deza (cherry picked from commit a5ec54207a02c4bb85dc8226890def18da45e2ff) --- .../centos7/filestore/single-type-dmcrypt/group_vars/all | 7 +++++++ .../batch/centos7/filestore/single-type-dmcrypt/setup.yml | 1 + .../batch/centos7/filestore/single-type-dmcrypt/test.yml | 2 +- .../batch/centos7/filestore/single-type/group_vars/all | 7 +++++++ .../batch/centos7/filestore/single-type/setup.yml | 1 + .../batch/centos7/filestore/single-type/test.yml | 2 +- 6 files changed, 18 insertions(+), 2 deletions(-) create mode 120000 src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type-dmcrypt/setup.yml create mode 120000 src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type/setup.yml diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type-dmcrypt/group_vars/all b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type-dmcrypt/group_vars/all index f6f67a9925b8..5a162f928c39 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type-dmcrypt/group_vars/all +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type-dmcrypt/group_vars/all @@ -23,3 +23,10 @@ ceph_conf_overrides: osd_pool_default_size: 1 osd: osd_journal_size: 2048 + +# The following is only needed for testing purposes and is not part of +# ceph-ansible supported variables + +osd_ids: + - 0 + - 1 diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type-dmcrypt/setup.yml b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type-dmcrypt/setup.yml new file mode 120000 index 000000000000..30874dfbb95b --- /dev/null +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type-dmcrypt/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/centos7/filestore/single-type-dmcrypt/test.yml b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type-dmcrypt/test.yml index 8ed725f8a84e..aa867bcde1ab 120000 --- a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type-dmcrypt/test.yml +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type-dmcrypt/test.yml @@ -1 +1 @@ -../../../playbooks/test_filestore_dmcrypt.yml \ No newline at end of file +../../../playbooks/test.yml \ No newline at end of file diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type/group_vars/all b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type/group_vars/all index d4b26c38346b..0c6198948d45 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type/group_vars/all +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type/group_vars/all @@ -20,3 +20,10 @@ ceph_conf_overrides: global: osd_pool_default_pg_num: 8 osd_pool_default_size: 1 + +# The following is only needed for testing purposes and is not part of +# ceph-ansible supported variables + +osd_ids: + - 0 + - 1 diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type/setup.yml b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type/setup.yml new file mode 120000 index 000000000000..30874dfbb95b --- /dev/null +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/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/centos7/filestore/single-type/test.yml b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type/test.yml index 1a8c37c13585..aa867bcde1ab 120000 --- a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type/test.yml +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/single-type/test.yml @@ -1 +1 @@ -../../../playbooks/test_filestore.yml \ No newline at end of file +../../../playbooks/test.yml \ No newline at end of file -- 2.47.3