]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
debian/rules:Remove ceph-create-keys for deb packaging
authorOwen Synge <osynge@suse.com>
Tue, 10 May 2016 09:04:07 +0000 (11:04 +0200)
committerOwen Synge <osynge@suse.com>
Fri, 4 Nov 2016 22:04:58 +0000 (23:04 +0100)
ceph-create-keys should not be started on boot of mons with upstart so should
not exist in the deb.

Signed-off-by: Owen Synge <osynge@suse.com>
debian/rules

index 1fa764ed82d06795e6a8abcecf589b8a8d29007c..4fcbf5b995f36132a36840fba46996049db3f5d9 100755 (executable)
@@ -55,7 +55,6 @@ override_dh_installinit:
        # per package, so do this ourselves
        install -d -m0755 debian/ceph-base/etc/init
        install -m0644 src/upstart/ceph-all.conf debian/ceph-base/etc/init
-       install -m0644 src/upstart/ceph-create-keys.conf debian/ceph-base/etc/init
        install -d -m0755 debian/ceph-osd/etc/init
        install -m0644 src/upstart/ceph-osd*.conf debian/ceph-osd/etc/init
        install -m0644 src/upstart/ceph-disk.conf debian/ceph-osd/etc/init
@@ -83,12 +82,10 @@ override_dh_installinit:
        install -d -m0755 debian/ceph-mon/lib/systemd/system
        install -d -m0755 debian/ceph-osd/lib/systemd/system
        install -m0644 systemd/ceph-mon@.service debian/ceph-mon/lib/systemd/system
-       install -m0644 systemd/ceph-create-keys@.service debian/ceph-base/lib/systemd/system
        install -m0644 systemd/ceph-osd@.service debian/ceph-osd/lib/systemd/system
        install -m0644 systemd/ceph-disk@.service debian/ceph-osd/lib/systemd/system
        install -m0644 systemd/rbdmap.service debian/ceph-common/lib/systemd/system
        sed -i s./etc/sysconfig/./etc/default/.g debian/ceph-mon/lib/systemd/system/ceph-mon@.service
-       sed -i s./etc/sysconfig/./etc/default/.g debian/ceph-base/lib/systemd/system/ceph-create-keys@.service
        sed -i s./etc/sysconfig/./etc/default/.g debian/ceph-osd/lib/systemd/system/ceph-osd@.service
        sed -i s./etc/sysconfig/./etc/default/.g debian/ceph-osd/lib/systemd/system/ceph-disk@.service
        install -m0644 systemd/ceph-mon.target debian/ceph-mon/lib/systemd/system