Skip to content

Commit

Permalink
advanced_inventory_cluster_example: update livemigration
Browse files Browse the repository at this point in the history
The only variable used for livemigration is now `livemigration_user`.
If not set, livemigration will be disabled.

Signed-off-by: Erwann Roussy <[email protected]>
  • Loading branch information
eroussy committed Apr 5, 2024
1 parent 96b617e commit d7d1414
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions examples/inventories/advanced_inventory_cluster_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,6 @@ all:
# The vlan ID of the PTP. Remove the variable if the ptp frames
# are not in a VLAN
ptp_vlanid: 100
# Set to true to authorize VMs livemigration (default is false)
livemigration: true
# The name of the user used for the livemigration (default is virtu)
livemigrationuser: username
# Set to true to create the livemigration user with ansible (default is
# false). Let the variable to false if the user was already created during
# the build process
create_livemigration_user: true
# The name of the user used for the livemigration
# If not set, livemigration will be disabled
livemigration_user: username

0 comments on commit d7d1414

Please sign in to comment.