Attempting to set NTP servers on EOS results in a failed state due to mismatched template names:
root@saltmaster:~/napalm-salt/napalm# salt veos1 state.sls router.ntp
veos1:
----------
ID: cf_ntp
Function: netntp.managed
Result: False
Comment: Cannot set NTP servers: Cannot execute "load_template" on veos1 as bewing. Reason: Config template set_ntp_servers.j2 is not defined under /usr/local/lib/python2.7/dist-packages/napalm_eos/templates!
Configuration discarded.
Started: 13:13:43.103899
Duration: 391.778 ms
Changes:
----------
servers:
----------
added:
- 192.168.0.1
Summary for veos1
------------
Succeeded: 0 (changed=1)
Failed: 1
------------
Total states run: 1
Total run time: 391.778 ms
ERROR: Minions returned with non-zero exit code
Note that the template files are named set|delete_ntp_peers.j2, not set|delete_ntp_servers.j2. Not sure if it's incorrect in napalm-eos or what
Attempting to set NTP servers on EOS results in a failed state due to mismatched template names:
Note that the template files are named set|delete_ntp_peers.j2, not set|delete_ntp_servers.j2. Not sure if it's incorrect in napalm-eos or what
Environment: