Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing leaf to indicate working or protection state of a board #488

Open
alfredogonzalezmuniz opened this issue Jun 9, 2020 · 1 comment

Comments

@alfredogonzalezmuniz
Copy link

Reviewing the tapi-equipment model the "common-actual-properties" container needs a leaf for the protection-status of the card. Mainly for cross-connect boards but also for others

leaf is-protected {
type enumeration {
enum WORKING {
description
“Working board with a backup board";
}
enum PROTECTION {
description
" Protection board ready for backup in case of failure of the working board ";
}
enum NO_PROTECTED {
description
" Simple board without protection or backup board ";
}
}
description
“Crossconnetion boards and other protected boards need to expose the status of the protection and wich is the working and the protection board in a 1+1 or a 1+N protection scenario";

@arthurMll
Copy link
Collaborator

Additionally, it would be required to add further status information across the whole equipment model.

Taking as a reference the IETF yang model for Hardware Management https://datatracker.ietf.org/doc/rfc8348/, it may be worthy to analyze to include similar information in TAPI too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants