Jump to: navigation, search

Difference between revisions of "XenServer/Quantum"

(add debugging hints)
(Install Quantum on XenServer)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
 
 
= Install Quantum on [[XenServer]] =
 
= Install Quantum on [[XenServer]] =
  
 +
Please see:
 +
https://wiki.openstack.org/wiki/QuantumDevstackOvsXcp
 +
 +
= Old stuff... =
 
For using the quantum plugin see:
 
For using the quantum plugin see:
 
http://openvswitch.org/openstack/documentation/
 
http://openvswitch.org/openstack/documentation/
Line 14: Line 18:
  
 
== Debugging Tips ==
 
== Debugging Tips ==
 +
Get an overview of the switch configurations:
 +
 +
<pre><nowiki>
 +
ovs-vsctl show
 +
</nowiki></pre>
  
 
To list all the switch ports try:
 
To list all the switch ports try:
<code><nowiki>ovs-vsctl list-ports xenbr1</nowiki></code>
+
 
 +
<pre><nowiki>
 +
ovs-vsctl list-ports xenbr1
 +
</nowiki></pre>
 +
 
  
 
When using Open vSwitch you can list the details of an Open vSwitch port:
 
When using Open vSwitch you can list the details of an Open vSwitch port:
<code><nowiki>ovs-vsctl list port vif60.0</nowiki></code>
+
 
 +
<pre><nowiki>
 +
ovs-vsctl list port vif60.0
 +
</nowiki></pre>
 +
 
 +
 
 
You can look at the "tag" to see what VLAN it is assigned to.
 
You can look at the "tag" to see what VLAN it is assigned to.

Latest revision as of 08:17, 11 April 2014

Install Quantum on XenServer

Please see: https://wiki.openstack.org/wiki/QuantumDevstackOvsXcp

Old stuff...

For using the quantum plugin see: http://openvswitch.org/openstack/documentation/

You can:

  • follow: [[[QuantumDevstack]]]
  • ensure your VM network is not on a VLAN
  • assuming you use Open vSwitch (default on XenServer 6.0.0 and later)
  • run the quantum agent on Dom0
  • add in nova.conf: xenapi_vif_driver=nova.virt.xenapi.vif.XenAPIOpenVswitchDriver

TODO - other steps not yet found.

Debugging Tips

Get an overview of the switch configurations:

ovs-vsctl show

To list all the switch ports try:

ovs-vsctl list-ports xenbr1


When using Open vSwitch you can list the details of an Open vSwitch port:

ovs-vsctl list port vif60.0


You can look at the "tag" to see what VLAN it is assigned to.