blob: 3dd8f089096ca162235d45c9a0a19802bb2e3d8a [file] [log] [blame]
Mohammed Naserab033e12022-03-13 21:07:28 -04001---
2# .. vim: foldmarker=[[[,]]]:foldmethod=marker
Mohammed Naserb7b97d62022-03-12 16:30:00 -05003
Mohammed Naserab033e12022-03-13 21:07:28 -04004# .. Copyright (C) 2022 VEXXHOST, Inc.
5# .. SPDX-License-Identifier: Apache-2.0
6
7# Default variables
8# =================
9
10# .. contents:: Sections
11# :local:
12
13
14# .. envvar:: ceph_csi_rbd_ceph_fsid [[[
15#
16# Filesystem ID for Ceph cluster
Mohammed Naserb7b97d62022-03-12 16:30:00 -050017ceph_csi_rbd_ceph_fsid: "{{ ceph_mon_fsid }}"
Mohammed Naserab033e12022-03-13 21:07:28 -040018
19 # ]]]
20# .. envvar:: ceph_csi_rbd_mons_group [[[
21#
22# Ansible group that contains all Ceph monitors
Mohammed Naser33ddc7b2022-03-18 20:14:57 -040023ceph_csi_rbd_mons_group: controllers
Mohammed Naserb7b97d62022-03-12 16:30:00 -050024
Mohammed Naserab033e12022-03-13 21:07:28 -040025 # ]]]
26# .. envvar:: ceph_csi_rbd_id [[[
27#
28# ID of the Ceph CSI RBD user
Mohammed Naserb7b97d62022-03-12 16:30:00 -050029ceph_csi_rbd_id: kube
Mohammed Naserab033e12022-03-13 21:07:28 -040030
31 # ]]]
32# .. envvar:: ceph_csi_rbd_user [[[
33#
34# Name of Ceph user to use for Ceph CSI RBD
Mohammed Naserb7b97d62022-03-12 16:30:00 -050035ceph_csi_rbd_user: "client.{{ ceph_csi_rbd_id }}"
Mohammed Naserab033e12022-03-13 21:07:28 -040036
37 # ]]]
38# .. envvar:: ceph_csi_rbd_pool [[[
39#
40# Name of Ceph pool to use for Ceph CSI RBD
Mohammed Naserb7b97d62022-03-12 16:30:00 -050041ceph_csi_rbd_pool: kube
Mohammed Naserab033e12022-03-13 21:07:28 -040042
43 # ]]]