napalm-salt
napalm-salt copied to clipboard
Modules for event-driven network automation and orchestration using Salt
Opening this as I believe it to be a bug/undesirable state. When refresh grains or any sync activity on the proxy (`saltutil.sync_all`) grains populated by Napalm are reset to 'None'...
Hi! I think the install instructions in the README should now use python3. On Debian (buster) at least, I also had to install python3-setuptools, rustic and cargo for it to...
Hello. I'm trying to run the netusers.managed via a state. I'm actualy using the example SLS as referenced here: https://docs.saltstack.com/en/master/ref/states/all/salt.states.netusers.html ``` [root@salt-junos]# salt 'spsw-1*' state.apply pit1/baseline test=True spsw-101.pit1: ---------- ID:...
{%- for device in pillar.devices %} Startup the Proxy for {{ device }}: service.running: - name: salt-proxy@{{ device }} {%- endfor %} does not work when using a proxy minion...
Hi everyone I´m new here so I´ll apreciate all your support (note: sorry for my weak english) So I have a problem wht my code I try to do a...
Hello, I try to update a switch via napalm.netmiko_commands. My command looks like that: salt 'SW' napalm.netmiko_commands "archive download-sw /overwrite http://10.100.31.110/c3560cx-universalk9-tar.152-4.E7.tar" delay_factor=20 max_loops=1000 expect_string="All software images installed." When I try...
Hi, I'm trying to use a Salt Engine running within a Proxy Minion process to periodically execute remote commands. Every 10 seconds the engine attempts to call net.ping on the...
Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/salt/utils/napalm.py", line 167, in call out = getattr(napalm_device.get('DRIVER'), method)(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/napalm_panos/panos.py", line 528, in get_interfaces interface_info_json = json.dumps(interface_info_xml['response']['result']['hw']) KeyError: u'hw' The panos.py code...
Hi, currently the 0.0.2 release tries to "from pip.req import parse_requirements", that should be changed to try both the new and old ways: ``` try: # for pip >= 10...
Hi, I followed you setup in the README. A salt 'mydevice' test.ping works. Also all functions work. Nice work. Thanks. But when I want to test a state, I get...