From 75ae1b7e90ffaada4e7263a427b87222fcec439e Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Wed, 15 Jul 2020 15:21:25 -0400 Subject: [PATCH] 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 --- infrastructure-playbooks/cephadm-adopt.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 2.39.5