-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump: ansible-cvp release v3.4.0
- Loading branch information
Showing
69 changed files
with
2,782 additions
and
84 deletions.
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
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,15 +1,15 @@ | ||
--- | ||
ansible_collections/arista/cvp/roles/**/*: | ||
- titom73 | ||
- sugetha24 | ||
ansible_collections/arista/cvp/plugins/**/*: | ||
- guillaumeVilar | ||
- titom73 | ||
- sugetha24 | ||
- noredistribution | ||
ansible_collections/arista/cvp/molecule/**/*: | ||
- guillaumeVilar | ||
- titom73 | ||
- sugetha24 | ||
- noredistribution | ||
ansible_collections/arista/cvp/docs/**/*: | ||
- titom73 | ||
- sugetha24 | ||
.github/**: | ||
- titom73 | ||
- sugetha24 |
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,40 @@ | ||
======================== | ||
Arista.Cvp Release Notes | ||
======================== | ||
|
||
.. contents:: Topics | ||
|
||
|
||
v3.4.0 | ||
====== | ||
|
||
Release Summary | ||
--------------- | ||
|
||
Release 3.4.0 - See documentation on cvp.avd.sh for details. | ||
|
||
|
||
Minor Changes | ||
------------- | ||
|
||
- Feat (dhcp_configuration) add a name to the dhcp record (https://github.com/aristanetworks/ansible-cvp/issues/481) | ||
- Feat Add support for change controls (https://github.com/aristanetworks/ansible-cvp/issues/464) | ||
- Feat Add svc account token auth method for on-prem and standardize it with cvaas (https://github.com/aristanetworks/ansible-cvp/issues/458) | ||
- Feat Facts update (https://github.com/aristanetworks/ansible-cvp/issues/469) | ||
- Feat New module to support topology tags (https://github.com/aristanetworks/ansible-cvp/issues/459) | ||
- Feat(cv_facts_v3) Show assigned image bundles on devices and containers (https://github.com/aristanetworks/ansible-cvp/issues/488) | ||
- Feat(module_utils) Raise NotImplementedError if encrypted Vault password (https://github.com/aristanetworks/ansible-cvp/issues/479) | ||
|
||
Bugfixes | ||
-------- | ||
|
||
- Fix Changed pytest to check for a warning (https://github.com/aristanetworks/ansible-cvp/issues/485) | ||
- Fix(cv_container_v3) Cannot remove containers anymore (https://github.com/aristanetworks/ansible-cvp/issues/487) | ||
- Fix(cv_device_v3) device lookup to use search_key instead of FQDN always (https://github.com/aristanetworks/ansible-cvp/issues/483) | ||
- Fix(image_tools) Change from error to warning if image already exists (https://github.com/aristanetworks/ansible-cvp/issues/471) | ||
|
||
New Modules | ||
----------- | ||
|
||
- arista.cvp.cv_change_control_v3 - Change Control management with Cloudvision | ||
- arista.cvp.cv_tag_v3 - Create/Assign/Delete/Unassign tags on CVP |
81 changes: 81 additions & 0 deletions
81
ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml
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,81 @@ | ||
objects: {} | ||
plugins: | ||
become: {} | ||
cache: {} | ||
callback: {} | ||
cliconf: {} | ||
connection: {} | ||
httpapi: {} | ||
inventory: {} | ||
lookup: {} | ||
module: | ||
cv_change_control_v3: | ||
description: Change Control management with Cloudvision | ||
name: cv_change_control_v3 | ||
namespace: '' | ||
version_added: 3.4.0 | ||
cv_configlet: | ||
description: Create, Delete, or Update CloudVision Portal Configlets. | ||
name: cv_configlet | ||
namespace: '' | ||
version_added: 1.0.0 | ||
cv_configlet_v3: | ||
description: Create, Delete, or Update CloudVision Portal Configlets. | ||
name: cv_configlet_v3 | ||
namespace: '' | ||
version_added: 3.0.0 | ||
cv_container: | ||
description: Manage Provisioning topology. | ||
name: cv_container | ||
namespace: '' | ||
version_added: 1.0.0 | ||
cv_container_v3: | ||
description: Manage Provisioning topology. | ||
name: cv_container_v3 | ||
namespace: '' | ||
version_added: 3.0.0 | ||
cv_device: | ||
description: Provision, Reset, or Update CloudVision Portal Devices. | ||
name: cv_device | ||
namespace: '' | ||
version_added: 1.0.0 | ||
cv_device_v3: | ||
description: Manage Provisioning topology. | ||
name: cv_device_v3 | ||
namespace: '' | ||
version_added: 3.0.0 | ||
cv_facts: | ||
description: Collect facts from CloudVision Portal. | ||
name: cv_facts | ||
namespace: '' | ||
version_added: 1.0.0 | ||
cv_facts_v3: | ||
description: Collect facts from Cloudvision | ||
name: cv_facts_v3 | ||
namespace: '' | ||
version_added: 3.3.0 | ||
cv_image_v3: | ||
description: EOS Image management with Cloudvision | ||
name: cv_image_v3 | ||
namespace: '' | ||
version_added: 3.3.0 | ||
cv_tag_v3: | ||
description: Create/Assign/Delete/Unassign tags on CVP | ||
name: cv_tag_v3 | ||
namespace: '' | ||
version_added: 3.4.0 | ||
cv_task: | ||
description: Execute or Cancel CVP Tasks. | ||
name: cv_task | ||
namespace: '' | ||
version_added: 1.0.0 | ||
cv_task_v3: | ||
description: Execute or Cancel CVP Tasks. | ||
name: cv_task_v3 | ||
namespace: '' | ||
version_added: 3.0.0 | ||
netconf: {} | ||
shell: {} | ||
strategy: {} | ||
vars: {} | ||
version: 3.4.0 |
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,31 @@ | ||
ancestor: null | ||
releases: | ||
3.4.0: | ||
changes: | ||
bugfixes: | ||
- Fix Changed pytest to check for a warning (https://github.com/aristanetworks/ansible-cvp/issues/485) | ||
- Fix(cv_container_v3) Cannot remove containers anymore (https://github.com/aristanetworks/ansible-cvp/issues/487) | ||
- Fix(cv_device_v3) device lookup to use search_key instead of FQDN always (https://github.com/aristanetworks/ansible-cvp/issues/483) | ||
- Fix(image_tools) Change from error to warning if image already exists (https://github.com/aristanetworks/ansible-cvp/issues/471) | ||
minor_changes: | ||
- Feat (dhcp_configuration) add a name to the dhcp record (https://github.com/aristanetworks/ansible-cvp/issues/481) | ||
- Feat Add support for change controls (https://github.com/aristanetworks/ansible-cvp/issues/464) | ||
- Feat Add svc account token auth method for on-prem and standardize it with | ||
cvaas (https://github.com/aristanetworks/ansible-cvp/issues/458) | ||
- Feat Facts update (https://github.com/aristanetworks/ansible-cvp/issues/469) | ||
- Feat New module to support topology tags (https://github.com/aristanetworks/ansible-cvp/issues/459) | ||
- Feat(cv_facts_v3) Show assigned image bundles on devices and containers (https://github.com/aristanetworks/ansible-cvp/issues/488) | ||
- Feat(module_utils) Raise NotImplementedError if encrypted Vault password (https://github.com/aristanetworks/ansible-cvp/issues/479) | ||
release_summary: 'Release 3.4.0 - See documentation on cvp.avd.sh for details. | ||
' | ||
fragments: | ||
- v3.4.0.yml | ||
modules: | ||
- description: Change Control management with Cloudvision | ||
name: cv_change_control_v3 | ||
namespace: '' | ||
- description: Create/Assign/Delete/Unassign tags on CVP | ||
name: cv_tag_v3 | ||
namespace: '' | ||
release_date: '2022-07-21' |
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,32 @@ | ||
changelog_filename_template: ../CHANGELOG.rst | ||
changelog_filename_version_depth: 0 | ||
changes_file: changelog.yaml | ||
changes_format: combined | ||
ignore_other_fragment_extensions: true | ||
keep_fragments: false | ||
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: Arista.Cvp | ||
trivial_section_name: trivial | ||
use_fqcn: true |
16 changes: 16 additions & 0 deletions
16
ansible_collections/arista/cvp/changelogs/fragments_backup/v3.4.0.yml
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,16 @@ | ||
release_summary: | | ||
Release 3.4.0 - See documentation on cvp.avd.sh for details. | ||
minor_changes: | ||
- Feat (dhcp_configuration) add a name to the dhcp record (https://github.com/aristanetworks/ansible-cvp/issues/481) | ||
- Feat Add support for change controls (https://github.com/aristanetworks/ansible-cvp/issues/464) | ||
- Feat Add svc account token auth method for on-prem and standardize it with cvaas (https://github.com/aristanetworks/ansible-cvp/issues/458) | ||
- Feat New module to support topology tags (https://github.com/aristanetworks/ansible-cvp/issues/459) | ||
- Feat Facts update (https://github.com/aristanetworks/ansible-cvp/issues/469) | ||
- Feat(cv_facts_v3) Show assigned image bundles on devices and containers (https://github.com/aristanetworks/ansible-cvp/issues/488) | ||
- Feat(module_utils) Raise NotImplementedError if encrypted Vault password (https://github.com/aristanetworks/ansible-cvp/issues/479) | ||
|
||
bugfixes: | ||
- Fix(image_tools) Change from error to warning if image already exists (https://github.com/aristanetworks/ansible-cvp/issues/471) | ||
- Fix Changed pytest to check for a warning (https://github.com/aristanetworks/ansible-cvp/issues/485) | ||
- Fix(cv_container_v3) Cannot remove containers anymore (https://github.com/aristanetworks/ansible-cvp/issues/487) | ||
- Fix(cv_device_v3) device lookup to use search_key instead of FQDN always (https://github.com/aristanetworks/ansible-cvp/issues/483) |
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
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 |
---|---|---|
|
@@ -173,4 +173,4 @@ Examples: | |
Author | ||
~~~~~~ | ||
|
||
* EMEA AS Team (@aristanetworks) | ||
* Ansible Arista Team (@aristanetworks) |
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 |
---|---|---|
|
@@ -114,4 +114,4 @@ Examples: | |
Author | ||
~~~~~~ | ||
|
||
* EMEA AS Team (@aristanetworks) | ||
* Ansible Arista Team (@aristanetworks) |
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 |
---|---|---|
|
@@ -145,4 +145,4 @@ Examples: | |
Author | ||
~~~~~~ | ||
|
||
* EMEA AS Team (@aristanetworks) | ||
* Ansible Arista Team (@aristanetworks) |
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 |
---|---|---|
|
@@ -128,4 +128,4 @@ Examples: | |
Author | ||
~~~~~~ | ||
|
||
* EMEA AS Team (@aristanetworks) | ||
* Ansible Arista Team (@aristanetworks) |
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 |
---|---|---|
|
@@ -182,4 +182,4 @@ Examples: | |
Author | ||
~~~~~~ | ||
|
||
* EMEA AS Team (@aristanetworks) | ||
* Ansible Arista Team (@aristanetworks) |
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 |
---|---|---|
|
@@ -159,4 +159,4 @@ Examples: | |
Author | ||
~~~~~~ | ||
|
||
* EMEA AS Team (@aristanetworks) | ||
* Ansible Arista Team (@aristanetworks) |
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 |
---|---|---|
|
@@ -120,4 +120,4 @@ Examples: | |
Author | ||
~~~~~~ | ||
|
||
* EMEA AS Team (@aristanetworks) | ||
* Ansible Arista Team (@aristanetworks) |
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 |
---|---|---|
|
@@ -95,4 +95,4 @@ Examples: | |
Author | ||
~~~~~~ | ||
|
||
* EMEA AS Team (@aristanetworks) | ||
* Ansible Arista Team (@aristanetworks) |
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 |
---|---|---|
|
@@ -152,4 +152,4 @@ Examples: | |
Author | ||
~~~~~~ | ||
|
||
* EMEA AS Team (@aristanetworks) | ||
* Ansible Arista Team (@aristanetworks) |
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 |
---|---|---|
|
@@ -126,4 +126,4 @@ Examples: | |
Author | ||
~~~~~~ | ||
|
||
* EMEA AS Team (@aristanetworks) | ||
* Ansible Arista Team (@aristanetworks) |
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 |
---|---|---|
|
@@ -86,4 +86,4 @@ Examples: | |
Author | ||
~~~~~~ | ||
|
||
* EMEA AS Team (@aristanetworks) | ||
* Ansible Arista Team (@aristanetworks) |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.