OSFromDisk: handle variants when loading os
[ganeti-local] / Makefile.am
1 # Ganeti makefile
2 # - Indent with tabs only.
3 # - Keep files sorted; one line per file.
4 # - Directories in lib/ must have their own *dir variable (see hypervisor).
5 # - All directories must be listed DIRS.
6 # - Use autogen.sh to generate Makefile.in and configure script.
7
8 # Automake doesn't export these variables before version 1.10.
9 abs_top_builddir = @abs_top_builddir@
10 abs_top_srcdir = @abs_top_srcdir@
11
12 ACLOCAL_AMFLAGS = -I autotools
13 DOCBOOK_WRAPPER = $(top_srcdir)/autotools/docbook-wrapper
14 BUILD_BASH_COMPLETION = $(top_srcdir)/autotools/build-bash-completion
15 RUN_IN_TEMPDIR = $(top_srcdir)/autotools/run-in-tempdir
16 CHECK_PYTHON_CODE = $(top_srcdir)/autotools/check-python-code
17 REPLACE_VARS_SED = autotools/replace_vars.sed
18
19 hypervisordir = $(pkgpythondir)/hypervisor
20 httpdir = $(pkgpythondir)/http
21 confddir = $(pkgpythondir)/confd
22 rapidir = $(pkgpythondir)/rapi
23 toolsdir = $(pkglibdir)/tools
24 docdir = $(datadir)/doc/$(PACKAGE)
25
26 DIRS = \
27         autotools \
28         daemons \
29         devel \
30         doc \
31         doc/examples \
32         doc/examples/hooks \
33         lib \
34         lib/build \
35         lib/http \
36         lib/hypervisor \
37         lib/rapi \
38         lib/confd \
39         man \
40         qa \
41         scripts \
42         test \
43         test/data \
44         tools
45
46 MAINTAINERCLEANFILES = \
47         $(docpng) \
48         $(maninput)
49
50 maintainer-clean-local:
51         -rm -rf doc/api doc/build doc/html
52
53 CLEANFILES = \
54         autotools/replace_vars.sed \
55         daemons/ganeti-cleaner \
56         devel/upload \
57         doc/examples/bash_completion \
58         doc/examples/ganeti.initd \
59         doc/examples/ganeti.cron \
60         doc/examples/hooks/ipsec \
61         lib/*.py[co] \
62         lib/build/*.py[co] \
63         lib/http/*.py[co] \
64         lib/hypervisor/*.py[co] \
65         lib/rapi/*.py[co] \
66         $(man_MANS) \
67         $(manhtml) \
68         qa/*.py[co] \
69         test/*.py[co] \
70         stamp-directories \
71         $(nodist_pkgpython_PYTHON)
72
73 BUILT_SOURCES = \
74         ganeti \
75         srclinks \
76         lib/_autoconf.py
77
78 nodist_pkgpython_PYTHON = \
79         lib/_autoconf.py
80
81 noinst_PYTHON = \
82         lib/build/__init__.py
83
84 pkgpython_PYTHON = \
85         lib/__init__.py \
86         lib/asyncnotifier.py \
87         lib/backend.py \
88         lib/bdev.py \
89         lib/bootstrap.py \
90         lib/cli.py \
91         lib/cmdlib.py \
92         lib/config.py \
93         lib/constants.py \
94         lib/daemon.py \
95         lib/errors.py \
96         lib/jqueue.py \
97         lib/jstore.py \
98         lib/locking.py \
99         lib/luxi.py \
100         lib/mcpu.py \
101         lib/objects.py \
102         lib/opcodes.py \
103         lib/rpc.py \
104         lib/serializer.py \
105         lib/ssconf.py \
106         lib/ssh.py \
107         lib/storage.py \
108         lib/utils.py \
109         lib/workerpool.py
110
111 hypervisor_PYTHON = \
112         lib/hypervisor/__init__.py \
113         lib/hypervisor/hv_base.py \
114         lib/hypervisor/hv_chroot.py \
115         lib/hypervisor/hv_fake.py \
116         lib/hypervisor/hv_kvm.py \
117         lib/hypervisor/hv_xen.py
118
119 rapi_PYTHON = \
120         lib/rapi/__init__.py \
121         lib/rapi/baserlib.py \
122         lib/rapi/connector.py \
123         lib/rapi/rlib2.py
124
125 http_PYTHON = \
126         lib/http/__init__.py \
127         lib/http/auth.py \
128         lib/http/client.py \
129         lib/http/server.py
130
131 confd_PYTHON = \
132         lib/confd/__init__.py \
133         lib/confd/client.py \
134         lib/confd/server.py \
135         lib/confd/querylib.py
136
137 docrst = \
138         doc/admin.rst \
139         doc/design-2.0.rst \
140         doc/design-2.1.rst \
141         doc/devnotes.rst \
142         doc/glossary.rst \
143         doc/hooks.rst \
144         doc/iallocator.rst \
145         doc/index.rst \
146         doc/install.rst \
147         doc/locking.rst \
148         doc/rapi.rst \
149         doc/security.rst
150
151 doc/html: $(docrst) $(docpng) doc/conf.py configure.ac
152         @test -n "$(SPHINX)" || \
153             { echo 'sphinx-build' not found during configure; exit 1; }
154         mkdir -p doc/build/doctrees
155         PYTHONPATH=.:$(top_builddir) sphinx-build -q -b html \
156             -d doc/build/doctrees \
157             -D version="$(VERSION_MAJOR).$(VERSION_MINOR)" \
158             -D release="$(PACKAGE_VERSION)" \
159             $(top_srcdir)/doc doc/html
160         touch "$@"
161
162 docdot = \
163         doc/arch-2.0.dot \
164         doc/design-2.1-lock-acquire.dot \
165         doc/design-2.1-lock-release.dot
166
167 docpng = $(patsubst %.dot,%.png,$(docdot))
168
169 noinst_DATA = $(manhtml) doc/html
170
171 gnt_scripts = \
172         scripts/gnt-backup \
173         scripts/gnt-cluster \
174         scripts/gnt-debug \
175         scripts/gnt-instance \
176         scripts/gnt-job \
177         scripts/gnt-node \
178         scripts/gnt-os
179
180 dist_sbin_SCRIPTS = \
181         daemons/ganeti-noded \
182         daemons/ganeti-watcher \
183         daemons/ganeti-masterd \
184         daemons/ganeti-confd \
185         daemons/ganeti-rapi \
186         $(gnt_scripts)
187
188 nodist_sbin_SCRIPTS = \
189         daemons/ganeti-cleaner
190
191 dist_tools_SCRIPTS = \
192         tools/burnin \
193         tools/cfgshell \
194         tools/cfgupgrade \
195         tools/lvmstrap
196
197 EXTRA_DIST = \
198         $(MAINTAINERCLEANFILES) \
199         NEWS \
200         pylintrc \
201         autotools/build-bash-completion \
202         autotools/check-python-code \
203         autotools/docbook-wrapper \
204         autotools/run-in-tempdir \
205         daemons/ganeti-cleaner.in \
206         devel/upload.in \
207         $(docdot) \
208         $(docrst) \
209         doc/conf.py \
210         doc/html \
211         doc/examples/ganeti.initd.in \
212         doc/examples/ganeti.cron.in \
213         doc/examples/dumb-allocator \
214         doc/examples/hooks/ethers \
215         doc/examples/hooks/ipsec.in \
216         test/testutils.py \
217         test/mocks.py \
218         $(dist_TESTS) \
219         $(TEST_FILES) \
220         man/footer.sgml \
221         $(mansgml) $(maninput) \
222         qa/ganeti-qa.py \
223         qa/qa-sample.json \
224         qa/qa_cluster.py \
225         qa/qa_config.py \
226         qa/qa_daemon.py \
227         qa/qa_env.py \
228         qa/qa_error.py \
229         qa/qa_instance.py \
230         qa/qa_node.py \
231         qa/qa_os.py \
232         qa/qa_rapi.py \
233         qa/qa_tags.py \
234         qa/qa_utils.py
235
236 man_MANS = \
237         man/ganeti.7 \
238         man/ganeti-cleaner.8 \
239         man/ganeti-masterd.8 \
240         man/ganeti-noded.8 \
241         man/ganeti-os-interface.7 \
242         man/ganeti-rapi.8 \
243         man/ganeti-watcher.8 \
244         man/gnt-backup.8 \
245         man/gnt-cluster.8 \
246         man/gnt-debug.8 \
247         man/gnt-instance.8 \
248         man/gnt-job.8 \
249         man/gnt-node.8 \
250         man/gnt-os.8
251
252 mansgml = $(patsubst %.7,%.sgml,$(patsubst %.8,%.sgml,$(man_MANS)))
253 manhtml = $(patsubst %.sgml,%.html,$(mansgml))
254 maninput = $(patsubst %.7,%.7.in,$(patsubst %.8,%.8.in,$(man_MANS))) $(patsubst %.html,%.html.in,$(manhtml))
255
256 TEST_FILES = \
257         test/data/bdev-both.txt \
258         test/data/bdev-8.3-both.txt \
259         test/data/bdev-disk.txt \
260         test/data/bdev-net.txt \
261         test/data/proc_drbd8.txt \
262         test/data/proc_drbd80-emptyline.txt \
263         test/data/proc_drbd83.txt
264
265 dist_TESTS = \
266         test/ganeti.bdev_unittest.py \
267         test/ganeti.cli_unittest.py \
268         test/ganeti.cmdlib_unittest.py \
269         test/ganeti.confd_client_unittest.py \
270         test/ganeti.config_unittest.py \
271         test/ganeti.constants_unittest.py \
272         test/ganeti.hooks_unittest.py \
273         test/ganeti.http_unittest.py \
274         test/ganeti.locking_unittest.py \
275         test/ganeti.objects_unittest.py \
276         test/ganeti.rapi.resources_unittest.py \
277         test/ganeti.serializer_unittest.py \
278         test/ganeti.ssh_unittest.py \
279         test/ganeti.utils_unittest.py \
280         test/ganeti.workerpool_unittest.py \
281         test/docs_unittest.py
282
283 nodist_TESTS =
284
285 TESTS = $(dist_TESTS) $(nodist_TESTS)
286
287 TESTS_ENVIRONMENT = \
288         PYTHONPATH=. TOP_SRCDIR=$(abs_top_srcdir) \
289         $(RUN_IN_TEMPDIR) $(PYTHON)
290
291 all_python_code = \
292         $(dist_sbin_SCRIPTS) \
293         $(dist_tools_SCRIPTS) \
294         $(dist_TESTS) \
295         $(pkgpython_PYTHON) \
296         $(hypervisor_PYTHON) \
297         $(rapi_PYTHON) \
298         $(http_PYTHON) \
299         $(confd_PYTHON) \
300         $(noinst_PYTHON)
301
302 srclink_files = \
303         man/footer.sgml \
304         $(all_python_code)
305
306 check_python_code = \
307         $(all_python_code)
308
309 all-local: stamp-directories devel/upload \
310         doc/examples/bash_completion \
311         doc/examples/ganeti.initd doc/examples/ganeti.cron \
312         doc/examples/hooks/ipsec
313
314 devel/upload: devel/upload.in stamp-directories $(REPLACE_VARS_SED)
315         sed -f $(REPLACE_VARS_SED) < $< > $@
316         chmod u+x $@
317
318 daemons/ganeti-cleaner: daemons/ganeti-cleaner.in stamp-directories \
319                 $(REPLACE_VARS_SED)
320         sed -f $(REPLACE_VARS_SED) < $< > $@
321         chmod +x $@
322
323 doc/examples/%: doc/examples/%.in stamp-directories \
324                 $(REPLACE_VARS_SED)
325         sed -f $(REPLACE_VARS_SED) < $< > $@
326
327 doc/examples/hooks/%: doc/examples/hooks/%.in stamp-directories \
328                 $(REPLACE_VARS_SED)
329         sed -f $(REPLACE_VARS_SED) < $< > $@
330
331 doc/examples/bash_completion: $(BUILD_BASH_COMPLETION) $(RUN_IN_TEMPDIR) \
332         lib/cli.py $(gnt_scripts) tools/burnin
333         PYTHONPATH=. $(RUN_IN_TEMPDIR) $(CURDIR)/$(BUILD_BASH_COMPLETION) > $@
334
335 doc/%.png: doc/%.dot
336         @test -n "$(DOT)" || { echo 'dot' not found during configure; exit 1; }
337         $(DOT) -Tpng -o $@ $<
338
339 man/%.7.in man/%.8.in: man/%.sgml man/footer.sgml $(DOCBOOK_WRAPPER)
340         @test -n "$(DOCBOOK2MAN)" || { echo 'docbook2man' not found during configure; exit 1; }
341         $(DOCBOOK_WRAPPER) "$(DOCBOOK2MAN)" $< $(notdir $(@:.in=)) $@
342
343 man/%.html.in: man/%.sgml man/footer.sgml $(DOCBOOK_WRAPPER)
344         @test -n "$(DOCBOOK2HTML)" || { echo 'docbook2html' not found during configure; exit 1; }
345         $(DOCBOOK_WRAPPER) "$(DOCBOOK2HTML) --nochunks" $< $(notdir $(@:.in=)) $@
346
347 man/%.7: man/%.7.in stamp-directories $(REPLACE_VARS_SED)
348         sed -f $(REPLACE_VARS_SED) < $< > $@
349
350 man/%.8: man/%.8.in stamp-directories $(REPLACE_VARS_SED)
351         sed -f $(REPLACE_VARS_SED) < $< > $@
352
353 man/%.html: man/%.html.in stamp-directories $(REPLACE_VARS_SED)
354         sed -f $(REPLACE_VARS_SED) < $< > $@
355
356 lib/_autoconf.py: Makefile stamp-directories
357         set -e; \
358         { echo '# This file is automatically generated, do not edit!'; \
359           echo '#'; \
360           echo ''; \
361           echo '"""Build-time configuration for Ganeti.'; \
362           echo '';\
363           echo 'This file is autogenerated by the build process.'; \
364           echo 'For any changes you need to re-run ./configure (and'; \
365           echo 'not edit by hand).'; \
366           echo ''; \
367           echo '"""'; \
368           echo ''; \
369           echo "PACKAGE_VERSION = '$(PACKAGE_VERSION)'"; \
370           echo "VERSION_MAJOR = '$(VERSION_MAJOR)'"; \
371           echo "VERSION_MINOR = '$(VERSION_MINOR)'"; \
372           echo "VERSION_REVISION = '$(VERSION_REVISION)'"; \
373           echo "VERSION_SUFFIX = '$(VERSION_SUFFIX)'"; \
374           echo "VERSION_FULL = '$(VERSION_FULL)'"; \
375           echo "LOCALSTATEDIR = '$(localstatedir)'"; \
376           echo "SYSCONFDIR = '$(sysconfdir)'"; \
377           echo "SSH_INITD_SCRIPT = '$(SSH_INITD_SCRIPT)'"; \
378           echo "EXPORT_DIR = '$(EXPORT_DIR)'"; \
379           echo "OS_SEARCH_PATH = [$(OS_SEARCH_PATH)]"; \
380           echo "XEN_BOOTLOADER = '$(XEN_BOOTLOADER)'"; \
381           echo "XEN_KERNEL = '$(XEN_KERNEL)'"; \
382           echo "XEN_INITRD = '$(XEN_INITRD)'"; \
383           echo "FILE_STORAGE_DIR = '$(FILE_STORAGE_DIR)'"; \
384           echo "IALLOCATOR_SEARCH_PATH = [$(IALLOCATOR_SEARCH_PATH)]"; \
385           echo "KVM_PATH = '$(KVM_PATH)'"; \
386           echo "KVM_MIGRATION_PORT = '$(KVM_MIGRATION_PORT)'"; \
387           echo "SOCAT_PATH = '$(SOCAT_PATH)'"; \
388           echo "LVM_STRIPECOUNT = $(LVM_STRIPECOUNT)"; \
389           echo "TOOLSDIR = '$(toolsdir)'"; \
390           echo "GNT_SCRIPTS = [$(foreach i,$(notdir $(gnt_scripts)),'$(i)',)]"; \
391         } > $@
392
393 $(REPLACE_VARS_SED): Makefile stamp-directories
394         set -e; \
395         { echo 's#@PREFIX@#$(prefix)#g'; \
396           echo 's#@SYSCONFDIR@#$(sysconfdir)#g'; \
397           echo 's#@LOCALSTATEDIR@#$(localstatedir)#g'; \
398           echo 's#@BINDIR@#$(bindir)#g'; \
399           echo 's#@SBINDIR@#$(sbindir)#g'; \
400           echo 's#@GANETI_VERSION@#$(PACKAGE_VERSION)#g'; \
401           echo 's#@CUSTOM_XEN_BOOTLOADER@#$(XEN_BOOTLOADER)#g'; \
402           echo 's#@CUSTOM_XEN_KERNEL@#$(XEN_KERNEL)#g'; \
403           echo 's#@CUSTOM_XEN_INITRD@#$(XEN_INITRD)#g'; \
404           echo 's#@RPL_FILE_STORAGE_DIR@#$(FILE_STORAGE_DIR)#g'; \
405           echo 's#@PKGLIBDIR@#$(pkglibdir)#g'; \
406         } > $@
407
408 # We need to create symlinks because "make distcheck" will not install Python
409 # files when building.
410 srclinks: stamp-directories
411         set -e; \
412         for i in $(srclink_files); do \
413                 if test ! -f $$i -a -f $(abs_top_srcdir)/$$i; then \
414                         $(LN_S) $(abs_top_srcdir)/$$i $$i; \
415                 fi; \
416         done
417
418 .PHONY: ganeti
419 ganeti:
420         cd $(top_builddir) && test -h "$@" || { rm -f $@ && $(LN_S) lib $@; }
421
422 check-local:
423         $(CHECK_PYTHON_CODE) $(check_python_code)
424
425 # a dist hook rule for catching revision control directories
426 distcheck-hook:
427         if find $(top_distdir) | grep -F -e '.svn' -e '.git'; then \
428                 echo "Found revision control files in final archive" 1>&2 ; \
429                 exit 1; \
430         fi
431
432 install-exec-local:
433         @mkdir_p@ "$(DESTDIR)${localstatedir}/lib/ganeti" \
434           "$(DESTDIR)${localstatedir}/log/ganeti" \
435           "$(DESTDIR)${localstatedir}/run/ganeti"
436
437 stamp-directories: Makefile
438         @mkdir_p@ $(DIRS)
439         touch $@
440
441 .PHONY: apidoc
442 apidoc: epydoc.conf $(RUN_IN_TEMPDIR)
443         test -e doc/api || mkdir doc/api
444         $(RUN_IN_TEMPDIR) epydoc -v \
445                 --conf $(CURDIR)/epydoc.conf \
446                 --output $(CURDIR)/doc/api
447
448 .PHONY: TAGS
449 TAGS:
450         rm -f TAGS
451         find . -path './lib/*.py' -o -path 'scripts/gnt-*' -o \
452           -path 'daemons/ganeti-*' -o -path 'tools/*' | \
453           etags -
454
455 # vim: set noet :