Skip to content
Snippets Groups Projects
disks_lists_template.pp 561 B
Newer Older
  • Learn to ignore specific revisions
  • root's avatar
    root committed
    class storage_ceph::disks::disks_lists {
      $disks_list = {
        'ceph_osd_test' => {
                         '/dev/disk1_data/sdb_data'=> {
                                                        store_type => 'bluestore',
                                                        bluestore_wal => 'disk2_journal/sdb_wal',
                                                        bluestore_db => 'disk2_journal/sdb_db',
                                                        ensure     => 'present',
                                                      }
                          },
      }
    }