Currently the setup works only for KVM, because Xen network interfaces are set up using the default bridging configuration. This series add a Xen network configuration script to set up the interface before the settings common to all hypervisors are applied.
Petr Pudlak (4): Assemble Xen NIC parameters into a dictionary Add a script for setting up the metad NIC for Xen Use tools/vif-ganet-metad when setting up Xen metad NIC Check for all NICs when looking for a free metad NIC name .gitignore | 1 + Makefile.am | 7 +++++ lib/hypervisor/hv_base.py | 8 +++--- lib/hypervisor/hv_xen.py | 35 +++++++++++++----------- lib/pathutils.py | 2 ++ tools/vif-ganeti-metad.in | 70 +++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 103 insertions(+), 20 deletions(-) create mode 100644 tools/vif-ganeti-metad.in -- 2.1.0.rc2.206.gedb03e5
