From ac10bc015debfa83c88dc9b5edee527a9d200c36 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 6 Sep 2018 11:23:20 -0400 Subject: [PATCH] ceph-volume tests/functional update bluestore xenial test vars Signed-off-by: Alfredo Deza (cherry picked from commit 89e52dd19792072919bef6ba2f2ab50d7b0ff4ed) --- .../xenial/bluestore/single-type-dmcrypt/group_vars/all | 7 +++++++ .../batch/xenial/bluestore/single-type-dmcrypt/setup.yml | 1 + .../batch/xenial/bluestore/single-type-dmcrypt/test.yml | 2 +- .../batch/xenial/bluestore/single-type/group_vars/all | 7 +++++++ .../batch/xenial/bluestore/single-type/setup.yml | 1 + .../functional/batch/xenial/bluestore/single-type/test.yml | 2 +- 6 files changed, 18 insertions(+), 2 deletions(-) create mode 120000 src/ceph-volume/ceph_volume/tests/functional/batch/xenial/bluestore/single-type-dmcrypt/setup.yml create mode 120000 src/ceph-volume/ceph_volume/tests/functional/batch/xenial/bluestore/single-type/setup.yml diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/bluestore/single-type-dmcrypt/group_vars/all b/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/bluestore/single-type-dmcrypt/group_vars/all index 78228765eb9ec..72bbca58f0155 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/bluestore/single-type-dmcrypt/group_vars/all +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/bluestore/single-type-dmcrypt/group_vars/all @@ -21,3 +21,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/xenial/bluestore/single-type-dmcrypt/setup.yml b/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/bluestore/single-type-dmcrypt/setup.yml new file mode 120000 index 0000000000000..30874dfbb95b3 --- /dev/null +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/bluestore/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/xenial/bluestore/single-type-dmcrypt/test.yml b/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/bluestore/single-type-dmcrypt/test.yml index ac5ac6b0d19e6..aa867bcde1ab7 120000 --- a/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/bluestore/single-type-dmcrypt/test.yml +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/bluestore/single-type-dmcrypt/test.yml @@ -1 +1 @@ -../../../playbooks/test_bluestore_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/xenial/bluestore/single-type/group_vars/all b/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/bluestore/single-type/group_vars/all index 87b031fd4da32..37514396610fb 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/bluestore/single-type/group_vars/all +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/bluestore/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/xenial/bluestore/single-type/setup.yml b/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/bluestore/single-type/setup.yml new file mode 120000 index 0000000000000..30874dfbb95b3 --- /dev/null +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/bluestore/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/xenial/bluestore/single-type/test.yml b/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/bluestore/single-type/test.yml index 165d9da291e2f..aa867bcde1ab7 120000 --- a/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/bluestore/single-type/test.yml +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/xenial/bluestore/single-type/test.yml @@ -1 +1 @@ -../../../playbooks/test_bluestore.yml \ No newline at end of file +../../../playbooks/test.yml \ No newline at end of file -- 2.39.5