%PDF- %PDF-
| Direktori : /proc/thread-self/root/proc/self/root/lib/python2.7/site-packages/salt/states/ |
| Current File : //proc/thread-self/root/proc/self/root/lib/python2.7/site-packages/salt/states/net_napalm_yang.pyc |
�
���^c @@ s� d Z d d l m Z m Z m Z d d l Z e j e � Z y d d l Z e
Z Wn e k
rl e
Z n Xd d l Z d d l Z d d l Z d d l Z d d l Z d Z d � Z d � Z d � Z d S( u
NAPALM YANG state
=================
Manage the configuration of network devices according to
the YANG models (OpenConfig/IETF).
.. versionadded:: 2017.7.0
Dependencies
------------
- napalm-yang
- pyangbing > 0.5.11
To be able to load configuration on network devices,
it requires NAPALM_ library to be installed: ``pip install napalm``.
Please check Installation_ for complete details.
.. _NAPALM: https://napalm.readthedocs.io
.. _Installation: https://napalm.readthedocs.io/en/latest/installation.html
i ( t absolute_importt print_functiont unicode_literalsNu napalm_yangc C@ s) t s t d f St j j j t t t � S( u�
NAPALM library must be installed for this module to work and run in a (proxy) minion.
This module in particular requires also napalm-yang.
uH Unable to load napalm_yang execution module: please install napalm-yang!( t HAS_NAPALM_YANGt Falset saltt utilst napalmt virtualt __opts__t __virtualname__t __file__( ( ( s? /usr/lib/python2.7/site-packages/salt/states/net_napalm_yang.pyt __virtual__<