support for multi osds per device / osd 0 weight initially

PROD-16922
PROD-17053
PROD-16923

Change-Id: I2e6e40767675a12ad0a596f4607226b8ab36d9ea
diff --git a/tests/pillar/ceph_osd_single.sls b/tests/pillar/ceph_osd_single.sls
index ce1c36a..5e1d1d2 100644
--- a/tests/pillar/ceph_osd_single.sls
+++ b/tests/pillar/ceph_osd_single.sls
@@ -35,21 +35,32 @@
         - dev: /dev/sdm
           enabled: false
           journal: /dev/sdn
-          fs_type: xfs
+          journal_dmcrypt: true
           class: bestssd
           weight: 1.5
         - dev: /dev/sdl
-          fs_type: xfs
           class: bestssd
           weight: 1.5
           dmcrypt: true
         - dev: /dev/sdo
           journal: /dev/sdo
-          fs_type: xfs
+          journal_partition: 5
+          data_partition: 9
+          data_partition_size: 12000
           class: bestssd
           weight: 1.5
       bluestore:
         disks:
         - dev: /dev/sdb
-          enabled: false
+          block_db: /dev/sdf
+          block_wal: /dev/sdf
+          enabled: true
+          block_partition: 3
+          block_db_partition: 3
+          block_wal_partition: 4
+          data_partition: 2
         - dev: /dev/sdc
+          block_db: /dev/sdf
+          block_wal: /dev/sdf
+          dmcrypt: true
+          block_db_dmcrypt: false