This module defines data related to CONTROLLER_CARD components in the openconfig-platform model
Version: 2024-04-10
module openconfig-platform-controller-card { yang-version 1; namespace "http://openconfig.net/yang/platform/controller-card"; prefix oc-ctrl-card; import openconfig-platform { prefix oc-platform; } import openconfig-extensions { prefix oc-ext; } organization "OpenConfig working group"; contact "OpenConfig working group www.openconfig.net"; description "This module defines data related to CONTROLLER_CARD components in the openconfig-platform model"; revision "2024-04-10" { description "Added details on power-admin-state leaf"; reference "0.2.0"; } revision "2022-07-28" { description "Initial revision"; reference "0.1.0"; } oc-ext:openconfig-version "0.2.0"; oc-ext:catalog-organization "openconfig"; oc-ext:origin "openconfig"; grouping controller-card-config { description "Configuration data for controller card components"; uses oc-platform:component-power-management; } // grouping controller-card-config augment /oc-platform:components/oc-platform:component/oc-platform:controller-card/oc-platform:config { description "Configuration data for controller card components. A controller-card can be configured for persistent powered-off mode using the config/power-admin-state leaf. The reference path below defines rules for such a configuration."; reference "Rules around power-off configuration in controller-cards: https://github.com/openconfig/public/blob/master/doc/controller-card_poweroff.md"; uses controller-card-config; } augment /oc-platform:components/oc-platform:component/oc-platform:controller-card/oc-platform:state { description "Adding controller card data to physical inventory. This subtree is only valid when the type of the component is CONTROLLER_CARD."; uses controller-card-config; } } // module openconfig-platform-controller-card
© 2023 YumaWorks, Inc. All rights reserved.