Skip to content

Commit f446904

Browse files
Documentation changes (#293)
1 parent 7b9c141 commit f446904

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Added
2020
- ``dcnm_image_upgrade`` - Module for managing NDFC image upgrade
2121
- ``dcnm_image_upload`` - Module for managing NDFC image upload
2222
- ``dcnm_image_policy`` - Module for managing NDFC image policy
23-
- ``dcnm_vpc_pair`` - Module for managing dcnm NDFC switch pairs
23+
- ``dcnm_vpc_pair`` - Module for managing dcnm NDFC vPC switch pairs
2424
- ``dcnm_fabric`` - Module for managing NDFC fabrics
2525

2626
Fixed

docs/cisco.dcnm.dcnm_image_upload_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cisco.dcnm.dcnm_image_upload
88
**DCNM Ansible Module for managing images.**
99

1010

11-
Version added: 2.1.0
11+
Version added: 3.5.0
1212

1313
.. contents::
1414
:local:

docs/cisco.dcnm.dcnm_vpc_pair_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cisco.dcnm.dcnm_vpc_pair
88
**DCNM Ansible Module for managing VPC switch pairs required for VPC interfaces.**
99

1010

11-
Version added: 1.1.0
11+
Version added: 3.5.0
1212

1313
.. contents::
1414
:local:

galaxy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ authors:
99
- Karthik Babu Harichandra Babu <kharicha>
1010
- Mike Wiebe <mikewiebe>
1111
- Praveen Ramoorthy <praveenramoorthy>
12+
- Allen Robel <allenrobel>
13+
- Shangxin Du <dsx1123>
1214
description: Ansible collection for the Cisco Nexus® Dashboard Fabric Controller (NDFC) - formerly DCNM
1315
license: Apache-2.0
1416
tags: [cisco, ndfc, dcnm, nxos, networking, vxlan]

plugins/modules/dcnm_image_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
---
2424
module: dcnm_image_upload
2525
short_description: DCNM Ansible Module for managing images.
26-
version_added: "2.1.0"
26+
version_added: "3.5.0"
2727
description:
2828
- "DCNM Ansible Module for the following image management operations"
2929
- "Upload, Delete, and Display NXOS images from the controller"

plugins/modules/dcnm_vpc_pair.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/python
22
#
3-
# Copyright (c) 2020-2022 Cisco and/or its affiliates.
3+
# Copyright (c) 2024 Cisco and/or its affiliates.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
2323
---
2424
module: dcnm_vpc_pair
2525
short_description: DCNM Ansible Module for managing VPC switch pairs required for VPC interfaces.
26-
version_added: "1.1.0"
26+
version_added: "3.5.0"
2727
description:
2828
- "DCNM Ansible Module for managing VPC switch pairs."
2929
author: Mallik Mudigonda(@mmudigon)

0 commit comments

Comments
 (0)