Skip to content

Conversation

@lastwednesday
Copy link
Contributor

Fixes: #5630

This proposal will add the QSFP+ (64GFC) interface type for FibreChannel into the netbox/dcim/choices.py script

TYPE_8GFC_SFP_PLUS = '8gfc-sfpp'
TYPE_16GFC_SFP_PLUS = '16gfc-sfpp'
TYPE_32GFC_SFP28 = '32gfc-sfp28'
TYPE_64GFC_QSFP_PLUS = '64gfc-sfpp'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The slug for this value should indicate QSFP+, not SFP+.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok I will adjust that. I was following the example of the existing 128GFC QSFP28. Should that one be updated as well?

Currently it is:
TYPE_128GFC_QSFP28 = '128gfc-sfp28'

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not alter any other values, as that would break existing installations.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have updated the slug to be 64gfc-qsfpp now as mentioned.

@DanSheps DanSheps merged commit 0dd6d55 into netbox-community:develop Mar 1, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Request to add QSFP+ (64GFC) interface type option

3 participants