Skip to content

Conversation

@github-actions
Copy link

This PR contains a snapshot of master from upstream master.

juliakreger and others added 17 commits May 27, 2025 08:45
When neutron changed to using uwsgi only, it automatically excluded
configuration parameters needed to supply configuration to launch ML2
plugins in the standard style of devstack, because the pattern only
allowed for auto-configuration which only loads two files, or from
a files in a single directory pattern, or a list of files supplied
by environment variable.

Ideally, we'd be able to restart neutron as well. We can't due to when
things happen upstream; the post-config phase is not always late enough
since neutron does some configuration there, the extra phase is too late
as Ironic will be setting up nodes there. For now, we're relying on a
race condition that we reliably win.

Change-Id: I5cfd1fc247043ede9b71252ee681ce2ca413ede6
Signed-off-by: Jay Faulkner <[email protected]>
This eliminates one of the two implied ordering things we're relying on.
We should now be OK if networking_generic_switch is configured before
neutron. We are still relying on implied behavior of neutron services
restarting sometime after our work in the post-config phase.

Change-Id: I5a763b74ea349a74c66feca38ded46cda91d82a4
This removes explicit eventlet usages in NGS, enabling us to be
compatible when neutron is done with their migration.

Generated-By: claude-code
Change-Id: I4ec319a19e8c27689babeef023eddb4f6e1dd918
Change-Id: I593a0c44b4ad3638875bc6959a3aea8feebdba0e
When security group support is added, device objects need to be shared
between the existing mechanism driver and also a service plugin. This
change invokes drivers and stores them in a single global DEVICES dict.

Change-Id: I5cd5880cded950cd5f3cfff6c77750f44e92618e
Related-Bug: #2110760
These functions are useful for future neutron plugins which are not the
mechanism driver, so they are moved to utils.

Change-Id: I3a87a96f7fe220a05b584f6ef261edec61ed4da2
Related-Bug: #2110760
By populating the command variables with template strings, this change
validates that the expected commands and substitutions are occuring.

Change-Id: I16e0f6b5ff0fd9a25334c1f4deae26656e167b87
Adds a Sphinx directive to parse each file in the netmiko devices folder
and return documentation containing the switch, command modules capable
of being executed by the switch, and the CLI commands sent to the switch
when the command module is selected.

Change-Id: Ie49b158be44d517c82b8f6647096fd8ec6cc903c
Signed-off-by: mumesan <[email protected]>
Convert port/timeout options from str to int/float,
fixing type errors raised by ConnectHandler.

Closes-Bug: #2110111
Change-Id: I9a4a1f857d2ace7c87cfbd6ed56356c1ed227caf
Signed-off-by: Afonne-CID <[email protected]>
@github-actions github-actions bot added automated Automated action performed by GitHub Actions synchronisation labels Jun 16, 2025
@github-actions github-actions bot requested a review from a team as a code owner June 16, 2025 06:26
@priteau priteau closed this Jun 16, 2025
@priteau priteau reopened this Jun 16, 2025
@priteau priteau closed this Jun 23, 2025
@priteau priteau reopened this Jun 23, 2025
@priteau priteau merged commit 2e0c5d1 into stackhpc/master Jun 24, 2025
12 checks passed
@priteau priteau deleted the upstream/master-2025-06-16 branch June 24, 2025 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated Automated action performed by GitHub Actions synchronisation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants