~clint-fewbar/ubuntu/maverick/eucalyptus/beta-fixes

« back to all changes in this revision

Viewing changes to tools/eucalyptus.conf.5

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland
  • Date: 2010-03-25 18:10:17 UTC
  • Revision ID: james.westby@ubuntu.com-20100325181017-d407g95r1hk404w3
Tags: 1.6.2-0ubuntu25
* tools/eucalyptus.conf.5: add a caveat about VNET_*INTERFACE
  and storage controller, LP: #539051
* tools/euca_conf.in: ensure that we exit 0 if no errors
* debian/eucalyptus-udeb.postinst: don't retrieve preseed if
  skip-find = true

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
.BI VNET_PUBINTERFACE="br0"
72
72
.BI VNET_PRIVINTERFACE="br0"
73
73
.RS
74
 
The 2 variable  VNET_PRIVINTERFACE and VNET_PUBINTERFACE specify the local physical ethernet interfaces that eucalyptus should use to manage the VM network.  On the front-end, VNET_PRIVINTERFACE should be set to the device that is attached to the same ethernet network as your nodes.  - VNET_PUBINTERFACE should be set to the device which is connected to the 'public' network.  If you have only one interface, these should be set to the same value.  On the nodes, both should be set to either the name of the bridge that has been set up by Xen (xenbr0, eth0, etc), or the physical ethernet device that is attached to the xen bridge (peth0, peth1, etc), depending on your xen configuration.
 
74
The 2 variable  VNET_PRIVINTERFACE and VNET_PUBINTERFACE specify the local physical ethernet interfaces that eucalyptus should use to manage the VM network.  On the front-end, VNET_PRIVINTERFACE should be set to the device that is attached to the same ethernet network as your nodes.  - VNET_PUBINTERFACE should be set to the device which is connected to the 'public' network.  If you have only one interface, these should be set to the same value.  On the nodes, both should be set to either the name of the bridge that has been set up by Xen (xenbr0, eth0, etc), or the physical ethernet device that is attached to the xen bridge (peth0, peth1, etc), depending on your xen configuration.  CAVEAT: These parameters in \fIeucalyptus.conf\fP do not affect Storage Controller interface settings--to do this, please use the administrative web interface.
75
75
.RE
76
76
 
77
77
.BI VNET_MODE="MANAGED-NOVLAN"