summaryrefslogtreecommitdiffstats
path: root/collections-debian-merged/ansible_collections/dellemc/os10/changelogs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 20:03:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 20:03:01 +0000
commita453ac31f3428614cceb99027f8efbdb9258a40b (patch)
treef61f87408f32a8511cbd91799f9cececb53e0374 /collections-debian-merged/ansible_collections/dellemc/os10/changelogs
parentInitial commit. (diff)
downloadansible-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/os10/changelogs')
-rw-r--r--collections-debian-merged/ansible_collections/dellemc/os10/changelogs/.changelog.yaml.un~bin0 -> 2842 bytes
-rw-r--r--collections-debian-merged/ansible_collections/dellemc/os10/changelogs/.plugin-cache.yaml66
-rw-r--r--collections-debian-merged/ansible_collections/dellemc/os10/changelogs/CHANGELOG.rst77
-rw-r--r--collections-debian-merged/ansible_collections/dellemc/os10/changelogs/changelog.yaml87
-rw-r--r--collections-debian-merged/ansible_collections/dellemc/os10/changelogs/changelog.yaml~87
-rw-r--r--collections-debian-merged/ansible_collections/dellemc/os10/changelogs/config.yaml30
-rw-r--r--collections-debian-merged/ansible_collections/dellemc/os10/changelogs/fragments/.46-vlan-idempotency-desc-and-members.yaml.un~bin0 -> 1779 bytes
7 files changed, 347 insertions, 0 deletions
diff --git a/collections-debian-merged/ansible_collections/dellemc/os10/changelogs/.changelog.yaml.un~ b/collections-debian-merged/ansible_collections/dellemc/os10/changelogs/.changelog.yaml.un~
new file mode 100644
index 00000000..1796866f
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/dellemc/os10/changelogs/.changelog.yaml.un~
Binary files differ
diff --git a/collections-debian-merged/ansible_collections/dellemc/os10/changelogs/.plugin-cache.yaml b/collections-debian-merged/ansible_collections/dellemc/os10/changelogs/.plugin-cache.yaml
new file mode 100644
index 00000000..380f99ee
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/dellemc/os10/changelogs/.plugin-cache.yaml
@@ -0,0 +1,66 @@
+plugins:
+ become: {}
+ cache: {}
+ callback: {}
+ cliconf:
+ os10:
+ description: Use os10 cliconf to run command on Dell OS10 platform
+ name: os10
+ version_added: null
+ connection: {}
+ httpapi: {}
+ inventory: {}
+ lookup: {}
+ module:
+ base_xml_to_dict:
+ description: Operations for show command output convertion from xml to json
+ format.
+ name: base_xml_to_dict
+ namespace: ''
+ version_added: null
+ bgp_validate:
+ description: Validate the bgp neighbor state,raise error if it is not in established
+ state
+ name: bgp_validate
+ namespace: ''
+ version_added: null
+ mtu_validate:
+ description: Validate the MTU value for lldp neighbors
+ name: mtu_validate
+ namespace: ''
+ version_added: null
+ os10_command:
+ description: Run commands on devices running Dell EMC SmartFabric OS10
+ name: os10_command
+ namespace: ''
+ version_added: null
+ os10_config:
+ description: Manage Dell EMC SmartFabric OS10 configuration sections
+ name: os10_config
+ namespace: ''
+ version_added: null
+ os10_facts:
+ description: Collect facts from devices running Dell EMC SmartFabric OS10
+ name: os10_facts
+ namespace: ''
+ version_added: null
+ show_system_network_summary:
+ description: Operations for show_system_network output in json/yaml format.
+ name: show_system_network_summary
+ namespace: ''
+ version_added: null
+ vlt_validate:
+ description: Validate the vlt info, raise an error if peer is not in up state
+ name: vlt_validate
+ namespace: ''
+ version_added: null
+ wiring_validate:
+ description: Validate the wiring based on the planned wiring details
+ name: wiring_validate
+ namespace: ''
+ version_added: null
+ netconf: {}
+ shell: {}
+ strategy: {}
+ vars: {}
+version: 1.0.2
diff --git a/collections-debian-merged/ansible_collections/dellemc/os10/changelogs/CHANGELOG.rst b/collections-debian-merged/ansible_collections/dellemc/os10/changelogs/CHANGELOG.rst
new file mode 100644
index 00000000..0b805ea5
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/dellemc/os10/changelogs/CHANGELOG.rst
@@ -0,0 +1,77 @@
+======================================================================
+Ansible Network Collection for Dell EMC SmartFabric OS10 Release Notes
+======================================================================
+
+.. contents:: Topics
+
+
+v1.0.2
+======
+
+Bugfixes
+--------
+
+- Fix issue in using ip_and_mask along with members in os10_vlan role (https://github.com/ansible-collections/dellemc.os10/issues/42)
+- Fix issue in using list of strings for `commands` argument for `os10_command` module (https://github.com/ansible-collections/dellemc.os10/issues/43)
+- Fixed os10_vlan role idempotency issue with description and members (https://github.com/ansible-collections/dellemc.os10/issues/46)
+
+v1.0.1
+======
+
+Release Summary
+---------------
+
+Added changelog.
+
+v1.0.0
+======
+
+Major Changes
+-------------
+
+- New role os10_aaa - Facilitates the configuration of Authentication Authorization and Accounting (AAA), TACACS and RADIUS server.
+- New role os10_acl - Facilitates the configuration of Access Control lists.
+- New role os10_bfd - Facilitates the configuration of BFD global attributes.
+- New role os10_bgp - Facilitates the configuration of border gateway protocol (BGP) attributes.
+- New role os10_copy_config - This role pushes the backup running configuration into a OS10 device.
+- New role os10_dns - Facilitates the configuration of domain name service (DNS).
+- New role os10_ecmp - Facilitates the configuration of equal cost multi-path (ECMP) for IPv4.
+- New role os10_fabric_summary Facilitates to get show system information of all the OS10 switches in the fabric.
+- New role os10_flow_monitor Facilitates the configuration of ACL flow-based monitoring attributes.
+- New role os10_image_upgrade Facilitates installation of OS10 software images.
+- New role os10_interface Facilitates the configuration of interface attributes.
+- New role os10_lag Facilitates the configuration of link aggregation group (LAG) attributes.
+- New role os10_lldp Facilitates the configuration of link layer discovery protocol (LLDP) attributes at global and interface level.
+- New role os10_logging Facilitates the configuration of global logging attributes and logging servers.
+- New role os10_network_validation Facilitates validation of wiring connection, BGP neighbors, MTU between neighbors and VLT pair.
+- New role os10_ntp Facilitates the configuration of network time protocol (NTP) attributes.
+- New role os10_prefix_list Facilitates the configuration of IP prefix-list.
+- New role os10_qos Facilitates the configuration of quality of service attributes including policy-map and class-map.
+- New role os10_raguard Facilitates the configuration of IPv6 RA Guard attributes.
+- New role os10_route_map Facilitates the configuration of route-map attributes.
+- New role os10_snmp Facilitates the configuration of global SNMP attributes.
+- New role os10_system Facilitates the configuration of hostname and hashing algorithm.
+- New role os10_template The role takes the raw string input from the CLI of OS10 device, and returns a structured text in the form of a Python dictionary.
+- New role os10_uplink Facilitates the configuration of uplink attributes like uplink-state group.
+- New role os10_users Facilitates the configuration of global system user attributes.
+- New role os10_vlan Facilitates the configuration of virtual LAN (VLAN) attributes.
+- New role os10_vlt Facilitates the configuration of virtual link trunking (VLT).
+- New role os10_vrf Facilitates the configuration of virtual routing and forwarding (VRF).
+- New role os10_vrrp Facilitates the configuration of virtual router redundancy protocol (VRRP) attributes.
+- New role os10_vxlan Facilitates the configuration of virtual extensible LAN (VXLAN) attributes.
+- New role os10_xstp Facilitates the configuration of xSTP attributes.
+
+New Plugins
+-----------
+
+Cliconf
+~~~~~~~
+
+- os10 - Use OS10 cliconf to run commands on Dell EMC PowerSwitch devices.
+
+New Modules
+-----------
+
+- os10_command - Run commands on devices running Dell EMC SmartFabric OS1O.
+- os10_config - Manage configuration on devices running OS10.
+- os10_facts - Collect facts from devices running OS10.
diff --git a/collections-debian-merged/ansible_collections/dellemc/os10/changelogs/changelog.yaml b/collections-debian-merged/ansible_collections/dellemc/os10/changelogs/changelog.yaml
new file mode 100644
index 00000000..be64746d
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/dellemc/os10/changelogs/changelog.yaml
@@ -0,0 +1,87 @@
+ancestor: null
+releases:
+ 1.0.0:
+ changes:
+ major_changes:
+ - New role os10_aaa - Facilitates the configuration of Authentication Authorization
+ and Accounting (AAA), TACACS and RADIUS server.
+ - New role os10_acl - Facilitates the configuration of Access Control lists.
+ - New role os10_bfd - Facilitates the configuration of BFD global attributes.
+ - New role os10_bgp - Facilitates the configuration of border gateway protocol
+ (BGP) attributes.
+ - New role os10_copy_config - This role pushes the backup running configuration
+ into a OS10 device.
+ - New role os10_dns - Facilitates the configuration of domain name service (DNS).
+ - New role os10_ecmp - Facilitates the configuration of equal cost multi-path
+ (ECMP) for IPv4.
+ - New role os10_fabric_summary Facilitates to get show system information of
+ all the OS10 switches in the fabric.
+ - New role os10_flow_monitor Facilitates the configuration of ACL flow-based
+ monitoring attributes.
+ - New role os10_image_upgrade Facilitates installation of OS10 software images.
+ - New role os10_interface Facilitates the configuration of interface attributes.
+ - New role os10_lag Facilitates the configuration of link aggregation group
+ (LAG) attributes.
+ - New role os10_lldp Facilitates the configuration of link layer discovery protocol
+ (LLDP) attributes at global and interface level.
+ - New role os10_logging Facilitates the configuration of global logging attributes
+ and logging servers.
+ - New role os10_network_validation Facilitates validation of wiring connection,
+ BGP neighbors, MTU between neighbors and VLT pair.
+ - New role os10_ntp Facilitates the configuration of network time protocol (NTP)
+ attributes.
+ - New role os10_prefix_list Facilitates the configuration of IP prefix-list.
+ - New role os10_qos Facilitates the configuration of quality of service attributes
+ including policy-map and class-map.
+ - New role os10_raguard Facilitates the configuration of IPv6 RA Guard attributes.
+ - New role os10_route_map Facilitates the configuration of route-map attributes.
+ - New role os10_snmp Facilitates the configuration of global SNMP attributes.
+ - New role os10_system Facilitates the configuration of hostname and hashing
+ algorithm.
+ - New role os10_template The role takes the raw string input from the CLI of
+ OS10 device, and returns a structured text in the form of a Python dictionary.
+ - New role os10_uplink Facilitates the configuration of uplink attributes like
+ uplink-state group.
+ - New role os10_users Facilitates the configuration of global system user attributes.
+ - New role os10_vlan Facilitates the configuration of virtual LAN (VLAN) attributes.
+ - New role os10_vlt Facilitates the configuration of virtual link trunking (VLT).
+ - New role os10_vrf Facilitates the configuration of virtual routing and forwarding
+ (VRF).
+ - New role os10_vrrp Facilitates the configuration of virtual router redundancy
+ protocol (VRRP) attributes.
+ - New role os10_vxlan Facilitates the configuration of virtual extensible LAN
+ (VXLAN) attributes.
+ - New role os10_xstp Facilitates the configuration of xSTP attributes.
+ modules:
+ - description: Run commands on devices running Dell EMC SmartFabric OS1O.
+ name: os10_command
+ namespace: ''
+ - description: Manage configuration on devices running OS10.
+ name: os10_config
+ namespace: ''
+ - description: Collect facts from devices running OS10.
+ name: os10_facts
+ namespace: ''
+ plugins:
+ cliconf:
+ - description: Use OS10 cliconf to run commands on Dell EMC PowerSwitch devices.
+ name: os10
+ namespace: null
+ release_date: '2020-07-31'
+ 1.0.1:
+ changes:
+ release_summary: Added changelog.
+ fragments:
+ - 1.0.1.yaml
+ release_date: '2020-08-14'
+ 1.0.2:
+ changes:
+ bugfixes:
+ - Fix issue in using ip_and_mask along with members in os10_vlan role (https://github.com/ansible-collections/dellemc.os10/issues/42)
+ - Fix issue in using list of strings for `commands` argument for `os10_command`
+ module (https://github.com/ansible-collections/dellemc.os10/issues/43)
+ - Fixed os10_vlan role idempotency issue with description and members (https://github.com/ansible-collections/dellemc.os10/issues/46)
+ fragments:
+ - 1.0.2.yaml
+ - 46-vlan-idempotency-desc-and-members.yaml
+ release_date: '2020-10-28'
diff --git a/collections-debian-merged/ansible_collections/dellemc/os10/changelogs/changelog.yaml~ b/collections-debian-merged/ansible_collections/dellemc/os10/changelogs/changelog.yaml~
new file mode 100644
index 00000000..ca3c7761
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/dellemc/os10/changelogs/changelog.yaml~
@@ -0,0 +1,87 @@
+ancestor: null
+releases:
+ 1.0.0:
+ changes:
+ major_changes:
+ - New role os10_aaa - Facilitates the configuration of Authentication Authorization
+ and Accounting (AAA), TACACS and RADIUS server.
+ - New role os10_acl - Facilitates the configuration of Access Control lists.
+ - New role os10_bfd - Facilitates the configuration of BFD global attributes.
+ - New role os10_bgp - Facilitates the configuration of border gateway protocol
+ (BGP) attributes.
+ - New role os10_copy_config - This role pushes the backup running configuration
+ into a OS10 device.
+ - New role os10_dns - Facilitates the configuration of domain name service (DNS).
+ - New role os10_ecmp - Facilitates the configuration of equal cost multi-path
+ (ECMP) for IPv4.
+ - New role os10_fabric_summary Facilitates to get show system information of
+ all the OS10 switches in the fabric.
+ - New role os10_flow_monitor Facilitates the configuration of ACL flow-based
+ monitoring attributes.
+ - New role os10_image_upgrade Facilitates installation of OS10 software images.
+ - New role os10_interface Facilitates the configuration of interface attributes.
+ - New role os10_lag Facilitates the configuration of link aggregation group
+ (LAG) attributes.
+ - New role os10_lldp Facilitates the configuration of link layer discovery protocol
+ (LLDP) attributes at global and interface level.
+ - New role os10_logging Facilitates the configuration of global logging attributes
+ and logging servers.
+ - New role os10_network_validation Facilitates validation of wiring connection,
+ BGP neighbors, MTU between neighbors and VLT pair.
+ - New role os10_ntp Facilitates the configuration of network time protocol (NTP)
+ attributes.
+ - New role os10_prefix_list Facilitates the configuration of IP prefix-list.
+ - New role os10_qos Facilitates the configuration of quality of service attributes
+ including policy-map and class-map.
+ - New role os10_raguard Facilitates the configuration of IPv6 RA Guard attributes.
+ - New role os10_route_map Facilitates the configuration of route-map attributes.
+ - New role os10_snmp Facilitates the configuration of global SNMP attributes.
+ - New role os10_system Facilitates the configuration of hostname and hashing
+ algorithm.
+ - New role os10_template The role takes the raw string input from the CLI of
+ OS10 device, and returns a structured text in the form of a Python dictionary.
+ - New role os10_uplink Facilitates the configuration of uplink attributes like
+ uplink-state group.
+ - New role os10_users Facilitates the configuration of global system user attributes.
+ - New role os10_vlan Facilitates the configuration of virtual LAN (VLAN) attributes.
+ - New role os10_vlt Facilitates the configuration of virtual link trunking (VLT).
+ - New role os10_vrf Facilitates the configuration of virtual routing and forwarding
+ (VRF).
+ - New role os10_vrrp Facilitates the configuration of virtual router redundancy
+ protocol (VRRP) attributes.
+ - New role os10_vxlan Facilitates the configuration of virtual extensible LAN
+ (VXLAN) attributes.
+ - New role os10_xstp Facilitates the configuration of xSTP attributes.
+ modules:
+ - description: Run commands on devices running Dell EMC SmartFabric OS1O.
+ name: os10_command
+ namespace: ''
+ - description: Manage configuration on devices running OS10.
+ name: os10_config
+ namespace: ''
+ - description: Collect facts from devices running OS10.
+ name: os10_facts
+ namespace: ''
+ plugins:
+ cliconf:
+ - description: Use OS10 cliconf to run commands on Dell EMC PowerSwitch devices.
+ name: os10
+ namespace: null
+ release_date: '2020-07-31'
+ 1.0.1:
+ changes:
+ release_summary: Added changelog.
+ fragments:
+ - 1.0.1.yaml
+ release_date: '2020-08-14'
+ 1.0.2:
+ changes:
+ bugfixes:
+ - Fix issue in using ip_and_mask along with members in os10_vlan role (https://github.com/ansible-collections/dellemc.os10/issues/42)
+ - Fix issue in using list of strings for `commands` argument for `os10_command`
+ module (https://github.com/ansible-collections/dellemc.os10/issues/43)
+ - Fixed os10_vlan role idempotency issue with description and members (https://github.com/ansible-collections/dellemc.os10/issues/46)
+ fragments:
+ - 1.0.2.yaml
+ - 46-vlan-idempotency-desc-and-members.yaml
+ release_date: '2020-09-24'
diff --git a/collections-debian-merged/ansible_collections/dellemc/os10/changelogs/config.yaml b/collections-debian-merged/ansible_collections/dellemc/os10/changelogs/config.yaml
new file mode 100644
index 00000000..953ad20a
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/dellemc/os10/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 SmartFabric OS10
+trivial_section_name: trivial
diff --git a/collections-debian-merged/ansible_collections/dellemc/os10/changelogs/fragments/.46-vlan-idempotency-desc-and-members.yaml.un~ b/collections-debian-merged/ansible_collections/dellemc/os10/changelogs/fragments/.46-vlan-idempotency-desc-and-members.yaml.un~
new file mode 100644
index 00000000..db71c3cb
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/dellemc/os10/changelogs/fragments/.46-vlan-idempotency-desc-and-members.yaml.un~
Binary files differ