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