From 772eb8bf5679c336e447fa490becc4179e3ef3d6 Mon Sep 17 00:00:00 2001 From: SydneyCaulfeild <47483016+SydneyCaulfeild@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:32:07 -0700 Subject: [PATCH] Indicate that model-name is required. --- release/models/platform/openconfig-platform.yang | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/release/models/platform/openconfig-platform.yang b/release/models/platform/openconfig-platform.yang index 970b6502b..5788f5096 100644 --- a/release/models/platform/openconfig-platform.yang +++ b/release/models/platform/openconfig-platform.yang @@ -548,8 +548,11 @@ module openconfig-platform { leaf model-name { type string; description - "The model of a component. The model-name is optional and - should only be populated if part-no is also populated."; + "The hardware model name of a component. This is the hardware + name that would be found in a device catalog and is often the + orderable name of the component. This is required for all FRU + (field replaceable unit) components (i.e., + /components/component/state/removable=TRUE)."; } leaf clei-code {