Skip to content

Commit

Permalink
advanced_inventory_example.yaml: add create_br0_bridge
Browse files Browse the repository at this point in the history
Added a variable to create a Linux bridge, This not only facilitates
communication between the hypervisor and the vms, but also allows
everything to be configured with a single interface.

Signed-off-by: Benjamin Chedotel <[email protected]>
  • Loading branch information
bchedotel committed Feb 7, 2024
1 parent c1fcbdb commit 42ea645
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/inventories/advanced_inventory_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ all:
# Set true to restart after setting kernel parameters (default is
# false)
kernel_parameters_restart: true
# Automatic creation of a Linux bridge. Hypervisor and VMs will be
# then connected to a bridge itself connected to the interface
# called 'network_interface'. VMs can therefore communicate with
# the hypervisor via this bridge, and it also allows hypervisors
# and VMs to be configured via a single interface.
create_br0_bridge: true
# OVS bridges and ports description.
# See OVS_configuration.adoc for more details.
# Declared here, bridges configuration is the same for all
Expand Down

0 comments on commit 42ea645

Please sign in to comment.