Processor: lock all levels even if one is missing
[ganeti-local] / Makefile.am
index 9a194ca..c1d7cd7 100644 (file)
@@ -3,7 +3,7 @@
 # - Keep files sorted; one line per file.
 # - Directories in lib/ must have their own *dir variable (see hypervisor).
 # - All directories must be listed DIRS.
-# - Use autogen.sh to generate Makefile.in and configure script
+# - Use autogen.sh to generate Makefile.in and configure script.
 
 # Automake doesn't export these variables before version 1.10.
 abs_top_builddir = @abs_top_builddir@
@@ -11,9 +11,11 @@ abs_top_srcdir = @abs_top_srcdir@
 
 ACLOCAL_AMFLAGS = -I autotools
 DOCBOOK_WRAPPER = $(top_srcdir)/autotools/docbook-wrapper
+BUILD_RAPI_RESOURCE_DOC = $(top_srcdir)/doc/build-rapi-resources-doc
 REPLACE_VARS_SED = autotools/replace_vars.sed
 
 hypervisordir = $(pkgpythondir)/hypervisor
+rapidir = $(pkgpythondir)/rapi
 toolsdir = $(pkglibdir)/tools
 docdir = $(datadir)/doc/$(PACKAGE)
 
@@ -25,9 +27,9 @@ DIRS = \
        doc/examples \
        lib \
        lib/hypervisor \
+       lib/rapi \
        man \
        qa \
-       qa/hooks \
        scripts \
        test \
        test/data \
