Skip to content

docs: Describe cephadm_custom_repos usage #151

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion roles/cephadm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ All Ceph hosts must be in the `ceph` group.
* `cephadm_container_engine`: Whether to use docker_login or podman_login (default: docker)
* `cephadm_fsid`: FSID to use for cluster (default: empty - cephadm will generate FSID)
* `cephadm_recreate`: If existing cluster should be destroyed and recreated (default: false)
* `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)
* `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)
* `cephadm_package_update`: If enabled - cephadm package will be updated to latest version (default: false)
* `cephadm_host_labels`: If set (list format) - those additional labels will be applied to host definitions (default: [] - empty list)
* Bootstrap settings
Expand Down
Loading