diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 20:03:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 20:03:01 +0000 |
commit | a453ac31f3428614cceb99027f8efbdb9258a40b (patch) | |
tree | f61f87408f32a8511cbd91799f9cececb53e0374 /collections-debian-merged/ansible_collections/dellemc/os9/changelogs | |
parent | Initial commit. (diff) | |
download | ansible-upstream.tar.xz ansible-upstream.zip |
Adding upstream version 2.10.7+merged+base+2.10.8+dfsg.upstream/2.10.7+merged+base+2.10.8+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'collections-debian-merged/ansible_collections/dellemc/os9/changelogs')
3 files changed, 196 insertions, 0 deletions
diff --git a/collections-debian-merged/ansible_collections/dellemc/os9/changelogs/CHANGELOG.rst b/collections-debian-merged/ansible_collections/dellemc/os9/changelogs/CHANGELOG.rst new file mode 100644 index 00000000..5c58ec18 --- /dev/null +++ b/collections-debian-merged/ansible_collections/dellemc/os9/changelogs/CHANGELOG.rst @@ -0,0 +1,67 @@ +====================================================================== +Ansible Network Collection for Dell EMC OS9 Release Notes +====================================================================== + +.. contents:: Topics + +v1.0.3 +====== + +Release Summary +--------------- + +Added bug fixes for bugs found during System Test. + +v1.0.2 +====== + +Release Summary +--------------- + +Added changelogs. + +v1.0.1 +====== + +Release Summary +--------------- + +Updated documentation review comments. + +v1.0.0 +====== + +New Modules +----------- + +- os9_command - Run commands on devices running Dell EMC os9. +- os9_config - Manage configuration on devices running os9. +- os9_facts - Collect facts from devices running os9. + +New Roles +--------- + +- os9_aaa - Facilitates the configuration of Authentication Authorization and Accounting (AAA), TACACS and RADIUS server. +- os9_acl - Facilitates the configuration of Access Control lists. +- os9_bgp - Facilitates the configuration of border gateway protocol (BGP) attributes. +- os9_copy_config - This role pushes the backup running configuration into a os9 device. +- os9_dcb - Facilitates the configuration of data center bridging (DCB). +- os9_dns - Facilitates the configuration of domain name service (DNS). +- os9_ecmp - Facilitates the configuration of equal cost multi-path (ECMP) for IPv4. +- os9_interface - Facilitates the configuration of interface attributes. +- os9_lag - Facilitates the configuration of link aggregation group (LAG) attributes. +- os9_lldp - Facilitates the configuration of link layer discovery protocol (LLDP) attributes at global and interface level. +- os9_logging - Facilitates the configuration of global logging attributes and logging servers. +- os9_ntp - Facilitates the configuration of network time protocol (NTP) attributes. +- os9_prefix_list - Facilitates the configuration of IP prefix-list. +- os9_sflow - Facilitates the configuration of global and interface level sFlow attributes. +- os9_snmp - Facilitates the configuration of global SNMP attributes. +- os9_system - Facilitates the configuration of hostname and hashing algorithm. +- os9_users - Facilitates the configuration of global system user attributes. +- os9_vlan - Facilitates the configuration of virtual LAN (VLAN) attributes. +- os9_vlt - Facilitates the configuration of virtual link trunking (VLT). +- os9_vrf - Facilitates the configuration of virtual routing and forwarding (VRF). +- os9_vrrp - Facilitates the configuration of virtual router redundancy protocol (VRRP) attributes. +- os9_xstp - Facilitates the configuration of xSTP attributes. + +\(c) 2020 Dell Inc. or its subsidiaries. All Rights Reserved. diff --git a/collections-debian-merged/ansible_collections/dellemc/os9/changelogs/changelog.yaml b/collections-debian-merged/ansible_collections/dellemc/os9/changelogs/changelog.yaml new file mode 100644 index 00000000..26243262 --- /dev/null +++ b/collections-debian-merged/ansible_collections/dellemc/os9/changelogs/changelog.yaml @@ -0,0 +1,99 @@ +ancestor: null +releases: + 1.0.0: + modules: + - description: Run commands on devices running Dell EMC os9. + name: os9_command + namespace: '' + - description: Manage configuration on devices running os9. + name: os9_config + namespace: '' + - description: Collect facts from devices running os9. + name: os9_facts + namespace: '' + roles: + - description: Facilitates the configuration of Authentication Authorization and Accounting (AAA), TACACS and RADIUS server. + name: os9_aaa + namespace: '' + - description: Facilitates the configuration of Access Control lists. + name: os9_acl + namespace: '' + - description: Facilitates the configuration of border gateway protocol (BGP) attributes. + name: os9_bgp + namespace: '' + - description: This role pushes the backup running configuration into a OS9 device. + name: os9_copy_config + namespace: '' + - description: Facilitates the configuration of data center bridging (DCB). + name: os9_dcb + namespace: '' + - description: Facilitates the configuration of domain name service (DNS). + name: os9_dns + namespace: '' + - description: Facilitates the configuration of equal cost multi-path (ECMP) for IPv4. + name: os9_ecmp + namespace: '' + - description: Facilitates the configuration of interface attributes. + name: os9_interface + namespace: '' + - description: Facilitates the configuration of link aggregation group (LAG) attributes. + name: os9_lag + namespace: '' + - description: Facilitates the configuration of link layer discovery protocol (LLDP) attributes at global and interface level. + name: os9_lldp + namespace: '' + - description: Facilitates the configuration of global logging attributes and logging servers. + name: os9_logging + namespace: '' + - description: Facilitates the configuration of network time protocol (NTP) attributes. + name: os9_ntp + namespace: '' + - description: Facilitates the configuration of IP prefix-list. + name: os9_prefix_list + namespace: '' + - description: Facilitates the configuration of global and interface level sFlow attributes. + name: os9_sflow + namespace: '' + - description: Facilitates the configuration of global SNMP attributes. + name: os9_snmp + namespace: '' + - description: Facilitates the configuration of hostname and hashing algorithm. + name: os9_system + namespace: '' + - description: Facilitates the configuration of global system user attributes. + name: os9_users + namespace: '' + - description: Facilitates the configuration of virtual LAN (VLAN) attributes. + name: os9_vlan + namespace: '' + - description: Facilitates the configuration of virtual link trunking (VLT). + name: os9_vlt + namespace: '' + - description: Facilitates the configuration of virtual routing and forwarding (VRF). + name: os9_vrf + namespace: '' + - description: Facilitates the configuration of virtual router redundancy protocol (VRRP) attributes. + name: os9_vrrp + namespace: '' + - description: Facilitates the configuration of xSTP attributes. + name: os9_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' + 1.0.3: + chnages: + release_summary: Added bug fixes for bugs found during System Test. + fragments: + - 1.0.3.yaml + release_date: '2020-10-09'
\ No newline at end of file diff --git a/collections-debian-merged/ansible_collections/dellemc/os9/changelogs/config.yaml b/collections-debian-merged/ansible_collections/dellemc/os9/changelogs/config.yaml new file mode 100644 index 00000000..d536811c --- /dev/null +++ b/collections-debian-merged/ansible_collections/dellemc/os9/changelogs/config.yaml @@ -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 EMC OS9 +trivial_section_name: trivial |