|
| 1 | +--- |
| 2 | +############################################################################### |
| 3 | +# Cephadm deployment configuration. |
| 4 | + |
| 5 | +# Ceph release name. |
| 6 | +cephadm_ceph_release: "pacific" |
| 7 | + |
| 8 | +# Ceph FSID. |
| 9 | +#cephadm_fsid: |
| 10 | + |
| 11 | +# Ceph container image. |
| 12 | +cephadm_image: "{{ stackhpc_docker_registry }}/ceph/ceph:{{ cephadm_image_tag }}" |
| 13 | + |
| 14 | +# Ceph container image tag. |
| 15 | +cephadm_image_tag: "v16.2.5" |
| 16 | + |
| 17 | +# Ceph container image registry URL. |
| 18 | +cephadm_registry_url: "{{ stackhpc_docker_registry }}" |
| 19 | + |
| 20 | +# Ceph container image registry username. |
| 21 | +cephadm_registry_username: "{{ stackhpc_docker_registry_username }}" |
| 22 | + |
| 23 | +# Ceph container image registry password. |
| 24 | +cephadm_registry_password: "{{ stackhpc_docker_registry_password }}" |
| 25 | + |
| 26 | +# Ceph public network interface. |
| 27 | +cephadm_public_interface: "{{ storage_net_name | net_interface }}" |
| 28 | + |
| 29 | +# Ceph public network subnet CIDR. |
| 30 | +cephadm_public_network: "{{ storage_net_name | net_cidr }}" |
| 31 | + |
| 32 | +# Ceph cluster network interface. |
| 33 | +cephadm_cluster_interface: "{{ storage_mgmt_net_name | net_interface }}" |
| 34 | + |
| 35 | +# Ceph cluster network subnet CIDR. |
| 36 | +cephadm_cluster_network: "{{ storage_mgmt_net_name | net_cidr }}" |
| 37 | + |
| 38 | +# Whether to enable firewalld for Ceph storage hosts. |
| 39 | +#cephadm_enable_firewalld: |
| 40 | + |
| 41 | +# Ceph OSD specification. |
| 42 | +#cephadm_osd_spec: |
| 43 | + |
| 44 | +############################################################################### |
| 45 | +# Ceph post-deployment configuration. |
| 46 | + |
| 47 | +# List of Ceph erasure coding profiles. See stackhpc.cephadm.ec_profiles role |
| 48 | +# for format. |
| 49 | +#cephadm_ec_profiles: |
| 50 | + |
| 51 | +# List of Ceph CRUSH rules. See stackhpc.cephadm.crush_rules role for format. |
| 52 | +#cephadm_crush_rules: |
| 53 | + |
| 54 | +# List of Ceph pools. See stackhpc.cephadm.pools role for format. |
| 55 | +#cephadm_pools: |
| 56 | + |
| 57 | +# List of Cephx keys. See stackhpc.cephadm.keys role for format. |
| 58 | +#cephadm_keys: |
0 commit comments