Tatyana Leontovich | 444b346 | 2017-11-13 13:33:33 +0200 | [diff] [blame] | 1 | classes: |
Dennis Dmitriev | 73ec43f | 2017-12-22 19:35:57 +0200 | [diff] [blame] | 2 | - system.linux.system.repo.mcp.apt_mirantis.ceph |
Tatyana Leontovich | 444b346 | 2017-11-13 13:33:33 +0200 | [diff] [blame] | 3 | - cluster.virtual-mcp-ocata-ovs-ceph |
| 4 | parameters: |
| 5 | ceph: |
| 6 | common: |
Tatyana Leontovich | 3016110 | 2017-12-01 15:48:24 +0200 | [diff] [blame] | 7 | public_network: 10.60.0.0/24 |
| 8 | cluster_network: 10.70.0.0/24 |
| 9 | keyring: |
| 10 | glance: |
| 11 | name: ${_param:glance_storage_user} |
| 12 | caps: |
| 13 | mon: "allow r" |
Mykyta Karpin | c6103a3 | 2018-03-28 10:43:50 +0300 | [diff] [blame] | 14 | osd: "allow class-read object_prefix rbd_children, allow rwx pool=images" |
Tatyana Leontovich | 3016110 | 2017-12-01 15:48:24 +0200 | [diff] [blame] | 15 | cinder: |
| 16 | name: ${_param:cinder_storage_user} |
| 17 | caps: |
| 18 | mon: "allow r" |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 19 | osd: "allow class-read object_prefix rbd_children, allow rwx pool=volumes, allow rwx pool=images" |
Tatyana Leontovich | 3016110 | 2017-12-01 15:48:24 +0200 | [diff] [blame] | 20 | nova: |
| 21 | name: ${_param:nova_storage_user} |
| 22 | caps: |
| 23 | mon: "allow r" |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 24 | osd: "allow class-read object_prefix rbd_children, allow rwx pool=vms, allow rwx pool=images, allow rwx pool=volumes" |