Initial commit.
authorIustin Pop <iustin@google.com>
Mon, 16 Jul 2007 13:39:48 +0000 (13:39 +0000)
committerIustin Pop <iustin@google.com>
Mon, 16 Jul 2007 13:39:48 +0000 (13:39 +0000)
commita8083063386109da1f7d95cb441152cad79bc15f
tree03281ff489706340da0f9cce7112b8a01451ea18
parent676f2b54464e4037d269bcb0cac56268700e3707
Initial commit.
54 files changed:
COPYING [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
README [new file with mode: 0644]
configure.ac [new file with mode: 0644]
daemons/Makefile.am [new file with mode: 0644]
daemons/ganeti-noded [new file with mode: 0755]
daemons/ganeti-watcher [new file with mode: 0755]
docs/Makefile.am [new file with mode: 0644]
docs/hooks.sgml [new file with mode: 0644]
ganeti.initd [new file with mode: 0755]
lib/Makefile.am [new file with mode: 0644]
lib/__init__.py [new file with mode: 0644]
lib/backend.py [new file with mode: 0644]
lib/bdev.py [new file with mode: 0644]
lib/cli.py [new file with mode: 0644]
lib/cmdlib.py [new file with mode: 0644]
lib/config.py [new file with mode: 0644]
lib/constants.py [new file with mode: 0644]
lib/errors.py [new file with mode: 0644]
lib/hypervisor.py [new file with mode: 0644]
lib/logger.py [new file with mode: 0644]
lib/mcpu.py [new file with mode: 0644]
lib/objects.py [new file with mode: 0644]
lib/opcodes.py [new file with mode: 0644]
lib/rpc.py [new file with mode: 0644]
lib/ssconf.py [new file with mode: 0644]
lib/ssh.py [new file with mode: 0644]
lib/utils.py [new file with mode: 0644]
man/Makefile.am [new file with mode: 0644]
man/footer.sgml [new file with mode: 0644]
man/ganeti-noded.sgml [new file with mode: 0644]
man/ganeti-os-interface.sgml [new file with mode: 0644]
man/ganeti-watcher.sgml [new file with mode: 0644]
man/ganeti.sgml [new file with mode: 0644]
man/gnt-cluster.sgml [new file with mode: 0644]
man/gnt-instance.sgml [new file with mode: 0644]
man/gnt-node.sgml [new file with mode: 0644]
man/gnt-os.sgml [new file with mode: 0644]
scripts/Makefile.am [new file with mode: 0644]
scripts/gnt-cluster [new file with mode: 0755]
scripts/gnt-instance [new file with mode: 0755]
scripts/gnt-node [new file with mode: 0755]
scripts/gnt-os [new file with mode: 0755]
testing/Makefile.am [new file with mode: 0644]
testing/fake_config.py [new file with mode: 0644]
testing/ganeti.hooks_unittest.py [new file with mode: 0755]
testing/ganeti.qa.py [new file with mode: 0755]
testing/ganeti.utils_unittest.py [new file with mode: 0755]
testing/qa-sample.yaml [new file with mode: 0644]
tools/Makefile.am [new file with mode: 0644]
tools/burnin [new file with mode: 0755]
tools/cfgshell [new file with mode: 0755]
tools/lvmstrap [new file with mode: 0755]