forked from openstack/networking-generic-switch
-
Notifications
You must be signed in to change notification settings - Fork 4
Synchronise master with upstream #110
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
Open
github-actions
wants to merge
15
commits into
stackhpc/master
Choose a base branch
from
upstream/master-2025-03-31
base: stackhpc/master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
As NGS inherits from neutron-lib's api.MechanismDriver, `connectivity` must be overridden, or it will return `portbindings.CONNECTIVITY_LEGACY`, rather than what we want, `CONNECTIVITY_L2`. Fixes-Bug: #2097803 Change-Id: I0c9ba7942d6e7c01f6ca77a49ae8fe447db30baf
To enable switch testing with NGS, we need to be able to configure something *aside* from the OVS support in NGS. This functionally disables some of the plugin's interactions, so devstack can be used to help facilitate the complex network integration testing. Change-Id: I61d7e80fddac7d046bd461d4487f0e3e233ffd2d
Detect and raise port configuration failures when attempting to configure a port on a Dell Force10 switch that's not in Layer-2 mode, preventing incorrect port binding. Closes-Bug: #2100641 Change-Id: I9e86d1bb5004c9a2e8a984e54edc15e96bb52310
With this patch ngs starts supporting attaching of trunk port to baremetal server. Only VLAN Neutron network is supported. Closes-Bug: #1653968 Co-Authored-By: Vasyl Saienko <[email protected]> Co-Authored-By: Will Szumski <[email protected]> Co-Authored-By: Mark Goddard <[email protected]> Co-Authored-By: Seunghun Lee <[email protected]> Depends-On: https://review.opendev.org/c/openstack/ironic/+/941023 Change-Id: I978cb6b1ea8c049b40aaf1b305d0d0f033282299
Change-Id: Id8b90b1a4c2dca244d039bbdffd6030ed99cc1af
Sanitize error messages generated by Netmiko on the event of a connection failure and redact sensitive information before it's propagated. Currenly, when a connection to a network device fails, sensitive information such as IP address, username, etc, are logged alongise the error message. Closes-Bug: #2100566 Change-Id: I124d44f161e3116ec2588617ed98d559f6fe3b1f
... and detail as much hidden configuration detail to aid operators to understand what they might need to do to leverage OS9 and OS10 switches. Change-Id: I05989ba756605056ff4cf027dcee4ee05daebbe4
Add file to the reno documentation build to show release notes for stable/2025.1. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/2025.1. Sem-Ver: feature Change-Id: I06f75d67f95c11b8bf48da1a198731eaf57d7de5
Change-Id: I32299e02bd6743814f1f38d5b05d98895fd2e207
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains a snapshot of master from upstream master.