Skip to content

Commit 08db2f0

Browse files
authored
Merge pull request #151 from stackhpc/docs_custom_repos
docs: Describe cephadm_custom_repos usage
2 parents 432d907 + c996bb0 commit 08db2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/cephadm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ All Ceph hosts must be in the `ceph` group.
3131
* `cephadm_container_engine`: Whether to use docker_login or podman_login (default: docker)
3232
* `cephadm_fsid`: FSID to use for cluster (default: empty - cephadm will generate FSID)
3333
* `cephadm_recreate`: If existing cluster should be destroyed and recreated (default: false)
34-
* `cephadm_custom_repos`: If enabled - the role won't define yum/apt repositories. If using Ubuntu 22.04 this should be set to true. (default: false)
34+
* `cephadm_custom_repos`: Boolean: disables configuring offical Ceph YUM/APT repositories - `cephadm_ceph_release` is ignored. Can serve as a workaround for a lack of supported OS distro + Ceph release combination upstream. (default: false)
3535
* `cephadm_package_update`: If enabled - cephadm package will be updated to latest version (default: false)
3636
* `cephadm_host_labels`: If set (list format) - those additional labels will be applied to host definitions (default: [] - empty list)
3737
* Bootstrap settings

0 commit comments

Comments
 (0)