From: Dimitri Savineau Date: Wed, 15 Jul 2020 19:21:25 +0000 (-0400) Subject: cephadm-adopt: inform users about cephadm X-Git-Tag: v6.0.0alpha2~118 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=75ae1b7e90ffaada4e7263a427b87222fcec439e;p=ceph-ansible.git cephadm-adopt: inform users about cephadm Print a message at the end of the playbook to inform users that they don't have to user ceph-ansible playbooks anymore as everything else need to be done via cephadm (day 2 operation). Signed-off-by: Dimitri Savineau --- diff --git a/infrastructure-playbooks/cephadm-adopt.yml b/infrastructure-playbooks/cephadm-adopt.yml index ed7100e50..e8ddf43e0 100644 --- a/infrastructure-playbooks/cephadm-adopt.yml +++ b/infrastructure-playbooks/cephadm-adopt.yml @@ -1049,3 +1049,10 @@ changed_when: false environment: CEPHADM_IMAGE: '{{ ceph_docker_registry }}/{{ ceph_docker_image }}:{{ ceph_docker_image_tag }}' + + - name: inform users about cephadm + debug: + msg: | + This Ceph cluster is now managed by cephadm. Any new changes to the + cluster need to be achieved by using the cephadm CLI and you don't + need to use ceph-ansible playbooks anymore.