Revision a4669456 doc/install.rst

b/doc/install.rst
498 498
  bridge name     bridge id               STP enabled     interfaces
499 499
  xen-br0         8000.0020fc1ed55d       no              eth0
500 500

  
501
In order to have a custom and more advanced networking configuration in Xen
502
which can vary among instances, after having successfully installed Ganeti
503
you have to create a symbolic link to the vif-script provided by Ganeti
504
inside /etc/xen/scripts (assuming you installed Ganeti under /usr/lib)::
505

  
506
  $ ln -s /usr/lib/ganeti/vif-ganeti /etc/xen/scripts/vif-ganeti
507

  
508
This has to be done on all nodes. Afterwards you can set the ``vif_script``
509
hypervisor parameter to point to that script by::
510

  
511
  $ gnt-cluster modify -H xen-pvm:vif_script=/etc/xen/scripts/vif-ganeti
512

  
513
Having this hypervisor parameter you are able to create your own scripts
514
and create instances with different networking configurations.
515

  
501 516
.. _configure-lvm-label:
502 517

  
503 518
Configuring LVM

Also available in: Unified diff