]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume tests add new ceph_* ansible dev variables required (xenial)
authorAlfredo Deza <adeza@redhat.com>
Wed, 30 Aug 2017 18:46:54 +0000 (14:46 -0400)
committerAlfredo Deza <adeza@redhat.com>
Thu, 31 Aug 2017 19:56:16 +0000 (15:56 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit ebb48c58123a1cfcfc6eccdf9f6c2b3a720f1233)

src/ceph-volume/ceph_volume/tests/functional/xenial/create/group_vars/all

index cd16377b1b1036bb49609f61382df2e27475aaa2..e7c1f72300ae0f4a11b08e33c9e808d5b101b415 100644 (file)
@@ -8,12 +8,18 @@ monitor_interface: eth1
 journal_size: 100
 osd_objectstore: "filestore"
 osd_scenario: lvm
+ceph_origin: 'repository'
+ceph_repository: 'dev'
 copy_admin_key: true
 # test-volume is created by tests/functional/lvm_setup.yml from /dev/sda
 lvm_volumes:
-  - data: test_volume
-    journal: /dev/sdc
+  - data: data-lv1
+    journal: /dev/sdc1
     data_vg: test_group
+  - data: data-lv2
+    journal: journal1
+    data_vg: test_group
+    journal_vg: journals
 os_tuning_params:
   - { name: kernel.pid_max, value: 4194303 }
   - { name: fs.file-max, value: 26234859 }