14012 Commits

Author SHA1 Message Date
Roman Krček
fb3a8f5fa9 Performance: use filters for service dicts
Most roles are not leveraging the jinja filters available.
According to [1] filtering the list of services makes the execution
faster than skipping the tasks.

This patchset also includes some cosmetic changes to genconfig.
Individual services are now also using a jinja filter. This has
no impact on performance, just makes the tasks look cleaner.

Naming of some vars in genconfig was changed to "service" to make
the tasks more uniform as some were previously using
the service name and some were using "service".

Three metrics from the deployment were taken and those were
- overall deployment time [s]
- time spent on the specific role [s]
- CPU usage (measured with perf) [-]
Overall genconfig time went down on avg. from 209s to 195s
Time spent on the loadbalancer role went down on avg. from 27s to 23s
Time spent on the neutron role went down on avg from 102s to 95s
Time spent on the nova-cell role went down on avg. from 54s to 52s
Also the average CPUs utilized reported by perf went down
from 3.31 to 3.15.
For details of how this was measured see the comments in gerrit.

[1] - https://github.com/stackhpc/ansible-scaling/blob/master/doc/skip.md

Change-Id: Ib0f00aadb6c7022de6e8b455ac4b9b8cd6be5b1b
Signed-off-by: Roman Krček <roman.krcek@tietoevry.com>
2024-06-28 09:04:43 +02:00
Zuul
6e88d3dc79 Merge "Fix kolla-ansible systemd restart behaviour" 2024-06-27 14:20:21 +00:00
Zuul
e4d578a390 Merge "Adds option to add extra scrape targets for node exporter" 2024-06-26 21:05:42 +00:00
Zuul
4223c5bf0d Merge "Masakari: Fix incorrect reference to dictionary key." 2024-06-26 19:03:07 +00:00
Zuul
7a9e072469 Merge "Fix the docker container dimensions comparison for short notation" 2024-06-26 19:00:17 +00:00
Will Szumski
582e2490ca Adds option to add extra scrape targets for node exporter
This enables you to scrape external targets more easily.

Change-Id: I55b612d2f5f5a3fc8d21c6d2f71d6c58d89d4e31
2024-06-26 17:44:02 +00:00
Zuul
35e9a1f5b2 Merge "Support mode in named volumes when using podman" 2024-06-26 17:37:44 +00:00
Pedro Henrique
a086b780dc Fix the docker container dimensions comparison for short notation
When using short notations like `1g` or `512m` to define the
container dimensions, we are always getting the container to
being restarted in each kolla-ansible run, even with no real
changes in the container configs.

Change-Id: Ic8e2dd42b95a8f5c2141a820c55642a3ed7beabd
Closes-Bug: #2070494
2024-06-26 12:40:32 +00:00
Victor Chembaev
c0b0dddc39 Fix kolla-ansible systemd restart behaviour
Fix kolla systemd unit template to prevent restart
all kolla services with docker.service restart

Change-Id: I70dd1751dea6bfc9bb265aeda04b3392e135324c
Closes-Bug: 2065168
2024-06-24 17:24:08 +03:00
Zuul
9a45b3db51 Merge "CI: remove m2.tiny creation outside of init-runonce" 2024-06-21 16:24:21 +00:00
Zuul
920ebc749b Merge "Skyline: Fix incorrect keystone port" 2024-06-21 16:24:18 +00:00
Andrew Babbitt
cb90041a98 Skyline: Fix incorrect keystone port
Change the skyline nginx config to point to the internal port.

Closes-Bug: #2069855
Change-Id: Ia29d89b2594a604c687469850a67f7fe29d0eb5d
2024-06-19 14:26:41 -06:00
Michal Arbet
09067aa0cd CI: Use 2024.1 as previous_release
Change-Id: I85479a64821686f81a3592aa5620e1628dcb5c73
2024-06-19 13:58:37 +00:00
Zuul
bd286db198 Merge "kolla_url: port is a string" 2024-06-18 16:24:00 +00:00
Zuul
a7311034d2 Merge "Use the running MariaDB server image for backups" 2024-06-18 11:11:42 +00:00
Zuul
99a12cb8cd Merge "CI: drop docker pin" 2024-06-14 12:35:02 +00:00
Zuul
57b7dd422b Merge "[CI] Remove SLURP related ansible installation" 2024-06-14 10:03:34 +00:00
Zuul
7abcd77946 Merge "CI: Disable SLURP jobs for D cycle" 2024-06-14 10:03:32 +00:00
Michal Nasiadka
9f347fa7f0 CI: drop docker pin
Change-Id: I9a71da5a00a4580b491a9c10ca34094b6654b438
2024-06-14 08:40:56 +00:00
Bartosz Bezak
2fc5ccc4fc CI: remove m2.tiny creation outside of init-runonce
it is already in init-runonce in the previous release

