Skip to content

Commit ed730c5

Browse files
authored
Merge pull request #482 from stackhpc/cephadm-options
Document additional cephadm role variables
2 parents 7f81151 + edb78f2 commit ed730c5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

etc/kayobe/cephadm.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,16 @@ cephadm_cluster_network: "{{ storage_mgmt_net_name | net_cidr }}"
4141
# Whether to enable firewalld for Ceph storage hosts.
4242
#cephadm_enable_firewalld:
4343

44+
# List of /dev/device paths to use, e.g. for multipath devices that can't be
45+
# used with an OSD spec.
46+
#cephadm_osd_devices:
47+
4448
# Ceph OSD specification.
4549
#cephadm_osd_spec:
4650

51+
# Additional arguments to pass to `cephadm bootstrap`.
52+
#cephadm_bootstrap_additional_parameters:
53+
4754
###############################################################################
4855
# Ceph post-deployment configuration.
4956

0 commit comments

Comments
 (0)