8d4e8adb36
External ceph configuration is done with tripleo using the tripleo_ceph_client ansible role. This change adds a new, generic environment file that can be included in the overcloud deploy when services using an external Ceph cluster are configured. Change-Id: I86650396218d27250150456b023a9d3e392c2e5f
16 lines
596 B
YAML
16 lines
596 B
YAML
---
|
|
prelude: >
|
|
It's not necessary to install ceph-ansible nor prepare a Ceph container
|
|
when configuring external Ceph in Wallaby and newer.
|
|
External ceph configuration is done with TripleO (not cephadm nor
|
|
ceph-ansible) and should be executed using the related environment
|
|
file.
|
|
features:
|
|
- |
|
|
The environment file environments/external-ceph.yaml has been created and
|
|
can be used when an external Ceph cluster is used.
|
|
deprecations:
|
|
- |
|
|
The environment file environments/ceph-ansible/ceph-ansible-external.yaml
|
|
has been deprecated and will be removed in X.
|