Skip to content

Commit

Permalink
Doc: Update cvp version support for schedule option (#546)
Browse files Browse the repository at this point in the history
* Doc: added cvp version for schedule option in cv_change_control_v3

* adding changes in the correct readme file

* Apply suggestions from code review
  • Loading branch information
sugetha24 authored Nov 2, 2022
1 parent cd8eac9 commit 20e211f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ansible_collections/arista/cvp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ This repository provides content for Ansible's collection **arista.cvp** with fo
- [**arista.cvp.cv_task_v3**](docs/modules/cv_task_v3.rst/) - Run tasks created on CVP.
- [**arista.cvp.cv_facts_v3**](docs/modules/cv_facts_v3.rst/) - Collect information from CloudVision.
- [**arista.cvp.cv_image_v3**](https://cvp.avd.sh/en/latest/docs/modules/cv_image_v3.rst/) - Create EOS images and bundles on CloudVision.
- [**arista.cvp.cv_tag_v3**](https://cvp.avd.sh/en/latest/docs/modules/cv_tag_v3.rst/) - Create, delete, assign and unassign tags on CloudVision.
- [**arista.cvp.cv_change_control_v3**](https://cvp.avd.sh/en/latest/docs/modules/cv_change_control_v3.rst/) - Manage change controls on CloudVision.

### List of available roles

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
- `state: approve`: Approve Change control
- `state: unapprove`: Unpprove Change control
- `state: execute`: Execute Change control
- `state: schedule`: Schedule Change control
- `state: schedule`: Schedule Change control (available only on CVP 2022.1.0 and newer or CVaaS)
- `state: approve_and_execute`: Approve and Execute Change control
- `state: schedule_and_approve`: Schedule and Approve Change control
- `state: schedule_and_approve`: Schedule and Approve Change control (available only on CVP 2022.1.0 and newer or CVaaS)
- `change`: A dict, with the structure of the change. The change dict is structured as follows:

```yaml
Expand Down

0 comments on commit 20e211f

Please sign in to comment.