]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
cephadm-adopt: inform users about cephadm
authorDimitri Savineau <dsavinea@redhat.com>
Wed, 15 Jul 2020 19:21:25 +0000 (15:21 -0400)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Wed, 15 Jul 2020 21:04:59 +0000 (17:04 -0400)
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 <dsavinea@redhat.com>
infrastructure-playbooks/cephadm-adopt.yml

index ed7100e5084a3b06ff5ac522587fd29bb4fa0017..e8ddf43e065af943ed60a41013261fdc6a516add 100644 (file)
       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.