Continue work on OVS+Geneve tunneling environment

Update Ansible playbook to install newer kernel (required for Geneve
support). Rename vxlan.xml to geneve-net.xml and update contents
for Libvirt network definition.
This commit is contained in:
Scott Lowe 2016-02-09 14:41:46 -07:00
parent c817ef7e6f
commit 793bd7889f
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,5 @@
<network>
<name>vxlan-net</name>
<name>geneve-net</name>
<forward mode="bridge"/>
<bridge name="br-int"/>
<virtualport type="openvswitch"/>

View file

@ -16,3 +16,6 @@
- autoconf
- libtool
- virtinst
- linux-headers-3.19.0-49-generic
- linux-image-3.19.0-49-generic
- linux-image-extra-3.19.0-49-generic