-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
platform-configs/include/protectli-vp32xx.robot: add eth ports order #638
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Wiktor Mowinski <[email protected]>
@wiktormowinski is this finalized? Any test logs? Any reviewer to assign? I guess @miczyg1 could take a look once it's ready as he was involved in this test. |
@macpijan nowhere near, currently i am working on other issues, however i plan on completing this PR today |
@wiktormowinski I recommend looking at https://github.blog/news-insights/product-news/introducing-draft-pull-requests/ |
Generally it looks ok. THere should not be anything more needed for this test. Simply the ID must match the controllers PCI device ID and MACs have to exactly match those found on the platform in lab. |
Signed-off-by: Wiktor Mowinski <[email protected]>
Signed-off-by: Wiktor Mowinski <[email protected]>
@miczyg1 1. adding these is easy as log as there is a sticker on port or platform is aviable on snipeit and even if they are free there is some weird stuff going on them (for example on 2410 ubuntu is just going to grub and that's it)
|
Ad. 1. Each Protectli platform can boot DTS over iPXE. From DTS shell you may extract all the info you need. |
Signed-off-by: Wiktor Mowinski <[email protected]>
Signed-off-by: Wiktor Mowinski <[email protected]>
Signed-off-by: Wiktor Mowinski <[email protected]>
Signed-off-by: Wiktor Mowinski <[email protected]>
Signed-off-by: Wiktor Mowinski <[email protected]>
@@ -12,3 +12,5 @@ ${MAX_CPU_TEMP}= 95 | |||
${DMIDECODE_MANUFACTURER}= Protectli | |||
${DMIDECODE_VENDOR}= 3mdeb | |||
${DMIDECODE_FAMILY}= Vault Pro | |||
|
|||
${ETHERNET_ID}= 8086:1539 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see vp2420 has different port than vp2410. VP2430 will also have different. I would move it to the board-specific config rather than include into common vp24xx config.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
k makes sense, 30d89c0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should have changed only the platform-configs/include/protectli-vp24xx.robot
file. The rest was ok...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vp24xx is not a series of the same platform variant, it has 3 entirely different platofrm
Signed-off-by: Wiktor Mowinski <[email protected]>
No description provided.