mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Add Libvirt XML definitions, Ansible configuration file and playbook, YAML data file, README, and Vagrantfile for an environment enabling users to easily experiment with multi-bridge OVS configurations. Instructions are not yet fully complete. Also tracking a potential bug in the openvswitch_port Ansible module used.
6 lines
126 B
XML
6 lines
126 B
XML
<network>
|
|
<name>br0</name>
|
|
<forward mode='bridge'/>
|
|
<bridge name='br0'/>
|
|
<virtualport type='openvswitch'/>
|
|
</network>
|