-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
40582f0
commit 6c82533
Showing
4 changed files
with
155 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
====================================================================== | ||
Ansible Network Collection for Dell EMC OS6 Release Notes | ||
====================================================================== | ||
|
||
.. contents:: Topics | ||
|
||
v1.0.2 | ||
====== | ||
|
||
Release Summary | ||
--------------- | ||
|
||
Added changelogs. | ||
|
||
v1.0.1 | ||
====== | ||
|
||
Release Summary | ||
--------------- | ||
|
||
Updated documentation review comments. | ||
|
||
v1.0.0 | ||
====== | ||
|
||
New Modules | ||
----------- | ||
|
||
- os6_command - Run commands on devices running Dell EMC os6. | ||
- os6_config - Manage configuration on devices running os6. | ||
- os6_facts - Collect facts from devices running os6. | ||
|
||
New Roles | ||
--------- | ||
|
||
- os6_aaa - Facilitates the configuration of Authentication Authorization and Accounting (AAA), TACACS and RADIUS server. | ||
- os6_acl - Facilitates the configuration of Access Control lists. | ||
- os6_bgp - Facilitates the configuration of border gateway protocol (BGP) attributes. | ||
- os6_interface - Facilitates the configuration of interface attributes. | ||
- os6_lag - Facilitates the configuration of link aggregation group (LAG) attributes. | ||
- os6_lldp - Facilitates the configuration of link layer discovery protocol (LLDP) attributes at global and interface level. | ||
- os6_logging - Facilitates the configuration of global logging attributes and logging servers. | ||
- os6_ntp - Facilitates the configuration of network time protocol (NTP) attributes. | ||
- os6_qos - Facilitates the configuration of quality of service attributes including policy-map and class-map. | ||
- os6_snmp - Facilitates the configuration of global SNMP attributes. | ||
- os6_system - Facilitates the configuration of hostname and hashing algorithm. | ||
- os6_users - Facilitates the configuration of global system user attributes. | ||
- os6_vlan - Facilitates the configuration of virtual LAN (VLAN) attributes. | ||
- os6_vrrp - Facilitates the configuration of virtual router redundancy protocol (VRRP) attributes. | ||
- os6_xstp - Facilitates the configuration of xSTP attributes. | ||
|
||
\(c) 2020 Dell Inc. or its subsidiaries. All Rights Reserved. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
ancestor: null | ||
releases: | ||
1.0.0: | ||
modules: | ||
- description: Run commands on devices running Dell EMC os6. | ||
name: os6_command | ||
namespace: '' | ||
- description: Manage configuration on devices running os6. | ||
name: os6_config | ||
namespace: '' | ||
- description: Collect facts from devices running os6. | ||
name: os6_facts | ||
namespace: '' | ||
roles: | ||
- description: Facilitates the configuration of Authentication Authorization and Accounting (AAA), TACACS and RADIUS server. | ||
name: os6_aaa | ||
namespace: '' | ||
- description: Facilitates the configuration of Access Control lists. | ||
name: os6_acl | ||
namespace: '' | ||
- description: Facilitates the configuration of border gateway protocol (BGP) attributes. | ||
name: os6_bgp | ||
namespace: '' | ||
- description: Facilitates the configuration of interface attributes. | ||
name: os6_interface | ||
namespace: '' | ||
- description: Facilitates the configuration of link aggregation group (LAG) attributes. | ||
name: os6_lag | ||
namespace: '' | ||
- description: Facilitates the configuration of link layer discovery protocol (LLDP) attributes at global and interface level. | ||
name: os6_lldp | ||
namespace: '' | ||
- description: Facilitates the configuration of global logging attributes and logging servers. | ||
name: os6_logging | ||
namespace: '' | ||
- description: Facilitates the configuration of network time protocol (NTP) attributes. | ||
name: os6_ntp | ||
namespace: '' | ||
- description: Facilitates the configuration of quality of service attributes including policy-map and class-map. | ||
name: os6_qos | ||
namespace: '' | ||
- description: Facilitates the configuration of global SNMP attributes. | ||
name: os6_snmp | ||
namespace: '' | ||
- description: Facilitates the configuration of hostname and hashing algorithm. | ||
name: os6_system | ||
namespace: '' | ||
- description: Facilitates the configuration of global system user attributes. | ||
name: os6_users | ||
namespace: '' | ||
- description: Facilitates the configuration of virtual LAN (VLAN) attributes. | ||
name: os6_vlan | ||
namespace: '' | ||
- description: Facilitates the configuration of virtual router redundancy protocol (VRRP) attributes. | ||
name: os6_vrrp | ||
namespace: '' | ||
- description: Facilitates the configuration of xSTP attributes. | ||
name: os6_xstp | ||
namespace: '' | ||
release_date: '2020-07-31' | ||
1.0.1: | ||
changes: | ||
release_summary: Updated documentation review comments | ||
fragments: | ||
- 1.0.1.yaml | ||
release_date: '2020-08-04' | ||
1.0.2: | ||
changes: | ||
release_summary: Added changelogs. | ||
fragments: | ||
- 1.0.2.yaml | ||
release_date: '2020-08-18' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
changelog_filename_template: CHANGELOG.rst | ||
changelog_filename_version_depth: 0 | ||
changes_file: changelog.yaml | ||
changes_format: combined | ||
keep_fragments: false | ||
mention_ancestor: true | ||
new_plugins_after_name: removed_features | ||
notesdir: fragments | ||
prelude_section_name: release_summary | ||
prelude_section_title: Release Summary | ||
flatmap: true | ||
sections: | ||
- - major_changes | ||
- Major Changes | ||
- - minor_changes | ||
- Minor Changes | ||
- - breaking_changes | ||
- Breaking Changes / Porting Guide | ||
- - deprecated_features | ||
- Deprecated Features | ||
- - removed_features | ||
- Removed Features (previously deprecated) | ||
- - security_fixes | ||
- Security Fixes | ||
- - bugfixes | ||
- Bugfixes | ||
- - known_issues | ||
- Known Issues | ||
title: Ansible Network Collection for Dell OS6 | ||
trivial_section_name: trivial |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
namespace: dellemc | ||
name: os6 | ||
version: 1.0.1 | ||
version: 1.0.2 | ||
readme: README.md | ||
authors: | ||
- Komal Patil <[email protected]> | ||
|