2015-05-26 17:23:58 +00:00
|
|
|
unitfiles = \
|
|
|
|
ceph.target \
|
|
|
|
ceph-mds@.service \
|
|
|
|
ceph-mon@.service \
|
2015-07-29 19:10:36 +00:00
|
|
|
ceph-create-keys@.service \
|
2015-07-27 18:38:45 +00:00
|
|
|
ceph-osd@.service \
|
2015-05-11 23:45:34 +00:00
|
|
|
ceph-radosgw@.service \
|
|
|
|
ceph-disk-activate-journal@.service \
|
|
|
|
ceph-disk-activate@.service \
|
|
|
|
ceph-disk-dmcrypt-activate@.service
|
2015-05-26 17:23:58 +00:00
|
|
|
|
|
|
|
unitdir = $(systemd_unit_dir)
|
|
|
|
|
|
|
|
unit_DATA = $(unitfiles)
|
|
|
|
|
2015-07-27 18:38:45 +00:00
|
|
|
EXTRA_DIST = \
|
|
|
|
$(unitfiles) \
|
|
|
|
ceph \
|
|
|
|
ceph.tmpfiles.d \
|
|
|
|
ceph-rgw.tmpfiles.d.in \
|
|
|
|
ceph-radosgw-prestart.sh
|