This repository was archived by the owner on Dec 17, 2025. It is now read-only.
Ovn bgp agent - #2
Draft
MatusJenca2 wants to merge 36 commits into
Draft
Conversation
This library was used by oslo.log but isn't now. It's being removed from global-requirements so let's drop it from openstack-base. Depends-On: https://review.opendev.org/c/openstack/requirements/+/917831 Change-Id: Ie91b533047d59e19bdd56f3a999e377d49a745a8
ovn-bgp-agent [1] is a new component that exposes VMs/containers through BGP on OVN environments. This change extends kolla to be also able to build images for ovn-bgp-agent and FRR, as this is a requirement for ovn-bgp-agent. Furthermore, it also extends the horizon integration to enable the BGPVPN dashboard plugin. [1] https://opendev.org/openstack/ovn-bgp-agent Change-Id: I788fbb76af3cd2fc4bd1cafb6004ba09c2362db6
Change-Id: Ie135a8e678cdd408311001e8fb33e17f6c08e64e
Since packages are installed using root during image build - we need to use sudo when updating those packages when using dev-mode. Change-Id: Idf14e334d50abeb1719563b1733af0b8425b3b55
This reverts commit 3c49991. Reason for revert: bug fixed upstream opensearch-project/OpenSearch-Dashboards#8097 Change-Id: Icc810554dc877c9dedaf26609d59a93059a38ba7
Since aarch64 OpenDev nodes currently have issues that cause builds to time out (and we can't extend over 3 hours since that's OpenDev maximum). Change-Id: I20d8b7b6de007866f73c41272682f4532987c9e7
This package provides a standalone sysusers binary with minimal dependencies, designed for use in non-systemd environments. This package simply ensures that all packages that want to install systemd as dependency will have to settle for this one because the systemd package breaks systemd-standalone-sysusers, as it is an alternative. [1] https://packages.debian.org/bookworm/systemd-standalone-sysusers [2] https://packages.ubuntu.com/noble/systemd-standalone-sysusers Change-Id: I3ba85069c265844bd2f8b5e6d2b14f32e4898cfd
Add setuptools because Python3.12 dropped distutils Needed-By: https://review.opendev.org/c/openstack/kolla-ansible/+/925581 Change-Id: Ie12c43dc1de122c203edc28181366457ccd67834
This reverts commit fd4f1a8. Reason for revert: Switching to builds on x86 Change-Id: If615c27f3cdf779b773f333845419d09a552aa9b
Change-Id: I5c69d288a427d708b42deadac872a3a7368181e3
This patch bump proxysql 2.6.x to 2.7.x Change-Id: I6e726d8ebf9dbc6d019dd72d6d0be9d9957a3f22
This role can be then used in kolla-ansible instead of setup_gate.sh Change-Id: Ibf04bd90a15e7d3949214d15a8b8e25f2050bb65
Change-Id: Ic7cb4e97deb04a82fd73238adbe5b4b74a6a50a0
Change-Id: I219418411470bdeae9af84277f5150a623c05e69
bf04bd90a15e7d3949214d15a8b8e25f2050bb65 omitted the --platform option Change-Id: I4febdf6b391bb7320ea30e1ca71fed81e332021d
it should be the same as in repos.yaml Change-Id: Ieb413f7a4bd1989d7f29309368b6b218d1395e0b
The 'syslinux' package is not available on aarch64, so it is only included in the ironic conductor packages for x86_64 systems. Related-Bug: #1749780 Change-Id: I3eea308a0a70e47dd3b185eece106185b25616f5
ProxySQL reports its version to MySQL clients, causing the backup process to fail when ProxySQL is used. This patch adds a new script that handles backups from the replica server directly, without modifying the original backup script. The new script retrieves the server address via the load balancer and connects directly to the replica server to execute the backup. Moreover, this reduces the risk that the backup will be inconsistent or that it will block OpenStack MySQL clients, because they are connected to a different server, and no one is connected to the replica, or that it will overload the load balancer (such as ProxySQL or HAProxy) which listens on the VIP. Closes-Bug: #2080818 Change-Id: Ibf7e40e8b059d733e114963022df06180249c650
Closes-Bug: #2067050 Change-Id: Ife426c073048ff27bdfd9f3af30aaaab8c2e4497
Change-Id: I5f2177b7c2edc0e35ed2e8e9bdfc4be2f262309f
Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/933312 Change-Id: I0ce9e907594fd160a08ad7929d5bc4bca9abf536
Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/933312 Change-Id: I9a671d63dc6c6919609b667704bc3ce6d91fa22b
Add file to the reno documentation build to show release notes for stable/2024.2. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/2024.2. Sem-Ver: feature Change-Id: Ib8db1e811fc8bae9600730536a48b6358cbcf76d
Author
|
This PR is a part of SovereignCloudStack/issues#614 |
Dashboard UI for BPGVPN wasn't properly installed in Horizon image. Change-Id: I47aea578c7516a40f14e1a9f918c371d263980b2
Change-Id: If9bab1494fe0ff73a20c11002168f793521ad091 Signed-off-by: Ivan Vnučko <ivan@vnucko.com>
16 tasks
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.