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 |
| 23 | # keyring: |
| 24 | # object: |
| 25 | # key: |
| 26 | # cinder: |
| 27 | # key: |
| 28 | # nova: |
| 29 | # key: |