Ondrej Smola | c91c062 | 2017-01-30 14:09:44 +0100 | [diff] [blame] | 1 | classes: |
| 2 | - service.ceph.client.single |
| 3 | parameters: |
| 4 | _param: |
| 5 | ceph_auth_client_required: cephx |
| 6 | ceph: |
| 7 | client: |
| 8 | config: |
| 9 | global: |
| 10 | fsid: ${_param:ceph_fsid} |
| 11 | mon_initial_members: ${_param:ceph_mon_initial_members} |
| 12 | mon_host: ${_param:ceph_mon_host} |
| 13 | auth_client_required: ${_param:ceph_auth_client_required} |
| 14 | public_network: ${_param:ceph_public_network} |
| 15 | cluster_network: ${_param:ceph_cluster_network} |
| 16 | osd_fs_mount_options_xfs: rw,noatime |
| 17 | osd_fs_type: xfs |
| 18 | osd: |
| 19 | filestore_xattr_use_omap: True |
| 20 | osd_journal_size: 7500 |
| 21 | mon: |
| 22 | mon_debug_dump_transactions: False |
Petr Michalec | 9c77296 | 2017-02-02 07:34:11 +0100 | [diff] [blame] | 23 | client: |
Petr Michalec | 7db3f73 | 2017-03-06 09:41:44 +0100 | [diff] [blame] | 24 | rbd_cache_size: 268435456 |
| 25 | rbd_cache_max_dirty: 134217728 |
| 26 | rbd_cache_max_dirty_age: 5 |
| 27 | rbd_cache: True |
Petr Michalec | 9c77296 | 2017-02-02 07:34:11 +0100 | [diff] [blame] | 28 | # TODO: Configure these keys on cluster level |
Ondrej Smola | c91c062 | 2017-01-30 14:09:44 +0100 | [diff] [blame] | 29 | # keyring: |
Petr Michalec | 9c77296 | 2017-02-02 07:34:11 +0100 | [diff] [blame] | 30 | # images: |
| 31 | # key: |
Ondrej Smola | c91c062 | 2017-01-30 14:09:44 +0100 | [diff] [blame] | 32 | # object: |
Petr Michalec | 9c77296 | 2017-02-02 07:34:11 +0100 | [diff] [blame] | 33 | # key: |
Ondrej Smola | c91c062 | 2017-01-30 14:09:44 +0100 | [diff] [blame] | 34 | # cinder: |
Petr Michalec | 9c77296 | 2017-02-02 07:34:11 +0100 | [diff] [blame] | 35 | # key: |
Ondrej Smola | c91c062 | 2017-01-30 14:09:44 +0100 | [diff] [blame] | 36 | # nova: |
Petr Michalec | 9c77296 | 2017-02-02 07:34:11 +0100 | [diff] [blame] | 37 | # key: |