Skip to content

Commit

Permalink
Disable Bandwidth Impairments by default (#416)
Browse files Browse the repository at this point in the history
Bandwidth impariments per vm are set in the inventory file.
This is a global hypervisor impairment that is not generally used.
  • Loading branch information
radez authored Dec 7, 2023
1 parent 93ea20d commit 692ddc2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ansible/vars/network-impairments.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ egress_packet_loss: 0.02
ingress_packet_loss: 0.02
# bandwidth in kilobits
# Ex: 100000kbps = 100Mbps
egress_bandwidth: 100000
ingress_bandwidth: 100000
# This is disabled by default. Bandwidth impairments are
# generally implemented in the libvirt xml per host.
# This bandwidth impairment is global to a hypervisor.
egress_bandwidth: 0
ingress_bandwidth: 0

0 comments on commit 692ddc2

Please sign in to comment.