[swss_vars]: Add 'resource_type' attribute. (#7188)
Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com>
This commit is contained in:
parent
a0fde3a626
commit
0e970582c1
@ -2,5 +2,6 @@
|
|||||||
"asic_type": "{{ asic_type }}",
|
"asic_type": "{{ asic_type }}",
|
||||||
"asic_id": "{{ DEVICE_METADATA.localhost.asic_id }}",
|
"asic_id": "{{ DEVICE_METADATA.localhost.asic_id }}",
|
||||||
"mac": "{{ DEVICE_METADATA.localhost.mac }}",
|
"mac": "{{ DEVICE_METADATA.localhost.mac }}",
|
||||||
"synchronous_mode": {% if DEVICE_METADATA.localhost.synchronous_mode == "disable" %}"disable"{% else %}"enable"{% endif %}
|
"synchronous_mode": {% if DEVICE_METADATA.localhost.synchronous_mode == "disable" %}"disable"{% else %}"enable"{% endif %},
|
||||||
|
"resource_type": "{{ DEVICE_METADATA.localhost.resource_type }}"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user