-
Notifications
You must be signed in to change notification settings - Fork 672
Add FPGA, GRUB, ONIE platform types #1334
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
base: master
Are you sure you want to change the base?
Conversation
/gcbrun |
No major YANG version changes in commit 7039d25 |
/gcbrun |
With only one leaf for component/bootloader (type), it's redundant to /components/component/state/type. If we had bootloader specific leaves, then I would strongly favor adding /components/component/bootloader. The only other leaf I can think to add is also covered as generic component leaves (/components/component/state/firmware-version) What if we add the additional/more specific bootloader identities as children of
I think this is slightly simpler as it maintains the existing, single, flat identity tree for If we expected a large number (10+ ?) of bootloaders then a new, nested bootloader identity seems better. But there just aren't that many bootloaders for network devices and they are not rapidly changing. On the whole, I don't see any of these suggestions as wrong. But I would like to not spend too much energy on this issue as I think this is a low impact change. 😉 |
uboot, syslinux, lilo.... all additionals so now we are getting into flavors - so far identities have been mostly generic so if we choose to take this approach vs. put the detail within distinct leafs under a new container such as To draw another correlation, we could have all sorts of "flavors" of controller cards or linecards but we would find another means (another leaf) to describe the flavor of the generic types of |
I've introduced |
/gcbrun |
…ig_public into bootloadertypes
…ig_public into bootloadertypes
/gcbrun |
…ig_public into bootloadertypes
…ig_public into bootloadertypes
/gcbrun |
1 similar comment
/gcbrun |
…ig_public into bootloadertypes
…ig_public into bootloadertypes
/gcbrun |
…ig_public into bootloadertypes
…ig_public into bootloadertypes
/gcbrun |
…ig_public into bootloadertypes
…ig_public into bootloadertypes
/gcbrun |
…ig_public into bootloadertypes
…ig_public into bootloadertypes
/gcbrun |
Change Scope
boot-loader-subtype
leaf was considered. Ultimately that approach was rejected since it requires an additional leaf, and boot loader types aren't expected to proliferate.Platform Implementations