-
### Description of Issue/Question
Hello,
I stumbled upon an issue and hope you can help me. I have a process where a configuration is either written to or deleted from a Juniper firewall using Nor…
-
NAPALM has a YAML file which is using a Junos factory_loader as follows:
```
from jnpr.junos.factory import loadyaml
from os.path import splitext
_YAML_ = splitext(__file__)[0] + '.yml'
globals…
-
### Illegal Instruction Error on Debian docker
### Did you follow the steps from https://github.com/napalm-automation/napalm#faq
(Place an ``x`` between the square brackets where applicable)
- …
-
Hello,
I noticed that there are no Cisco IOS templates for "set_users" and "delete_users" as there are for other drivers (e.g. Junos, Cisco XR).
I am in the process of creating these templates, woul…
-
### Summary
When using the ec2_instance module, the examples and the table of parameters do not show the region parameter as being required. However, when running the module, the below error occurs:
…
-
##### SUMMARY
We want to run tasks that only change users or queues on our production brokers. Even if the user changes other settings it only should change the tasks with the tag. I see that the pla…
-
I tried using Napalm on a freshly installed Debian Jessie box and got the following error:
```
>>> from napalm_base import get_network_driver
>>> d = get_network_driver('junos')
Traceback (most recen…
-
Hello,
I'm getting "ValueError: malformed string" when using `--optional_args` to connect to a device via telnet.
I'm using the develop branches of both napalm-base (e21f10f5f26b02d15ed0e73fe4e647…
-
See details in the parent issue napalm-automation/napalm-base#214
-
# ISSUE TYPE
- Bug Report
# ANSIBLE VERSION
```
ansible --version
ansible 2.7.6
config file = /home/4032956/repos/network-automation/ansible.cfg
configured module search path …