Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Jun 9, 2025

This PR contains a snapshot of master from upstream master.

juliakreger and others added 11 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
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 requested a review from a team as a code owner June 9, 2025 06:26
@github-actions github-actions bot added automated Automated action performed by GitHub Actions synchronisation labels Jun 9, 2025
@priteau priteau closed this Jun 11, 2025
@priteau priteau reopened this Jun 11, 2025
@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 7ec472a into stackhpc/master Jun 24, 2025
12 checks passed
@priteau priteau deleted the upstream/master-2025-06-09 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.

6 participants