File tree Expand file tree Collapse file tree 2 files changed +7
-13
lines changed
etc/kayobe/environments/ci-multinode Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 1
- ================
2
- Cephadm & Kayobe
3
- ================
1
+ ====
2
+ Ceph
3
+ ====
4
4
5
5
This section describes how to use the Cephadm integration included in StackHPC
6
- Kayobe configuration since Xena to deploy Ceph.
6
+ Kayobe configuration to deploy Ceph.
7
7
8
8
The Cephadm integration takes the form of custom playbooks that wrap
9
9
around the Ansible `stackhpc.cephadm collection
@@ -19,10 +19,10 @@ create or modify Ceph cluster deployments. Supported features are:
19
19
Resources
20
20
=========
21
21
22
- - https://docs.ceph.com/en/pacific/cephadm/index.html
23
- - https://docs.ceph.com/en/pacific/
24
22
- https://docs.ceph.com/en/quincy/cephadm/index.html
25
23
- https://docs.ceph.com/en/quincy/
24
+ - https://docs.ceph.com/en/reef/cephadm/index.html
25
+ - https://docs.ceph.com/en/reef/
26
26
- https://github.com/stackhpc/ansible-collection-cephadm
27
27
28
28
Configuration
@@ -120,7 +120,7 @@ available disks:
120
120
all : true
121
121
122
122
More information about OSD service placement is available
123
- `here <https://docs.ceph.com/en/pacific /cephadm/services/osd/#advanced-osd-service-specifications >`__.
123
+ `here <https://docs.ceph.com/en/quincy /cephadm/services/osd/#advanced-osd-service-specifications >`__.
124
124
125
125
Container image
126
126
~~~~~~~~~~~~~~~
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
-
11
5
# Ceph OSD specification.
12
6
cephadm_osd_spec :
13
7
service_type : osd
You can’t perform that action at this time.
0 commit comments