Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
"name": "dccsw03.nw",
"hwsku": "Arista",
"type": "SpineRouter",
"deployment_id": "1"
"deployment_id": "1",
"slice_type": "AZNG_Production"
},
{
"cluster": "AAA00PrdStr00",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ module sonic-device_neighbor_metadata {
leaf deployment_id {
type uint32;
}

leaf slice_type {
description "Metadata tag for the device.";
type string;
}

}
/* end of list DEVICE_NEIGHBOR_METADATA_LIST */
}
Expand Down
Loading