-
go-cvprac is currently missing support for [change control scheduling](https://aristanetworks.github.io/cloudvision-apis/examples/rest/changecontrol/#schedule-a-change-control), as well as other conve…
-
Hey Fred,
another issue I've found when I try to applyconfiglet to device, it prepends configlet to the list of existing configlets, which, my case, breaks the validation since it validates them in a…
-
Add `pip install --upgrade cvprac` to `get.avd.sh/atd/install.sh`
-
### Issue Summary
When cv_connect() is unable to import cvprac, we are setting a flag here:
https://github.com/aristanetworks/ansible-cvp/blob/ebcc2ebee58adc93d47938be219e5f397e6dc1c5/ansible_colle…
-
IIUC, `ApplyConfigletToDevice` does two things:
- actually set the configlet on a a device.
- create a tempaction
However this function does not create a tempaction when the configlet is alread…
-
CVP Version: cvp2020.1.2
The add_devices_to_inventory method adds the devices to the parent container but does not create the task to complete the addition to the parent container. It would be use…
-
I was attempting to adjust request timeout to 40 which I believed would affect all call methods in `CvpApi`, but it wasn't working for `get_configlets_and_mappers()`.
Debug snippet from my app:
``…
-
User creation works with default groups (network-admin, network-operator...) but not work user created roles
This is the error :
POST: https://www.cv-prod-na-northeast1-b.arista.io:443/cvpservice…
-
I see CvpApi provides a create_change_control method that works for older version of the API, that uses the documented /changeControl/addOrUpdateChangeControl.do service
However for newer versions …
-
## Issue
Tox is failing to read config file pyproject.toml even though it is a valid TOML file.
## Environment
Provide at least:
- OS: Ubuntu 22.04.1 LTS on WSL2
Output of pip list of…