Skip to content

Commit d833a5b

Browse files
committed
Merge branch 'develop' of github.com:netascode/ansible-dc-vxlan into develop
2 parents e72363c + af4b28c commit d833a5b

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

galaxy.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: cisco
33
name: nac_dc_vxlan
4-
version: 0.2.0
4+
version: 0.3.0
55
readme: README.md
66
authors:
77
- Devendra Gupta <devegupt>
@@ -14,12 +14,19 @@ authors:
1414
- Shangxin Du <shdu>
1515
- Udit Mehrotra <udmehrot>
1616
- Vladimir Joshevski <vjoshevs>
17-
description: Ansible solution collection for VXLAN
17+
description: Ansible Solution Collection for VXLAN
18+
19+
repository: https://github.com/netascode/ansible-dc-vxlan
20+
documentation: https://github.com/cisco-open/ansible-collection-catalystwan/blob/main/README.md
21+
homepage: https://netascode.cisco.com/data_model/vxlan/overview
22+
issues: https://github.com/netascode/ansible-dc-vxlan/issues
23+
1824
license_file: LICENSE
19-
tags: [cisco, ndfc, dcnm, nxos, networking, vxlan, evpn]
25+
26+
tags: [cisco, ndfc, dcnm, nxos, networking, vxlan, evpn, nac, sac]
27+
2028
dependencies:
2129
"ansible.netcommon": ">=4.1.0"
2230
"cisco.nxos": ">=4.0.1"
23-
"cisco.dcnm": ">=2.4.0"
31+
"cisco.dcnm": ">=3.6.0"
2432
"community.general": ">=8.5.0"
25-
repository: https://github.com/netascode/ansible-dc-vxlan

roles/dtc/create/tasks/vrfs_networks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
config: "{{ vrf_config }}"
3939
register: manage_vrf_result
4040
when:
41+
- MD.vxlan.overlay_services.vrfs is defined
4142
- MD.vxlan.overlay_services.vrfs
4243
- changes_detected_vrfs
4344

@@ -52,5 +53,6 @@
5253
config: "{{ net_config }}"
5354
register: manage_network_result
5455
when:
56+
- MD.vxlan.overlay_services.networks is defined
5557
- MD.vxlan.overlay_services.networks
5658
- changes_detected_networks

0 commit comments

Comments
 (0)