Skip to content

Commit

Permalink
Vrfs.yaml and default updates tests-integration folder (#138)
Browse files Browse the repository at this point in the history
* vrfs.yaml update fix example for consistensy

* vrfs.yaml updates in all examples

* update defaults for tests-integration folder

* removing defaults in test_create

Tested
  • Loading branch information
juburnet committed Jun 26, 2024
1 parent 8fa1c2f commit 4a79868
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 200 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ vxlan:
no_rp: False
overlay_multicast_group: ""
redist_direct_routemap: ""
rp_address: 192.168.1.1/24
rp_address: 192.168.1.1
rp_external: False
rp_loopback_id: 0
trm_enable: False
rp_loopback_id: 2
trm_enable: True
trm_bgw_msite: False
underlay_mcast_ip: "224.1.1.1/32"
underlay_mcast_ip: "224.1.1.1"
attach_group: all_leaf

vrf_attach_groups:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ vxlan:
no_rp: False
overlay_multicast_group: ""
redist_direct_routemap: ""
rp_address: 192.168.1.1/24
rp_address: 192.168.1.1
rp_external: False
rp_loopback_id: 0
trm_enable: False
rp_loopback_id: 2
trm_enable: True
trm_bgw_msite: False
underlay_mcast_ip: "224.1.1.1/32"
underlay_mcast_ip: "224.1.1.1"
attach_group: all_leaf

vrf_attach_groups:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ vxlan:
no_rp: False
overlay_multicast_group: ""
redist_direct_routemap: ""
rp_address: 192.168.1.1/24
rp_address: 192.168.1.1
rp_external: False
rp_loopback_id: 0
trm_enable: False
rp_loopback_id: 2
trm_enable: True
trm_bgw_msite: False
underlay_mcast_ip: "224.1.1.1/32"
underlay_mcast_ip: "224.1.1.1"
attach_group: all_leaf

vrf_attach_groups:
Expand Down
188 changes: 0 additions & 188 deletions tests/integration/roles/test_create/defaults/main.yml

This file was deleted.

0 comments on commit 4a79868

Please sign in to comment.