From 077904a0b5dffe9d64feade94cf30ffc92f1c0e5 Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Tue, 19 Sep 2017 17:03:46 -0700 Subject: [PATCH] qa/tests: Fix ceph-ansible upstream vars Signed-off-by: Vasu Kulkarni --- qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml b/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml index ea423be79e46..1b32b4aebde6 100644 --- a/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml +++ b/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml @@ -8,16 +8,13 @@ overrides: global: osd default pool size: 2 mon pg warn min per osd: 2 - ceph_dev: true - ceph_dev_key: https://download.ceph.com/keys/autobuild.asc - ceph_origin: upstream ceph_test: true ceph_stable_release: luminous osd_scenario: collocated journal_size: 1024 osd_auto_discovery: false ceph_origin: repository - ceph_repository: community + ceph_repository: dev tasks: - ssh-keys: - ceph_ansible: -- 2.47.3