Merge "Deprecate Ceph deployment"
This commit is contained in:
commit
48223fe83c
@ -1,2 +1,14 @@
|
|||||||
---
|
---
|
||||||
|
- name: Warn about deprecation
|
||||||
|
debug:
|
||||||
|
msg: >-
|
||||||
|
Support for deploying Ceph via Kolla Ansible is deprecated. In a future
|
||||||
|
release support for deploying Ceph will be removed from Kolla Ansible. Prior
|
||||||
|
to this we will ensure a migration path to another tool such as Ceph
|
||||||
|
Ansible (http://docs.ceph.com/ceph-ansible/master/>) is available. For new
|
||||||
|
deployments it is recommended to use another tool to deploy Ceph to avoid a
|
||||||
|
future migration. This can be integrated with OpenStack by following the
|
||||||
|
external Ceph guide
|
||||||
|
(https://docs.openstack.org/kolla-ansible/latest/reference/storage/external-ceph-guide.html).
|
||||||
|
|
||||||
- include_tasks: "{{ kolla_action }}.yml"
|
- include_tasks: "{{ kolla_action }}.yml"
|
||||||
|
@ -1,8 +1,17 @@
|
|||||||
.. _ceph-guide:
|
.. _ceph-guide:
|
||||||
|
|
||||||
===============================
|
============================================
|
||||||
Ceph - Software Defined Storage
|
Ceph - Software Defined Storage (Deprecated)
|
||||||
===============================
|
============================================
|
||||||
|
|
||||||
|
.. warning::
|
||||||
|
Support for deploying Ceph via Kolla Ansible is deprecated. In a future
|
||||||
|
release support for deploying Ceph will be removed from Kolla Ansible. Prior
|
||||||
|
to this we will ensure a migration path to another tool such as `Ceph
|
||||||
|
Ansible <http://docs.ceph.com/ceph-ansible/master/>`__ is available. For new
|
||||||
|
deployments it is recommended to use another tool to deploy Ceph to avoid a
|
||||||
|
future migration. This can be integrated with OpenStack by following
|
||||||
|
:doc:`external-ceph-guide`.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
The out-of-the-box Ceph deployment requires 3 hosts with at least one block
|
The out-of-the-box Ceph deployment requires 3 hosts with at least one block
|
||||||
|
11
releasenotes/notes/deprecate-ceph-4745da91c7ca5a8e.yaml
Normal file
11
releasenotes/notes/deprecate-ceph-4745da91c7ca5a8e.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
deprecations:
|
||||||
|
- |
|
||||||
|
Deprecates support for deploying Ceph. In a future release support for
|
||||||
|
deploying Ceph will be removed from Kolla Ansible. Prior to this we will
|
||||||
|
ensure a migration path to another tool such as `Ceph Ansible
|
||||||
|
<http://docs.ceph.com/ceph-ansible/master/>`__ is available. For new
|
||||||
|
deployments it is recommended to use another tool to deploy Ceph to avoid a
|
||||||
|
future migration. This can be integrated with OpenStack by following the
|
||||||
|
`external Ceph guide
|
||||||
|
<https://docs.openstack.org/kolla-ansible/latest/reference/storage/external-ceph-guide.html>`__.
|
Loading…
Reference in New Issue
Block a user