Commit Graph

862 Commits

Author SHA1 Message Date
Zuul 3e502dc34d Merge "Update prometheus-mysqld-exporter to version 0.15.1." 2024-03-28 21:58:14 +00:00
Zuul 05f4826826 Merge "Updated letsencrypt-lego to version v4.15.0." 2024-03-28 19:55:27 +00:00
Zuul eff04430c6 Merge "Update prometheus-mtail to version 3.0.0-rc54." 2024-03-28 19:50:01 +00:00
Zuul 7613d35c02 Merge "Update prometheus-memcached-exporter to version 0.14.2." 2024-03-28 16:35:14 +00:00
Zuul 84043757f5 Merge "Update prometheus-elasticsearch-exporter to version 1.7.0." 2024-03-28 16:35:09 +00:00
Zuul 61122050ab Merge "Upgraded prometheus-alertmanager to version 0.27.0." 2024-03-28 16:35:05 +00:00
Zuul 2f4715b4cc Merge "Update prometheus-v2-server to version 2.50.1." 2024-03-28 16:33:42 +00:00
Zuul af3c70c5f7 Merge "Update prometheus-cadvisor to version 0.49.1." 2024-03-28 16:31:05 +00:00
Zuul 95a671b00d Merge "add: cross-compile support" 2024-03-28 16:29:14 +00:00
Marius Wernicke 4e0a68665b Updated letsencrypt-lego to version v4.15.0.
Also added a releasenote.

Change-Id: I30ee6ed32c536d0e3e90d0933d6049b316ad1263
2024-03-28 15:55:31 +01:00
Michal Arbet 2bfdf4e7c9 Bump proxysql to 2.6.x
This patch bump proxysql 2.5.x to 2.6.x

Change-Id: I26e6c04ad0ba15ad4aa90f95259dc41cad439e73
2024-03-18 20:32:20 +01:00
Marius Wernicke 9193a96715 Update prometheus-v2-server to version 2.50.1.
Also add reno.

Change-Id: I719888dde26127ba9ab1a833d2c20a969cb89944
2024-03-18 08:05:54 +00:00
Marius Wernicke 85c0af5d40 Update prometheus-cadvisor to version 0.49.1.
Also add reno.

Change-Id: Id951e3cd4b91bcd604df57113841b1ca25bc80bb
2024-03-15 14:28:58 +00:00
Marius Wernicke 737624c780 Update prometheus-mysqld-exporter to version 0.15.1.
Also add reno.

Change-Id: Iec2cc1421e9e145714f45599712ef062d715477b
2024-03-15 13:16:04 +01:00
Marius Wernicke f2cf1ef597 Update prometheus-mtail to version 3.0.0-rc54.
Also add reno.

Change-Id: I2b45abc65d4e4d65a9f07a16a64d4e7cf57b54b5
2024-03-15 13:12:33 +01:00
Marius Wernicke ec8b04b454 Update prometheus-memcached-exporter to version 0.14.2.
Also add reno.

Change-Id: I01170e91b867e80fdb49eba021b36dd0ed86522a
2024-03-15 13:03:11 +01:00
Marius Wernicke e3bc02751f Update prometheus-elasticsearch-exporter to version 1.7.0.
Also add reno.

Change-Id: I934af8fae9bc9b6442bc6b4be803cfb1a32f6676
2024-03-15 12:57:01 +01:00
Marius Wernicke cc40ba6a18 Upgraded prometheus-alertmanager to version 0.27.0.
Also added a reno.

Change-Id: Ibd2836eb1e17ab1e3d9a8daf023d66e2683ffdff
2024-03-15 12:10:00 +01:00
Michal Nasiadka a0e22caa8a Bump rabbitmq to 3.13
Pinning Erlang to 26.2.* (max supported version as per [1]),
so we don't break this in future when Erlang 26.3 becomes
available.

[1]: https://rabbitmq-website.pages.dev/docs/which-erlang

Change-Id: I1fd03a67914386129d7b0bb9be6aca86982f98f3
2024-03-11 15:11:54 +00:00
Zuul 5448da7e36 Merge "Install ironic-inspector in bifrost" 2024-02-26 11:54:00 +00:00
Will Szumski 832a6381c3 Install ironic-inspector in bifrost
Bifrost has moved to use the native in-band inspection support in
Ironic[1]. Some features are missing (such as introspection rules), so
it may still be desirable to use ironic-inspector for these use cases.
It also requires changes to the inspection interface of the ironic nodes
(ironic-inspector -> agent), so it also desirable to support
ironic-inspector for backwards compatability reasons. We should consider
dropping ironic-inspector once the native interface reaches feature
parity.

