remove ceph code
[stor4nfv.git] / src / ceph / alpine / ceph-common.pre-install
diff --git a/src/ceph/alpine/ceph-common.pre-install b/src/ceph/alpine/ceph-common.pre-install
deleted file mode 100644 (file)
index bae4f09..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-addgroup ceph -g 167 -S 2>/dev/null
-adduser ceph -u 167 -S -G ceph -s /sbin/nologin -h /var/lib/ceph -g "Ceph Daemons" 2> /dev/null
-exit 0