@@ -39,14 +41,15 @@ CLEANFILES = \
        doc/*.html \
        doc/*.in \
        doc/*.pdf \
+       doc/rapi-resources.sgml \
        doc/examples/ganeti.initd \
        doc/examples/ganeti.cron \
        lib/*.py[co] \
        lib/hypervisor/*.py[co] \
+       lib/rapi/*.py[co] \
        man/*.[78] \
        man/*.in \
        qa/*.py[co] \
-       qa/hooks/*.py[co] \
        test/*.py[co] \
        stamp-directories \
        $(nodist_pkgpython_PYTHON)
@@ -64,7 +67,9 @@ pkgpython_PYTHON = \
        lib/config.py \
        lib/constants.py \
        lib/errors.py \
+       lib/http.py \
        lib/jqueue.py \
+       lib/jstore.py \
        lib/locking.py \
        lib/logger.py \
        lib/luxi.py \
@@ -75,18 +80,30 @@ pkgpython_PYTHON = \
        lib/serializer.py \
        lib/ssconf.py \
        lib/ssh.py \
-       lib/utils.py
+       lib/utils.py \
+       lib/workerpool.py
 
 hypervisor_PYTHON = \
        lib/hypervisor/__init__.py \
        lib/hypervisor/hv_base.py \
        lib/hypervisor/hv_fake.py \
+       lib/hypervisor/hv_kvm.py \
        lib/hypervisor/hv_xen.py
 
+rapi_PYTHON = \
+       lib/rapi/__init__.py \
+       lib/rapi/httperror.py \
+       lib/rapi/baserlib.py \
+       lib/rapi/connector.py \
+       lib/rapi/rlib1.py \
+       lib/rapi/rlib2.py
+
+
 docsgml = \
        doc/hooks.sgml \
        doc/install.sgml \
        doc/admin.sgml \
+       doc/rapi.sgml \
        doc/iallocator.sgml
 
 doc_DATA = \
@@ -96,8 +113,8 @@ doc_DATA = \
 dist_sbin_SCRIPTS = \
        daemons/ganeti-noded \
        daemons/ganeti-watcher \
-       daemons/ganeti-master \
        daemons/ganeti-masterd \
+       daemons/ganeti-rapi \
        scripts/gnt-backup \
        scripts/gnt-cluster \
        scripts/gnt-debug \
@@ -118,11 +135,10 @@ EXTRA_DIST = \
        autotools/docbook-wrapper \
        devel/upload.in \
        $(docsgml) \
+       doc/build-rapi-resources-doc \
        doc/examples/ganeti.initd.in \
        doc/examples/ganeti.cron.in \
        doc/examples/dumb-allocator \
-       qa/hooks/datehook.py \
-       qa/hooks/loghook.py \
        test/testutils.py \
        test/mocks.py \
        $(dist_TESTS) \
@@ -139,13 +155,12 @@ EXTRA_DIST = \
        qa/qa_instance.py \
        qa/qa_node.py \
        qa/qa_os.py \
-       qa/qa_other.py \
+       qa/qa_rapi.py \
        qa/qa_tags.py \
        qa/qa_utils.py
 
 man_MANS = \
        man/ganeti.7 \
-       man/ganeti-master.8 \
        man/ganeti-noded.8 \
        man/ganeti-os-interface.7 \
        man/ganeti-watcher.8 \
@@ -171,6 +186,10 @@ dist_TESTS = \
        test/ganeti.bdev_unittest.py \
        test/ganeti.ssh_unittest.py \
        test/ganeti.locking_unittest.py \
+       test/ganeti.serializer_unittest.py \
+       test/ganeti.workerpool_unittest.py \
+       test/ganeti.rapi.resources_unittest.py \
+       test/ganeti.http_unittest.py \
        test/ganeti.constants_unittest.py
 
 nodist_TESTS =
@@ -203,6 +222,11 @@ doc/%.pdf: doc/%.in $(DOCBOOK_WRAPPER)
 doc/%.html: doc/%.in $(DOCBOOK_WRAPPER)
        $(DOCBOOK_WRAPPER) $< $@
 
+doc/rapi.pdf doc/rapi.html: doc/rapi-resources.sgml
+
+doc/rapi-resources.sgml: $(BUILD_RAPI_RESOURCE_DOC) lib/rapi/connector.py
+       PYTHONPATH=.:$(top_builddir) $(BUILD_RAPI_RESOURCE_DOC) > $@ || rm -f $@
+
 man/%.7: man/%.in man/footer.sgml $(DOCBOOK_WRAPPER)
        $(DOCBOOK_WRAPPER) $< $@
 
@@ -211,7 +235,7 @@ man/%.8: man/%.in man/footer.sgml $(DOCBOOK_WRAPPER)
 
 man/footer.sgml $(TESTS): srclinks
 
-$(TESTS): ganeti
+$(TESTS) $(BUILD_RAPI_RESOURCE_DOC): ganeti lib/_autoconf.py
 
 lib/_autoconf.py: Makefile stamp-directories
        set -e; \
@@ -232,6 +256,7 @@ lib/_autoconf.py: Makefile stamp-directories
          echo "XEN_INITRD = '$(XEN_INITRD)'"; \
          echo "FILE_STORAGE_DIR = '$(FILE_STORAGE_DIR)'"; \
          echo "IALLOCATOR_SEARCH_PATH = [$(IALLOCATOR_SEARCH_PATH)]"; \
+         echo "KVM_PATH = '$(KVM_PATH)'"; \
        } > $@
 
 $(REPLACE_VARS_SED): Makefile stamp-directories
@@ -244,6 +269,10 @@ $(REPLACE_VARS_SED): Makefile stamp-directories
          echo 's#@LOCALSTATEDIR@#$(localstatedir)#g'; \
          echo 's#@CUSTOM_XEN_KERNEL@#$(XEN_KERNEL)#g'; \
          echo 's#@CUSTOM_XEN_INITRD@#$(XEN_INITRD)#g'; \
+         echo '/@INCLUDE_RAPI_RESOURCES@/ {'; \
+         echo '  r $(abs_top_builddir)/doc/rapi-resources.sgml'; \
+         echo '  d'; \
+         echo '}'; \
        } > $@
 
 # We need to create symlinks because "make distcheck" will not install Python
@@ -251,7 +280,7 @@ $(REPLACE_VARS_SED): Makefile stamp-directories
 #.PHONY: srclinks
 srclinks: stamp-directories
        set -e; \
-       for i in man/footer.sgml $(pkgpython_PYTHON) $(hypervisor_PYTHON); do \
+       for i in man/footer.sgml $(pkgpython_PYTHON) $(hypervisor_PYTHON) $(rapi_PYTHON); do \
                if test ! -f $$i -a -f $(abs_top_srcdir)/$$i; then \
                        $(LN_S) $(abs_top_srcdir)/$$i $$i; \
                fi; \
@@ -269,7 +298,7 @@ distcheck-hook:
        fi
 
 install-exec-local:
-       @mkdir_p@ -- "$(DESTDIR)${localstatedir}/lib/ganeti" \
+       @mkdir_p@ "$(DESTDIR)${localstatedir}/lib/ganeti" \
          "$(DESTDIR)${localstatedir}/log/ganeti" \
          "$(DESTDIR)${localstatedir}/run/ganeti"
 
@@ -277,4 +306,17 @@ stamp-directories: Makefile
        @mkdir_p@ $(DIRS)
        touch $@
 
+.PHONY: apidoc
+apidoc:
+       test -e doc/api || mkdir doc/api
+       TMPDIR=`mktemp -d ./temp-epydoc.XXXXXX` && { \
+               cp -r scripts daemons lib $$TMPDIR && \
+               ( \
+                       cd $$TMPDIR && \
+                       mv lib ganeti && \
+                       epydoc --conf ../epydoc.conf \
+               ) ; \
+               rm -rf $$TMPDIR ; \
+       }
+
 # vim: set noet :