This will install ironic-inspector into the image, but will still
require configuration in bifrost.yml to use it.

[1] dcbf1d98b9

Change-Id: I3cc8455647339c67ba51620d5aff8a3acbf58dab
Partial-Bug: #2054685
2024-02-22 15:43:36 +00:00
Michal Nasiadka 750a137815 Move curl sources to sources.py
Move most curl sources to sources.py, so it can be automatically
updated in future.

This also makes overriding the versions/locations/sha256 easier.

Change-Id: Ib3497fe96162ae190e5c113cacaaa3ef8334f590
2024-02-21 08:26:52 +00:00
Doug Szumski b276a9cdb5 Remove the Prometheus HAProxy exporter image
- The source code is no longer maintained [1]
- HAProxy provides its own Prometheus metrics source [2]
- In Kolla Ansible, we have merged support for using the built in
  metrics source [3]

For these reasons, particularly the first, we should remove it immediately.

[1] https://github.com/prometheus/haproxy_exporter
[2] https://www.haproxy.com/blog/haproxy-exposes-a-prometheus-metrics-endpoint
[3] https://review.opendev.org/c/openstack/kolla-ansible/+/877118

Change-Id: Ia30e0fc367841df3726562b57b57df0f6fbb3a81
2024-02-15 15:57:52 +00:00
Tadas Sutkaitis 3ee1a82d87 add: cross-compile support
The main goal is to be able to build ARM
images on standard x86 hardware. Add simple
functions supported by python-py and
podman-py to enable creation of container
images on emulated architectures.

Change-Id: I1526b460f6e271c2ec63ab3a3b1dc348d742e96d
2024-02-08 02:16:05 +02:00
OpenStack Release Bot 410fafa8f0 reno: Update master for unmaintained/yoga
Update the yoga release notes configuration to build from
unmaintained/yoga.

Change-Id: I148a5069041cc27a7f1afc6a10959348c49afa80
2024-02-05 16:07:07 +00:00
Piotr Parczewski c3eb169e6c Use full binary path when invoking ip
Closes-bug: #2051111
Change-Id: I2a4df6121236379d88d0d7f2f7a888feab273003
2024-01-24 13:23:52 +01:00
Michal Arbet 7f5a904e98 Fix openstack CADF audit maps and installation
This patch fixes missing pycadf's audit maps
for services and change the way how pycadf
is installed.

Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/905858

Closes-Bug: #2047941
Change-Id: I9b43d1a9990ad8aa7381ea81b0f2d692967be949
2024-01-17 11:52:20 +00:00
Zuul 9ebd51f799 Merge "Revert "CentOS/Rocky: use CentOS Cloud SIG repo instead of Delorean (Bobcat)"" 2024-01-03 15:58:27 +00:00
Zuul f908694e59 Merge "Sync only local cell in nova bootstrap & upgrade" 2023-12-21 17:43:20 +00:00
Zuul a21a7a89d6 Merge "Summary JSON file" 2023-12-21 15:45:11 +00:00
Alex-Welsh de1487f051 Sync only local cell in nova bootstrap & upgrade
Added the --local_cell argument to nova db sync commands during
bootstrap and upgrade.

This was previously thought to have no effect [1], but has since been
discovered to fail when rotating the nova database password.

[1] https://opendev.org/openstack/kolla-ansible/src/branch/master/ansible/roles/nova/tasks/bootstrap_service.yml#L2-L3

Closes-Bug: #2045558
Change-Id: Ic64eb51325b3503a14ebab9b9ff2f4d9caec734a
2023-12-21 09:46:59 +00:00
Michal Nasiadka 559955d5a6 Revert "CentOS/Rocky: use CentOS Cloud SIG repo instead of Delorean (Bobcat)"
This reverts commit 2ed66effa6.

Reason for revert: Let's use RDO trunk

Change-Id: I3945fe5fd0aef2e12a7f6c60d714e69ea496083b
2023-12-20 17:05:25 +00:00
OpenStack Release Bot f43e1e9757 Update master for stable/2023.2
Add file to the reno documentation build to show release notes for
stable/2023.2.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2023.2.

