]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
mon: remove old ubuntu login status
authorSébastien Han <seb@redhat.com>
Fri, 16 Nov 2018 09:31:57 +0000 (10:31 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 3 Dec 2018 13:39:43 +0000 (14:39 +0100)
We don't support Ubuntu Precise, so this feature does not exists
anymore.

Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-mon/files/precise/92-ceph [deleted file]
roles/ceph-mon/tasks/ceph_keys.yml

diff --git a/roles/ceph-mon/files/precise/92-ceph b/roles/ceph-mon/files/precise/92-ceph
deleted file mode 100644 (file)
index a424bc1..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-echo -n "Ceph state is: "
-/usr/bin/ceph health
-echo ""
index 30661b4327e526fa70b9dfcfe17a0b11cf32168a..c5fba8ea5231c9a503fafa3b50f81e7c8ee874b2 100644 (file)
   when:
     - cephx
     - inventory_hostname == groups[mon_group_name] | last
-
-- name: drop in a motd script to report status when logging in
-  copy:
-    src: precise/92-ceph
-    dest: /etc/update-motd.d/92-ceph
-    owner: root
-    group: root
-    mode: 0755
-  when:
-    - ansible_distribution_release == 'precise'