napalm-automation / napalm-yang

Bindings for napalm based on YANG models
Apache License 2.0
54 stars 44 forks source link

Adding OC bindings for ACL and QoS, and fast forward the oc-interface… #127

Closed mirceaulinic closed 5 years ago

mirceaulinic commented 6 years ago

… which suffered some minor changes

Obtained running make models_openconfig:

.PHONY: models_openconfig
models_openconfig:
    rm -rf $(MODELS_PATH)/openconfig/
    $(PYANGBING) \
        --path $(YANG_OC) \
        --split-class-dir=$(MODELS_PATH)/openconfig/ \
        $(YANG_OC)/network-instance/openconfig-network-instance.yang \
        $(YANG_OC)/interfaces/*.yang \
        $(YANG_OC)/platform/*.yang \
        $(YANG_OC)/vlan/*.yang \
        $(YANG_OC)/system/*.yang \
        $(YANG_OC)/qos/*.yang \
        $(YANG_OC)/acl/*.yang \
        $(YANG_NAPALM)/interfaces/*.yang
dbarrosop commented 6 years ago

Mmm, this is breaking things. Let me take a quick look.

dbarrosop commented 5 years ago

Unfortunately I don't have the cycles to keep maintaining this project so as of now it's officially abandoned. If someone wants to fork the project and maintain it don't hesitate to contact me to add a link to the fork and direct existing and new users to the new fork. However, I'd recommend checking the following alternative:

Yangify has a cleaner interface that is easier to maintain and happens to be orders of magnitude faster and also more memory efficient.

If you are an existing user of napalm-yang and are worried about this announcement and/or want help migrating to some other project don't hesitate to contact me.