New Question
0

Manual for Open vSwitch 2.6 on Hyper-V?

asked 2017-01-10 11:40:07 +0300

mario-sommer gravatar image

I'm looking for a manual to integrate OVS 2.6.1 into my Openstack enviroment, but I can only find blog posts for 2.4 and 2.5. Is there no difference between 2.5 and 2.6?

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2017-01-10 12:51:35 +0300

aserdean gravatar image

Hi,

We are planning to release a full blog post on how to setup and what is new in 2.6. We plan to add also a video on how to set up OpenStack with OVS on Hyper-V.

Regarding the setup that you need for 2.6(if you plan on installing it at the moment), it is mostly the same as described in the 2.5 blog post, but with a few changes. Here are few changes that you will need:

  • Get-VMSwitchExtension -VMSwitchName vSwitch -Name "Open vSwitch Extension"

becomes

  • Get-VMSwitchExtension -VMSwitchName vSwitch -Name "Cloudbase Open vSwitch Extension"

;

  • Enable-VMSwitchExtension -VMSwitchName vSwitch -Name "Open vSwitch Extension"

becomes

  • Enable-VMSwitchExtension -VMSwitchName vSwitch -Name "Cloudbase Open vSwitch Extension"

and for the neutronovsagent.conf (for OpenStack deployment above Mitaka) you will need the following lines:

[ovs]
...
of_interface = ovs-ofctl
ovsdb_interface = vsctl

We added an experimental OVN under the installer, bug fixes, support for conntracking actions was added, GENEVE support was added, etc. Feel free to ask any questions.

Thanks,

Alin.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2017-01-10 11:40:07 +0300

Seen: 401 times

Last updated: Jan 10 '17