virl2-client icon indicating copy to clipboard operation
virl2-client copied to clipboard

Client library for the Cisco VIRL 2 Network Simulation Platform

Results 17 virl2-client issues
Sort by recently updated
recently updated
newest added

These things are unused and unnecessary, will have no new users if kept for a bit longer (since they have no use) and are not worth the effort of deprecating...

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies

Still need to run tests, but those will mean minor fixes at most, so opening draft

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.3 to 3.9.4. Release notes Sourced from aiohttp's releases. 3.9.4 Bug fixes The asynchronous internals now set the underlying causes when assigning exceptions to the future objects...

dependencies

Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies

Hi, I want to shut down an abandoned lab at a certain period of time. The startup time of the lab can be obtained in the lab's BOOTED. However, virl2_client...

I've got a bunch of nodes up and I have a set of configs I want to write to each. How I use the API to write the start up...

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.5 to 3.10.2. Release notes Sourced from aiohttp's releases. 3.10.2 Bug fixes Fixed server checks for circular symbolic links to be compatible with Python 3.13 -- by...

dependencies

There seems to be a bug with the way `CA_BUNDLE` and `CML_VERIFY_CERT` are handled, the docstring says: https://github.com/CiscoDevNet/virl2-client/blob/5bf320f62214c39a5615d19fda9a932f67d332ce/virl2_client/virl2_client.py#L218-L220 For example, with the following `.virlrc`: ``` VIRL_HOST=cml-04 VIRL_USERNAME=user VIRL_PASSWORD=password CML_VERIFY_CERT=True CA_BUNDLE=False...