File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
etc/kayobe/environments/ci-multinode Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ OSD specification
107
107
~~~~~~~~~~~~~~~~~
108
108
109
109
The following example is a basic OSD spec that adds OSDs for all
110
- available disks:
110
+ available disks with encryption at rest :
111
111
112
112
.. code :: yaml
113
113
@@ -118,6 +118,7 @@ available disks:
118
118
host_pattern : " *"
119
119
data_devices :
120
120
all : true
121
+ encrypted : true
121
122
122
123
More information about OSD service placement is available
123
124
`here <https://docs.ceph.com/en/quincy/cephadm/services/osd/#advanced-osd-service-specifications >`__.
Original file line number Diff line number Diff line change 2
2
# ##############################################################################
3
3
# Cephadm deployment configuration.
4
4
5
+ # Ceph release name.
6
+ cephadm_ceph_release : " {{ 'quincy' if (ansible_facts['distribution_release'] == 'jammy' or ansible_facts.distribution_major_version == '9') else 'pacific' }}"
7
+
8
+ # Ceph container image tag.
9
+ cephadm_image_tag : " {{ 'v17.2.7' if cephadm_ceph_release == 'quincy' else 'v16.2.14' }}"
10
+
5
11
# Ceph OSD specification.
6
12
cephadm_osd_spec :
7
13
service_type : osd
You can’t perform that action at this time.
0 commit comments