Change-Id: I7edc1216d3e74e995ed2051e9fd3d93196014836
2024-06-14 08:30:05 +00:00
Zuul
8283608aba Merge "Move Nova roles after OVS" 2024-06-13 16:10:26 +00:00
Zuul
4bc3cbd45c Merge "CI: increase timeout for server resize confirmation" 2024-06-13 12:04:43 +00:00
Bartosz Bezak
703c8622f5 [CI] Remove SLURP related ansible installation
Change-Id: I517d9f078a4dbb34178c851c1bc8b51b738882da
2024-06-13 11:40:08 +00:00
Michal Nasiadka
f0688f7922 CI: Disable SLURP jobs for D cycle
Change-Id: I4b09b066d2a65f7f83dde75fec363874c13225c6
2024-06-13 13:39:40 +02:00
Martin Hiner
30f1ffc377 Move Nova roles after OVS
Moves the execution of Nova roles after Open vSwitch roles.
Current order of execution causes VMs to not be able to start after the redeployment of Openstack during container engine migration.

Change-Id: I8ad0dcdfaf419dfbc04d19203424adecd400db05
Signed-off-by: Martin Hiner <martin.hiner@tietoevry.com>
2024-06-13 07:39:53 +00:00
Zuul
99dc1cac8f Merge "RMQ: enable all stable feature flags at once" 2024-06-11 11:05:47 +00:00
jayjahns
52729e6855 Set node to a valid rabbitmq host
If rabbitmq is not on the same host as the nova-controller,
then this task will fail. This change ensures that the
task references an actual rabbitmq host vs the host the
task runs on.

Closes-Bug: 2020805
Change-Id: I1b58f4aeda8c9fe8db1770c63c17bf1c465f3d2a
2024-06-10 15:30:01 -05:00
Zuul
0dd6ed7a9c Merge "Fix missing commas in kolla_podman_worker" 2024-06-10 15:01:10 +00:00
Zuul
43636d7f34 Merge "Fix trove module imports" 2024-06-05 22:23:33 +00:00
Zuul
3dc261b386 Merge "Fix: Update Skyline stop task" 2024-06-05 15:03:36 +00:00
Martin Hiner
69cdc6dbc8 Fix missing commas in kolla_podman_worker
List of strings CONTAINER_PARAMS is missing comma separators,
which makes it an implicit concatenation of list items
that should be separate.

Closes-Bug: #2067278
Change-Id: Iec9a8de184481dae058377fa8d7bbd8da729d62c
Signed-off-by: Martin Hiner <martin.hiner@tietoevry.com>
2024-05-27 14:31:48 +02:00
Michal Nasiadka
cbf514869a Revert "CI: Use 2023.2 image for rabbitmq on ipv6 scenario"
This reverts commit 0ec71d87cd67c25790f56143a73bd65d3cbd6d36.

Reason for revert: fixed now

Change-Id: I33d62e910ff6151eb03c814ee7b8984c6f4e5308
2024-05-27 07:43:44 +00:00
Michal Nasiadka
f0ad5e6376 CI: Pin requests to <2.32 for docker sdk
Depends-On: https://review.opendev.org/c/openstack/ansible-collection-kolla/+/920172

Change-Id: Ieba0baf154ead063a1bc244aaadd4ca53c814ad3
2024-05-24 07:47:54 +00:00
Michal Nasiadka
84f2cb34a0 CI: Pin codespell to <2.3.0
Change-Id: Ief1598a017b7ff491c9fcb775fdb155628bc55d2
2024-05-24 09:37:19 +02:00
Zuul
4ab17364e4 Merge "ceilometer: use template for custom pipeline.yaml" 2024-05-16 12:13:16 +00:00
Mark Goddard
667d153ef1 Use the running MariaDB server image for backups
If the container image used by Mariabackup is different than the
one used by MariaDB server, it's possible that mariabackup and mariadb
are incompatible. This may cause backup operations to fail.

