This change was agreed during the Bobcat PTG to better reflect the
status of these projects in Kolla.
Change-Id: Ice2ff5eaa0991c65b6c534721f13182dbb27d14c
Skyline is a new dashboard for openstack. It contains
skyline-apiserver and skyline-console.
We will build both skyline-apiserver and skyline-console
images for skyline.
Implements: blueprint skyline
Change-Id: I68a562f15bf4fdda82b86c446e14fc8b5594413a
This option allows you to define 'locals' style dependencies as relative
to a $locals_base variable, similar to how $tarballs_base works. This
can help you avoid defining the same hard-coded path in kolla-build, and
instead pass it to kolla via a flag.
Similar to $tarballs_base, this works via oslo_config's existing
interpolation functionality[1].
Example usage:
[DEFAULT]
locals_base = /opt/openstack
[neutron-base]
type = local
location = $locals_base/neutron/neutron-stable-rocky.tar.gz
[1]:
https://docs.openstack.org/oslo.config/latest/reference/configuration-files.html#option-value-interpolation
Change-Id: I8670db4dde4dac26df28502637eadc6b854261cf
As discussed during the last PTG (Antelope 2023.1) [1].
The added page discusses two properties of the Kolla ecosystem
that are important mostly to contributors.
Clean up the "Contributing" page a bit along the way.
[1] https://etherpad.opendev.org/p/kolla-antelope-ptg
Change-Id: I0c7dd35ac9bbd050b708d5baae2504d3bd56828d
Wallaby has been moved to EM state, so it will receive no more releases.
Also, being optimistic, zed is already being added to the list of stable
branches, so we don't forget it when we actually cut that branch.
Add a small note about this being referenced once per month in regular
Kolla meetings. Also update the example link to a patch that actually
matches the description.
Change-Id: Ie3b4e4461dbfe35808250a929b3e95f880242aed
In Zed PTG we decided to limit the amount of release notes
this change adds the criteria when reno is required to the docs
[1]: https://etherpad.opendev.org/p/kolla-zed-ptg#L149
Change-Id: I4f153a619eb57a75ebdb1aba4b71e422b30d74fe
This patch is updating ProxySQL from
version 2.3 to version 2.4, which
has several new features and bugfixes.
Change-Id: I625f72aac591aee8b1efe51f0b4a9e7660e6dbdc
Kolla project images cover several distributions on multiple
architectures. Not all packages come from distribution repositories.
This patch adds documentation about such cases.
Change-Id: I870aa6acd875fc1425f25a435f0701850cf97285
Add a reference on how the release tooling can be used.
Add a bullet point to the meeting agenda.
Drop reference to milestones on launchpad, which are no longer being
used.
Change-Id: I66492a7c74a05849b35a157f7782a6596887427f
The only place where it stays is argument parsing where it gets ignored.
Hardcoded to 'source' to make merging both kolla and kolla-ansible
changes easier.
Change-Id: I6890a7ec7baf507f8acd75b42bbd0fb17c2e4511
Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/837620
Sometimes it might be useful to disable a source for an image, e.g. for
a plugin that is not used. This may be to reduce image sizes, or
restrict the dependencies necessary to build images.
This change adds a new 'enabled' option to each source definition. This
allows sources, plugins or additions for each source image to be
disabled individually.
Change-Id: I31ee0744574fb3db96bee2e9f545600de53d9ee4
This change adds and unifies an ability to override hardcoded URLs for
air-gapped environments via the usual blocks mechanism. Also, this
change replaces ENV with ARG instruction for the variables used only
in building images, and uses bash variable expansion where it possible.
This change is a continuation of the I46b77978926fc2b578a68d1aaa944b2198af0685
Change-Id: I1fbad333b1bc95484e6f4c5145d5936a0e2db84f
Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
The current documentation about source override is ambiguous and let
users presume that you should always use "-base" after the project name
you want to override source location.
This assumption is wrong, as kolla look for a section who match exactly
the name of the image. Images who don't have a "-base", like Horizon,
are really hard to override for a user.
I propose to put an example without a "-base" and also add a disclaimer
in the documentation about that.
Change-Id: I308a352975f11c29afb3f2ea1c22212062066b4b
Thomas Goirand uploaded OVN packages into official bullseye-backports
repository. They are available for both x86-64 and aarch64 so we can
enable them now.
Change-Id: I90abeca62e2de264539b711d8bea22ec17ff03c8