From 6b5f212b9170dbd99779527b41be233b9d40b5e4 Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Thu, 21 Sep 2017 15:34:31 -0700 Subject: [PATCH] use ovh instead of vps Signed-off-by: Vasu Kulkarni (cherry picked from commit 56d1511bdfaee5a2a0d85bd606348632bfcbf09e) Signed-off-by: Yuri Weinstein --- qa/suites/rgw/hadoop-s3a/s3a-hadoop.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/qa/suites/rgw/hadoop-s3a/s3a-hadoop.yaml b/qa/suites/rgw/hadoop-s3a/s3a-hadoop.yaml index ddf026b4e7534..1c17a69f73163 100644 --- a/qa/suites/rgw/hadoop-s3a/s3a-hadoop.yaml +++ b/qa/suites/rgw/hadoop-s3a/s3a-hadoop.yaml @@ -1,6 +1,8 @@ -os_type: centos -os_version: "7.3" -machine_type: vps +machine_type: ovh +openstack: +- volumes: # attached to each instance + count: 3 + size: 10 # GB overrides: ceph_ansible: vars: @@ -9,7 +11,7 @@ overrides: osd default pool size: 2 osd pool default pg num: 128 osd pool default pgp num: 128 - debug rgw: 20 + debug rgw: 20 debug ms: 1 ceph_test: true journal_collocation: true -- 2.39.5