Skip to content

Commit 9349dd2

Browse files
authored
Merge branch 'netascode:develop' into schema-mtu_interfaces
2 parents dad1ac1 + 5a533b8 commit 9349dd2

File tree

120 files changed

+647
-605
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+647
-605
lines changed

meta/runtime.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# This file is used to redirect to a default action plugin if needed.
22
#
3-
#---
4-
requires_ansible: ">=2.14.15"
3+
---
4+
5+
requires_ansible: ">=2.15.0"

tests/integration/fabric_vars_example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ border_gateway:
6060
border_spine:
6161
hostname: << border_spine_hostname >>
6262
serial: << border_spine_serial >>
63-
ip: << border_spine_ip >>
63+
ip: << border_spine_ip >>

tests/integration/group_vars/ndfc/examples/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ ndfc_switch_username: admin
3636
ndfc_switch_password: super_secret_password
3737

3838
# Workflow Control Variables
39-
interface_delete_mode: True
40-
network_delete_mode: True
41-
vrf_delete_mode: True
42-
vpc_delete_mode: True
43-
vpc_peering_delete_mode: True
44-
link_vpc_delete_mode: True
45-
inventory_delete_mode: True
39+
interface_delete_mode: true
40+
network_delete_mode: true
41+
vrf_delete_mode: true
42+
vpc_delete_mode: true
43+
vpc_peering_delete_mode: true
44+
link_vpc_delete_mode: true
45+
inventory_delete_mode: true
4646

4747
# Note about using ansible-vault to encrypt sensitive data
4848
# --------------------------------------------------------
@@ -62,4 +62,4 @@ inventory_delete_mode: True
6262
# 66393864666137613534636231663062393838323130616338646261373633356533376338643932
6363
# 3130376133383030620a353866303634323133616266303631353265383166366664643033393732
6464
# 6537
65-
# Replace line 10 above with the encrypted string.
65+
# Replace line 10 above with the encrypted string.

tests/integration/host_vars/examples/fabric_empty_example/global.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ vxlan:
3333
auto_recovery_time: 300
3434
delay_restore_time: 175
3535
peer_link_port_channel_id: 555
36-
advertise_pip: False
37-
advertise_pip_border_only: True
38-
domain_id_range: 1-100
36+
advertise_pip: false
37+
advertise_pip_border_only: true
38+
domain_id_range: 1-100

tests/integration/host_vars/examples/fabric_empty_example/topology_edge_connections.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
---
2323
vxlan:
2424
topology:
25-
edge_connections: []
25+
edge_connections: []

tests/integration/host_vars/examples/fabric_empty_example/topology_fabric_links.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
---
2323
vxlan:
2424
topology:
25-
fabric_links: []
25+
fabric_links: []

tests/integration/host_vars/examples/fabric_empty_example/topology_switches.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
---
2323
vxlan:
2424
topology:
25-
switches: []
25+
switches: []

tests/integration/host_vars/examples/fabric_empty_example/underlay.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,60 +24,60 @@ vxlan:
2424
underlay:
2525
general:
2626
routing_protocol: ospf
27-
enable_ipv6_underlay: False
27+
enable_ipv6_underlay: false
2828
replication_mode: multicast
2929
fabric_interface_numbering: p2p
3030
subnet_mask: 30
31-
manual_underlay_allocation: False
31+
manual_underlay_allocation: false
3232
underlay_routing_loopback_id: 0
3333
underlay_vtep_loopback_id: 1
3434
underlay_routing_protocol_tag: UNDERLAY
3535
underlay_rp_loopback_id: 3
3636
intra_fabric_interface_mtu: 9216
3737
layer2_host_interface_mtu: 9216
38-
unshut_host_interfaces: True
38+
unshut_host_interfaces: true
3939
ipv4:
4040
underlay_routing_loopback_ip_range: 10.2.0.0/22
4141
underlay_vtep_loopback_ip_range: 10.3.0.0/22
4242
underlay_rp_loopback_ip_range: 10.254.254.0/24
4343
underlay_subnet_ip_range: 10.4.0.0/16
4444
ipv6:
45-
enable_ipv6_link_local_address: True
45+
enable_ipv6_link_local_address: true
4646
underlay_subnet_mask: 64
4747
ospf:
4848
area_id: 0.0.0.0
49-
authentication_enable: False
49+
authentication_enable: false
5050
authentication_key_id: 0
5151
authentication_key: ""
5252
bgp:
53-
authentication_enable: False
53+
authentication_enable: false
5454
authentication_key_type: 3
5555
authentication_key: ""
5656
isis:
5757
level: level-2
58-
network_point_to_point: True
59-
authentication_enable: False
58+
network_point_to_point: true
59+
authentication_enable: false
6060
authentication_key_id: 0
6161
authentication_key: ""
62-
overload_bit: False
62+
overload_bit: false
6363
overload_bit_elapsed_time: 5
6464
multicast:
6565
group_subnet: 239.1.1.0/25
6666
rendezvous_points: 2
6767
rp_mode: asm
6868
underlay_rp_loopback_id: 254
69-
trm_enable: False
69+
trm_enable: false
7070
trm_default_group: 239.1.1.0
7171
underlay_primary_rp_loopback_id: 0
7272
underlay_backup_rp_loopback_id: 1
7373
underlay_second_backup_rp_loopback_id: 2
7474
underlay_third_backup_rp_loopback_id: 3
7575
bfd:
76-
enable: False
77-
ibgp: False
78-
ospf: False
79-
isis: False
80-
pim: False
81-
authentication_enable: False
76+
enable: false
77+
ibgp: false
78+
ospf: false
79+
isis: false
80+
pim: false
81+
authentication_enable: false
8282
authentication_key_id: 0
8383
authentication_key: ""

tests/integration/host_vars/examples/fabric_empty_example/vrfs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ vxlan:
2424
overlay:
2525
vrfs: []
2626

27-
vrf_attach_groups: []
27+
vrf_attach_groups: []

tests/integration/host_vars/examples/fabric_full_large_example/global.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ vxlan:
8282
auto_recovery_time: 300
8383
delay_restore_time: 175
8484
peer_link_port_channel_id: 555
85-
advertise_pip: False
86-
advertise_pip_border_only: True
87-
domain_id_range: 1-100
85+
advertise_pip: false
86+
advertise_pip_border_only: true
87+
domain_id_range: 1-100

0 commit comments

Comments
 (0)