This change queries the running MariaDB server container's image and
uses it when taking a backup. If MariaDB server isn't running on the
host it falls back to the image defined in configuration.

The separate mariabackup_image, mariabackup_tag and
mariabackup_image_full variables are no longer required and have been
removed.

Closes-Bug: #2058644
Change-Id: I45f3f90ec1973dae92131ea16a7b248ab7a8ae69
2024-05-16 11:22:36 +01:00
Christian Berendt
bdf60961f0 ceilometer: use template for custom pipeline.yaml
Also rename task to "Copying over custom pipeline.yaml file" for
clarity.

Change-Id: I04e3eb9620830a15781f9bab2549b557a9d1d9cb
2024-05-16 08:11:01 +00:00
Roman Krček
6e06bee66f Fix: Update Skyline stop task
Update Sykline stop task to use the
service-stop role to symplify the task
and make sure it is using kolla_container.

Authored-By: Roman Krček <roman.krcek@tietoevry.com>
Change-Id: I7b11359cee931273a058364160b64fe1fb606b5e
2024-05-15 10:32:48 +02:00
wangkuntian
b8146efd1c Remove mistral and redis
Change-Id: Iad34c3340325d2aad0f468d88e94007823871a41
2024-05-15 10:08:36 +08:00
Michal Nasiadka
5aac09c9a2 openvswitch: Stop using intermediate scripts
This will fix exit codes - details in bug.

Basically openvswitch treats TERM as something fatal (exits
with 143) and the only solution for graceful exit is using
ovs-appctl and sending exit command, just like ovs-ctl utility
does.

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

Partial-Bug: #2048130
Change-Id: I523018cb98944de60d7b95404deb7cebd641f33a
2024-05-14 10:56:44 +00:00
Michal Nasiadka
4f031961a3 mariadb-clustercheck: Use socat wrapper
Depends-On: https://review.opendev.org/c/openstack/kolla/+/904981

Partial-Bug: #2048130
Change-Id: Ib971b694c12ccb51e0893978dd5962040f2fbd22
2024-05-14 10:56:39 +00:00
Michal Nasiadka
f1331fa887 haproxy: Use -f configdir instead of for and xargs
-f configdir has been supported in HaProxy since 1.7

Partial-Bug: #2048130
Change-Id: Icb95cb072cb3eb5c27ffd79a127069bfcf21a61a
2024-05-14 10:56:31 +00:00
Zuul
cff75f6eac Merge "ironic: mount metrics in conductor only when exporter is enabled" 2024-05-13 13:50:22 +00:00
Matt Crees
223556e4e2 RMQ: enable all stable feature flags at once
Also enable these after an upgrade.

Partial-Bug: #2058512
Change-Id: Ib9bdae2e25c2b6cce30e4c8024015ab5875bc1ff
2024-05-13 13:26:10 +01:00
Michal Nasiadka
031859764a neutron: add service role
After Neutron policy changes - Octavia jobs started
to fail on cascade LB deletion due to Neutron user
not having service role.

Closes-Bug: #2065337

Change-Id: I616bf3a3dbb4d963665b1621a9e5e9d417b13942
2024-05-09 19:22:15 +00:00
Zuul
b382471d02 Merge "loadbalancer: fix upgrade task when podman is used" 2024-05-09 13:31:44 +00:00
1efa653e37 Update master for stable/2024.1
Add file to the reno documentation build to show release notes for
stable/2024.1.

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

Sem-Ver: feature
Change-Id: I6e25de71b55d37a9d0492e65751ddc73c6a6dbdc
2024-05-08 10:11:14 +00:00
Zuul
652a8f8f72 Merge "Refine release notes before kolla 2024.1 release" 18.0.0.0rc1 2024-05-07 15:10:35 +00:00
Zuul
af30bcab69 Merge "Fix link in reno" 2024-05-07 11:21:25 +00:00
Zuul
e4d19abbf2 Merge "Configure Blazar with custom CA file" 2024-05-07 11:21:23 +00:00