summaryrefslogtreecommitdiffstats
path: root/ansible_collections/cisco/nso/changelogs
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/cisco/nso/changelogs')
-rw-r--r--ansible_collections/cisco/nso/changelogs/.plugin-cache.yaml40
-rw-r--r--ansible_collections/cisco/nso/changelogs/changelog.yaml47
-rw-r--r--ansible_collections/cisco/nso/changelogs/config.yaml32
-rw-r--r--ansible_collections/cisco/nso/changelogs/fragments/1.0.1.yml11
-rw-r--r--ansible_collections/cisco/nso/changelogs/fragments/1.0.2.yml3
-rw-r--r--ansible_collections/cisco/nso/changelogs/fragments/1.0.3.yml5
6 files changed, 0 insertions, 138 deletions
diff --git a/ansible_collections/cisco/nso/changelogs/.plugin-cache.yaml b/ansible_collections/cisco/nso/changelogs/.plugin-cache.yaml
deleted file mode 100644
index 5958d0252..000000000
--- a/ansible_collections/cisco/nso/changelogs/.plugin-cache.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-plugins:
- become: {}
- cache: {}
- callback: {}
- cliconf: {}
- connection: {}
- httpapi: {}
- inventory: {}
- lookup: {}
- module:
- nso_action:
- description: Executes Cisco NSO actions and verifies output.
- name: nso_action
- namespace: ''
- version_added: null
- nso_config:
- description: Manage Cisco NSO configuration and service synchronization.
- name: nso_config
- namespace: ''
- version_added: null
- nso_query:
- description: Query data from Cisco NSO.
- name: nso_query
- namespace: ''
- version_added: null
- nso_show:
- description: Displays data from Cisco NSO.
- name: nso_show
- namespace: ''
- version_added: null
- nso_verify:
- description: Verifies Cisco NSO configuration.
- name: nso_verify
- namespace: ''
- version_added: null
- netconf: {}
- shell: {}
- strategy: {}
- vars: {}
-version: 1.0.3
diff --git a/ansible_collections/cisco/nso/changelogs/changelog.yaml b/ansible_collections/cisco/nso/changelogs/changelog.yaml
deleted file mode 100644
index d697e650c..000000000
--- a/ansible_collections/cisco/nso/changelogs/changelog.yaml
+++ /dev/null
@@ -1,47 +0,0 @@
-ancestor: null
-releases:
- 1.0.0:
- changes:
- release_summary: This is the first release of the ``cisco.nso`` collection.
- The modules in this collection were migrated from Ansible Core with no changes
- to their functionality.
- fragments:
- - 1.0.0.yml
- release_date: '2020-10-26'
- 1.0.1:
- changes:
- minor_changes:
- - Added See Also section to docs providing links to additional resources
- - Added example for nso_action
- - Corrected import paths in the test modules
- - Defined data types for arguments in the docs where necessary to pass sanity
- tests
- - Existing nso_config L3VPN example replaced with new examples due to existing
- example reliance on non-default l3vpn module
- - Modified nso_verify module example
- - Updated documentation with a See Also section providing links to NSO resources
- - Updated examples for nso_show
- - Updated examples in the documentation to align with the NSO DevNet Sandbox
- - Verified all sanity and unit tests passing
- fragments:
- - 1.0.1.yml
- release_date: '2020-10-30'
- 1.0.2:
- changes:
- minor_changes:
- - add GitHub Action to the repo for automated sanity and unit tests
- - minor fixes to prepare for inclusion in Ansible 2.10
- fragments:
- - 1.0.2.yml
- release_date: '2020-12-02'
- 1.0.3:
- changes:
- minor_changes:
- - nso_action can now handle YANG model choices as input parameters (https://github.com/CiscoDevNet/ansible-nso/issues/1)
- - nso_config now supports setting commit flags such as "no-networking", "commit-queue",
- etc. (https://github.com/CiscoDevNet/ansible-nso/issues/2)
- - nso_config will now return a commit_results dictionary containing the results
- such as commit-queue-id, rollback-id, etc. (https://github.com/CiscoDevNet/ansible-nso/issues/3)
- fragments:
- - 1.0.3.yml
- release_date: '2021-01-27'
diff --git a/ansible_collections/cisco/nso/changelogs/config.yaml b/ansible_collections/cisco/nso/changelogs/config.yaml
deleted file mode 100644
index 8a960c1f4..000000000
--- a/ansible_collections/cisco/nso/changelogs/config.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-changelog_filename_template: ../CHANGELOG.rst
-changelog_filename_version_depth: 0
-changes_file: changelog.yaml
-changes_format: combined
-ignore_other_fragment_extensions: true
-keep_fragments: true
-mention_ancestor: true
-new_plugins_after_name: removed_features
-notesdir: fragments
-prelude_section_name: release_summary
-prelude_section_title: Release Summary
-sanitize_changelog: 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: Cisco NSO Ansible Collection
-trivial_section_name: trivial
-use_fqcn: true
diff --git a/ansible_collections/cisco/nso/changelogs/fragments/1.0.1.yml b/ansible_collections/cisco/nso/changelogs/fragments/1.0.1.yml
deleted file mode 100644
index 7b1bb95d4..000000000
--- a/ansible_collections/cisco/nso/changelogs/fragments/1.0.1.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-minor_changes:
- - Updated examples in the documentation to align with the NSO DevNet Sandbox
- - Added See Also section to docs providing links to additional resources
- - Modified nso_verify module example
- - Existing nso_config L3VPN example replaced with new examples due to existing example reliance on non-default l3vpn module
- - Updated examples for nso_show
- - Added example for nso_action
- - Updated documentation with a See Also section providing links to NSO resources
- - Corrected import paths in the test modules
- - Defined data types for arguments in the docs where necessary to pass sanity tests
- - Verified all sanity and unit tests passing \ No newline at end of file
diff --git a/ansible_collections/cisco/nso/changelogs/fragments/1.0.2.yml b/ansible_collections/cisco/nso/changelogs/fragments/1.0.2.yml
deleted file mode 100644
index f1b8ea9a8..000000000
--- a/ansible_collections/cisco/nso/changelogs/fragments/1.0.2.yml
+++ /dev/null
@@ -1,3 +0,0 @@
-minor_changes:
- - minor fixes to prepare for inclusion in Ansible 2.10
- - add GitHub Action to the repo for automated sanity and unit tests \ No newline at end of file
diff --git a/ansible_collections/cisco/nso/changelogs/fragments/1.0.3.yml b/ansible_collections/cisco/nso/changelogs/fragments/1.0.3.yml
deleted file mode 100644
index 3865305b6..000000000
--- a/ansible_collections/cisco/nso/changelogs/fragments/1.0.3.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-minor_changes:
- - nso_action can now handle YANG model choices as input parameters (https://github.com/CiscoDevNet/ansible-nso/issues/1)
- - nso_config now supports setting commit flags such as "no-networking", "commit-queue", etc. (https://github.com/CiscoDevNet/ansible-nso/issues/2)
- - nso_config will now return a commit_results dictionary containing the results such as commit-queue-id, rollback-id, etc. (https://github.com/CiscoDevNet/ansible-nso/issues/3)
- \ No newline at end of file