Skip to content

Latest commit

 

History

History
197 lines (133 loc) · 5.62 KB

CHANGELOG.rst

File metadata and controls

197 lines (133 loc) · 5.62 KB

Cisco Nexus Dashboard Ansible Collection Release Notes

Release v1.2.0 of the ansible-nd collection on 2024-07-16. This changelog describes all changes made to the modules and plugins included in this collection since v1.1.0.

  • cisco.nd.nd_federation_member - Setup multi-cluster configuration on Cisco Nexus Dashboard (ND).

Release v1.1.0 of the ansible-nd collection on 2024-07-01. This changelog describes all changes made to the modules and plugins included in this collection since v1.0.0.

  • Add nd_flow_rules and nd_interface_flow_rules as new modules.
  • Default insights_group to default when not provided as argument

Release v1.0.0 of the ansible-nd collection on 2023-11-03. This release only includes changes needed to release v1.0.0 on RedHat Ansible Automation Hub. As required by RedHat, this release bump the minimum release supported of Ansible to v2.13.1+

Release v0.5.0 of the ansible-nd collection on 2023-11-03. This changelog describes all changes made to the modules and plugins included in this collection since v0.4.0.

  • Add nd_setup, nd_cluster_config_route, nd_backup, nd_backup_restore, nd_service, nd_service_instance and nd_policy_cam_statistics_hit_counts modules
  • cisco.nd.nd_backup - Manages backup on Nexus Dashboard.
  • cisco.nd.nd_backup_restore - Manages restore of backup on Nexus Dashboard.
  • cisco.nd.nd_cluster_config_route - Manages routes of the cluster config.
  • cisco.nd.nd_policy_cam_statistics_hit_counts - Retrieves Policy CAM Statistics Hit Counts
  • cisco.nd.nd_service - Manages Service Package on Nexus Dashboard.
  • cisco.nd.nd_service_instance - Manages Service Instance on Nexus Dashboard.
  • cisco.nd.nd_setup - Manages setting up the Nexus Dashboard.

Release v0.4.0 of the ansible-nd collection on 2023-08-04. This changelog describes all changes made to the modules and plugins included in this collection since v0.3.0.

  • Add new module nd_site (#47)
  • cisco.nd.nd_site - Manage sites on Nexus Dashboard.

Release v0.3.0 of the ansible-nd collection on 2023-04-05. This changelog describes all changes made to the modules and plugins included in this collection since v0.2.0.

  • Add module nd_compliance_analysis and nd_compliance_requirement_communication and nd_compliance_requirement_config_import and nd_compliance_requirement_config_manual and nd_compliance_requirement_config_snapshot and nd_compliance_requirement_config_template and nd_epoch
  • Ensure python2 compatible methods are used for the bytes io object in ND HTTPAPI Connection Plugin (#41)
  • cisco.nd.nd_compliance_analysis - Query compliance analysis data from Cisco Nexus Dashboard Insights (NDI)
  • cisco.nd.nd_compliance_requirement_communication - Manage communication type compliance requirements
  • cisco.nd.nd_compliance_requirement_config_import - Manage import configuration type compliance requirements
  • cisco.nd.nd_compliance_requirement_config_manual - Manage manual configuration type compliance requirements
  • cisco.nd.nd_compliance_requirement_config_snapshot - Manage snapshot configuration type compliance requirements
  • cisco.nd.nd_compliance_requirement_config_template - Manage template configuration type compliance requirements
  • cisco.nd.nd_epoch - Query epoch data from Cisco Nexus Dashboard Insights (NDI)

Release v0.2.0 of the ansible-nd collection on 2023-02-04. This changelog describes all changes made to the modules and plugins included in this collection since v0.1.2.

  • Add ansible_httpapi_login_domain global inventory variable
  • Allow local to be set as login_domain && set DefaultAuth as default for login_domain
  • Fix HTTPAPI Connection plugin when wrong login_domain is provided
  • Fix HTTPAPI ND connection plugin missing login_domain definition
  • cisco.nd.nd_delta_analysis - Manage delta analysis jobs
  • cisco.nd.nd_instant_assurance_analysis - Manage instant online assurance analysis jobs
  • cisco.nd.nd_pcv - Manage pre-change validation job
  • cisco.nd.nd_pcv_compliance - Query pre-change validation compliance
  • cisco.nd.nd_pcv_delta_analysis - Query delta analysis of pre-change validation

New release v0.1.2

  • Fix ND HTTAPI plugin login_domain issue when used with cisco.mso collection
  • Fix default user when not defining the user. Default username "admin" has been removed. Always specify username via module attribute or define the ansible_user variable in inventory.
  • Remove empty sanity ignore files

New release v0.1.1

  • Fix ND HTTAPI plugin to support remote users
  • Remove required params for attributes that are handled by the HTTPAPI plugin

Initial release of Nexus Dashboard collection

  • cisco.nd.nd - Nexus Dashboard Ansible HTTPAPI Plugin.
  • cisco.nd.nd_version - Get version of Nexus Dashboard (ND)