mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
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:
parent
c817ef7e6f
commit
793bd7889f
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<network>
|
||||
<name>vxlan-net</name>
|
||||
<name>geneve-net</name>
|
||||
<forward mode="bridge"/>
|
||||
<bridge name="br-int"/>
|
||||
<virtualport type="openvswitch"/>
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue