/ovirt-hosted-engine-ha

Hosted engine manager for oVirt project. For issues use http://bugzilla.redhat.com

Primary LanguagePythonGNU Lesser General Public License v2.1LGPL-2.1

ovirt-hosted-engine-ha -- ovirt hosted engine high availability

Copr build status

Copyright (C) 2013 Red Hat, Inc.

In order to build the project, the following dependencies are needed:

  • autoconf
  • automake
  • all dependencies in .spec file's BuildRequires section

To build:

 $ ./autogen.sh --system

Then choose one of the following:

$ make         # compile only
$ make install # compile and install
$ make dist    # compile and create distribution tarball
$ make rpm     # compile and create rpm

Cleanup:

 $ make distclean  # clean files from compilation and automake

-or-

 $ make clean      # clean only files from compilation

Patches are welcome: https://github.com/oVirt/ovirt-hosted-engine-ha/

Before sending one, please configure the commit template:

 # from project root directory
 $ git config commit.template commit-template.txt