Skip to content
Snippets Groups Projects
Commit 40a6b77b authored by ak@geant.org's avatar ak@geant.org
Browse files

add cards

parent 8cf03990
Branches
Tags 0.47
1 merge request!33add cards
Pipeline #84739 passed
{% for card in nokia_cards %}
<card xmlns="urn:nokia.com:sros:ns:yang:sr:conf" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nokia-attr="urn:nokia.com:sros:ns:yang:sr:attributes" alu:operation="replace">
<slot-number>{{ card.slot }}</slot-number>
<admin-state>enable</admin-state>
<card-type>{{ card.card_type }}</card-type>
{% for mda in card.mdas %}
<mda>
<mda-slot>{{mda.mda_slot}}</mda-slot>
<admin-state>enable</admin-state>
<mda-type>{{ mda.mda_type }}</mda-type>
<level>{{ mda.mda_level }}</level>
</mda>
{% endfor %}
</card>
{% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment