Skip to content

Commit

Permalink
Add bond modes in test for foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
bhati-pradeep committed Mar 15, 2024
1 parent 971edac commit 4dd319f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@
hypervisor: "{{nodes.node1.hypervisor}}"
hypervisor_ip: "{{nodes.node1.hypervisor_ip}}"
node_position: "{{nodes.node1.node_position}}"
bond_lacp_rate: "{{nodes.node1.bond_lacp_rate}}"
bond_mode: "{{nodes.node1.bond_mode}}"

register: result
no_log: true
ignore_errors: True
Expand Down Expand Up @@ -177,6 +180,8 @@
hypervisor: "{{nodes.node1.hypervisor}}"
hypervisor_ip: "{{nodes.node1.hypervisor_ip}}"
node_position: "{{nodes.node1.node_position}}"
bond_lacp_rate: "{{nodes.node1.bond_lacp_rate}}"
bond_mode: "{{nodes.node1.bond_mode}}"
clusters:
- redundancy_factor: 1
cluster_members:
Expand Down

0 comments on commit 4dd319f

Please sign in to comment.