(2.9) Refactor NIC configuration scripts
authorDimitris Aragiorgis <dimara@grnet.gr>
Wed, 26 Jun 2013 14:38:16 +0000 (17:38 +0300)
committerDimitris Aragiorgis <dimara@grnet.gr>
Thu, 27 Mar 2014 07:56:41 +0000 (09:56 +0200)
commitb008fa25cab84ec83317bdc0cf83ad5fcd6914d1
treec59d98782d73b9ed5ac8b361e0973063ea79a220
parent880f8869156389b19ff928feafd241f64c0e902a
(2.9) Refactor NIC configuration scripts

Add new script vif-ganeti that could be used instead of
default vif-bridge in order NIC customization can be more
flexible.

Extract common code from kvm-ifup and insert it in a new
file net-common that is being sourced by kvm-ifup and
vif-ganeti and located under package lib dir (/usr/lib/ganeti/).

Install vif-ganeti properly with make under /usr/lib/ganeti too.

Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Signed-off-by: Thomas Thrainer <thomasth@google.com>
Reviewed-by: Thomas Thrainer <thomasth@google.com>
.gitignore
Makefile.am
tools/kvm-ifup.in
tools/net-common.in [new file with mode: 0644]
tools/vif-ganeti.in [new file with mode: 0755]