Is this 4.1/4.2/master?

On 8/9/13 6:13 AM, "Thomas Schneider" <thomas.schnei...@euskill.com> wrote:

>Hello
>
>I try to setup Cloudstack with OpenVSwitch, but SSVM and the proxy vm
>can't reach internet.
>I think it's a problem with cloud0 bridge in OVS.
>
>My config is:
>
>/etc/cloudstack/agent/agent.properties
>network.bridge.type=openvswitch
>libvirt.vif.driver=com.cloud.hypervisor.kvm.resource.OvsVifDriver
>
>OVS
>ovs-vsctl add-br cloudbr0
>ovs-vsctl add-port cloudbr0 p49p1
>ovs-vsctl add-br cloudbr1
>ovs-vsctl add-port cloudbr1 p50p1
>
>ovs-vsctl show
>0771f39e-6e58-4563-b35e-c891197c858f
>    Bridge "cloud0"
>        Port "vnet0"
>            Interface "vnet0"
>        Port "cloud0"
>            Interface "cloud0"
>                type: internal
>        Port "vnet4"
>            Interface "vnet4"
>    Bridge "cloudbr1"
>        Port "cloudbr1"
>            Interface "cloudbr1"
>                type: internal
>        Port "p50p1"
>            Interface "p50p1"
>    Bridge "cloudbr0"
>        Port "vnet2"
>            Interface "vnet2"
>        Port "p49p1"
>            Interface "p49p1"
>        Port "vnet1"
>            Interface "vnet1"
>        Port "cloudbr0"
>            Interface "cloudbr0"
>                type: internal
>        Port "vnet3"
>            Interface "vnet3"
>        Port "vnet5"
>            Interface "vnet5"
>        Port "vnet6"
>            Interface "vnet6"
>    ovs_version: "1.9.0"
>
>/etc/network/interfaces
>
># The primary network interface
>auto p49p1
>iface p49p1 inet manual
>
># The secondary network interface
>auto p50p1
>iface p50p1 inet manual
>
># Public network
>auto cloudbr0
>iface cloudbr0 inet static
>    bridge_ports p49p1
>    bridge_fd 5
>    bridge_stp off
>    bridge_maxwait 1
>    address 10.10.10.30
>    netmask 255.255.255.0
>    network 10.10.10.0
>    broadcast 10.10.10.255
>    gateway 10.10.10.254
>
>auto cloudbr1
>iface cloudbr1 inet manual
>    bridge_ports p50p1
>    bridge_fd 5
>    bridge_stp off
>    bridge_maxwait 1
>
>THX
>-- 
>*Thomas Schneider*
>

  • OVS Thomas Schneider

Reply via email to