-
Couldn't load subscription status.
- Fork 1.2k
@renaniam XGM3S-2xf creation - module types #1058
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
Conversation
…o the module-types
|
@renaniam Please review this and make sure it is ready to be merged, I have created it in the module-types folder |
|
@renaniam I fixed the extra variables that do not belong in module-types. Once again though, are the ports actually referred to as I have named them |
|
In case of X460-48T theres 52 GE Ports (48 GE Cooper + 4 GE SFP), but there's others Summit models with less than 48 ports. Diferentily of others devices, when you put a module there's no slot number, in that Extreme Switch model are just add other interfaces. So, without module we willl find 52 ports GE, when you put this module will be incriased more 2 interfaces numbered by 53 and 54. There's a XGM3SB-4sf, in that case will be incriased more 4 ports 53, 54, 55 and 56. In case of SummitStack Module or SummitStack-v80 Module always be the unreacheable ports as 57 and 58 because is not in interface list. Thanks for all! |
|
Hm, I am thinking of how to handle this then @renaniam |
|
Unfortunately I'm don't had one to make a test, but I suppose that's correct. |
|
I dont have a great way to model this then, since they do not have a unique name this is going to be a tough one. I will add the |
|
This PR has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further progress is made. |
|
Hello, unfortunately today we had to make a change to the schema in which weight is defined by. The upstream NetBox API requires weight to be passed to it in the following format: Due to this change, I have updated your branch against the current master. This might require you to update your PR, if you had weight currently defined, so that your PR is in-line with the new weight schema. If you have any issues, please let me know or refer to this PR for more information. |
Assisting @renaniam with moving this module definition they created to the module-types
Reference is #1055