Sem-Ver: feature
Change-Id: I6ae1d206ec742105f5a3a53a81053757d0626b98
2023-12-01 11:55:38 +00:00
Zuul 1095ae25b9 Merge "Deprecate masakari, sahara, vitrage" 2023-11-30 13:31:20 +00:00
Zuul 8039fb60b7 Merge "Fix formatting of release notes" 2023-11-30 13:30:27 +00:00
Michal Nasiadka fe1a74da98 Deprecate masakari, sahara, vitrage
Similar as in Kolla-Ansible [1], [2].

[1]: https://review.opendev.org/c/openstack/kolla-ansible/+/881555
[2]: https://review.opendev.org/c/openstack/kolla-ansible/+/901193

Change-Id: I9a5af7415889269d8ae009ad6427c9096776dfae
2023-11-30 13:01:27 +00:00
Mohammed Naser f5134a1894 Add magnum-cluster-api driver to Kolla images
Change-Id: I6b8780c2b869929a02b624bfb8c6087d5a82c74a
2023-11-28 17:53:00 +00:00
Pierre Riteau af0362b62c Fix formatting of release notes
Change-Id: Iddc0ac31aff06010c0c4017ff36737d52e90e2d6
2023-11-28 11:59:56 +01:00
Bartosz Bezak 773c6963e2 Update Prometheus services to latest releases
blackbox_exporter 0.22.0 -> 0.24.0
elasticsearch_exporter 1.5.0 -> 1.6.0
haproxy_exporter 0.13.0 -> 0.15.0
memcached_exporter 0.10.0 -> 0.13.0
mysqld_exporter 0.14.0 -> 0.15.0
node_exporter 1.4.0 -> 1.7.0
ovn_exporter 1.0.6 -> 1.0.7
prometheus 2.38.0 -> 2.48.0
prometheus_alertmanager 0.24.0 -> 0.26.0
prometheus_cadvisor 0.45.0 -> 0.47.2
prometheus_mtail v3.0.0-rc50 -> v3.0.0-rc52
prometheus_msteams 1.5.1 -> 1.5.2

Change-Id: If3f6ff059bedba5c92d97442d77e44aeecef71c4
2023-11-24 13:54:39 +00:00
Zuul d86cba116e Merge "CentOS/Rocky: use CentOS Cloud SIG repo instead of Delorean (Bobcat)" 2023-11-18 11:40:10 +00:00
Zuul 587c70f761 Merge "etcd: update to v3.4" 2023-11-17 18:49:38 +00:00
Michal Nasiadka 2ed66effa6 CentOS/Rocky: use CentOS Cloud SIG repo instead of Delorean (Bobcat)
Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/900536

Change-Id: I1bc19f8198da3f9ab2ae2a8864c3349b21b0249e
2023-11-09 18:11:16 +01:00
Zuul 100b8b9aba Merge "Rework letsencrypt" 2023-10-30 09:51:05 +00:00
FelipeAFV 5f35e578d8 Adds TAAS Neutron plugin to support OVS port mirrors
Related-Bug: #2022375
Depends-On: I7b48770709bd0fb9ea5072ce6c8673074c39ab2b
Change-Id: I8afb1ccddaa527378b7fd833bd51fb9bb9c4c58c
Signed-off-by: FelipeAFV <ffigueroa@whitestack.com>
2023-10-18 13:02:56 +00:00
Zuul 91dcdeffb8 Merge "Drop openvswitch-netcontrold" 2023-09-22 14:22:23 +00:00
Michal Nasiadka dbc9b1193e Drop openvswitch-netcontrold
Closes-Bug: #2027668

Change-Id: Ib8cd2356c6e4cdf7b2108a7fdedcb5a4b02768ca
2023-09-21 12:04:35 +00:00
Michal Arbet b76bd4c6ef Add podman for image building
Add podman as an option to choose for container engine
for kolla-build (--engine podman)

Signed-off-by: Konstantin Yarovoy <konstantin.yarovoy@tietoevry.com>
Co-Authored-By: Michal Arbet <michal.arbet@ultimum.io>
Change-Id: I068c906df97745e397408d8c3ef6af47ee037638
2023-09-21 11:01:21 +02:00
Michal Arbet 3213dccb8c Rework letsencrypt
This patch is adding "API layer" to letsencrypt
images which is represented by set of scripts inside.

This scripts are called by kolla-ansible orchestration.

Change-Id: I61b70fb4e12ba03b96e79004e735d2ead0f52319
2023-09-18 11:26:22 +02:00
Zuul 78d3240b2b Merge "openstack-base: add block for overriding global upper constraints" 2023-09-06 08:59:54 +00:00
Zuul fab86165eb Merge "Improve kolla-toolbox offline support." 2023-09-06 07:21:45 +00:00