From dc0dd23994d5fd0b55af45e67122910096820c15 Mon Sep 17 00:00:00 2001 From: Vasyl Saienko Date: Thu, 20 Feb 2025 10:14:30 +0200 Subject: [PATCH] Enable atop on jobs In order to stabilize CI we need to have clear understanding on what is happening on the nodes. Right now we a blind cats and trying to do predictions based on logs which is hard. This patch enables atop installation on all jobs by default which will provide a clear picture of what is happening on the environment during tests, how many VMs are booted concurrently etc. Depends-On: https://review.opendev.org/c/openstack/devstack/+/939578 Change-Id: I79c9c91e81c6a94f4e17191e05d78902dbb3b1f8 --- zuul.d/ironic-jobs.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml index 53527077e0..f6f6e9e0e5 100644 --- a/zuul.d/ironic-jobs.yaml +++ b/zuul.d/ironic-jobs.yaml @@ -85,6 +85,7 @@ # TODO: re-enable dstat once https://storyboard.openstack.org/#!/story/2008185 # is resolved dstat: false + atop: True q-agt: true q-dhcp: true q-l3: true @@ -153,6 +154,7 @@ # ephemeral partition on such nodes LIBVIRT_STORAGE_POOL_PATH: /opt/libvirt/images devstack_services: + atop: True n-api: False n-api-meta: False n-cond: False @@ -215,6 +217,7 @@ # ephemeral partition on such nodes LIBVIRT_STORAGE_POOL_PATH: /opt/libvirt/images devstack_services: + atop: True n-api: False n-api-meta: False n-cond: False @@ -266,6 +269,7 @@ # ephemeral partition on such nodes LIBVIRT_STORAGE_POOL_PATH: /opt/libvirt/images devstack_services: + atop: True n-api: False n-api-meta: False n-cond: False @@ -335,6 +339,7 @@ # Test sharding support IRONIC_SHARDS: 1 devstack_services: + atop: True # Parent job uses swift, this one does not, thus we can turn it off. s-account: False s-container: False @@ -367,6 +372,7 @@ IRONIC_GRUB2_CONFIG_PATH: EFI/BOOT/grub.cfg IRONIC_REDFISH_EMULATOR_FEATURE_SET: vmedia devstack_services: + atop: True s-account: True s-container: True s-object: True @@ -398,6 +404,7 @@ IRONIC_GRUB2_FILE: "https://{{ zuul_site_mirror_fqdn }}/centos-stream/9-stream/BaseOS/x86_64/os/EFI/BOOT/grubx64.efi" IRONIC_GRUB2_CONFIG_PATH: EFI/BOOT/grub.cfg devstack_services: + atop: True s-account: True s-container: True s-object: True @@ -421,6 +428,7 @@ devstack_plugins: ironic-inspector: https://opendev.org/openstack/ironic-inspector devstack_services: + atop: True ironic-inspector: True ironic-inspector-dhcp: True @@ -441,6 +449,7 @@ SWIFT_TEMPURL_KEY: secretkey IRONIC_BOOT_MODE: bios devstack_services: + atop: True s-account: True s-container: True s-object: True @@ -472,6 +481,7 @@ ML2_L3_PLUGIN: "ovn-router,trunk" OVN_DBS_LOG_LEVEL: dbg devstack_services: + atop: True q-agt: False q-dhcp: False q-l3: False @@ -508,6 +518,7 @@ ML2_L3_PLUGIN: "ovn-router,trunk" OVN_DBS_LOG_LEVEL: dbg devstack_services: + atop: True q-agt: False q-dhcp: False q-l3: False @@ -535,6 +546,7 @@ SWIFT_TEMPURL_KEY: secretkey IRONIC_ENFORCE_SCOPE: True devstack_services: + atop: True c-api: True c-bak: True c-sch: True @@ -578,6 +590,7 @@ devstack_plugins: ironic-inspector: https://opendev.org/openstack/ironic-inspector devstack_services: + atop: True s-account: True s-container: True s-object: True @@ -609,6 +622,7 @@ IRONIC_VM_EPHEMERAL_DISK: 0 IRONIC_RPC_TRANSPORT: json-rpc devstack_services: + atop: True rabbit: True g-api: False n-api: False @@ -721,6 +735,7 @@ '{{ devstack_base_dir }}/ironic-bm-logs': 'logs' '{{ devstack_base_dir }}/data/networking-generic-switch/netmiko_session.log': 'logs' devstack_services: + atop: True c-api: False c-bak: False c-sch: False @@ -785,6 +800,7 @@ PUBLIC_BRIDGE: br-infra LIBVIRT_STORAGE_POOL_PATH: /opt/libvirt/images devstack_services: + atop: True c-api: False c-bak: False c-sch: False @@ -860,6 +876,7 @@ parent: ironic-base vars: devstack_services: + atop: True s-account: True s-container: True s-object: True @@ -890,6 +907,7 @@ vars: tempest_test_timeout: 2400 devstack_services: + atop: True # NOTE(TheJulia): It seems our devstack plugin does not play well # with multitenancy and the newer neutron service names. q-agt: True @@ -948,6 +966,7 @@ vars: tempest_test_timeout: 2400 devstack_services: + atop: True q-agt: false q-dhcp: false q-l3: false @@ -1018,6 +1037,7 @@ SWIFT_TEMPURL_KEY: secretkey IRONIC_BOOT_MODE: bios devstack_services: + atop: True s-account: True s-container: True s-object: True @@ -1227,6 +1247,7 @@ ironic: https://opendev.org/openstack/ironic networking-generic-switch: https://opendev.org/openstack/networking-generic-switch devstack_services: + atop: True c-api: False c-bak: False c-sch: False @@ -1250,6 +1271,7 @@ ironic: https://opendev.org/openstack/ironic networking-generic-switch: https://opendev.org/openstack/networking-generic-switch devstack_services: + atop: True c-api: False c-bak: False c-sch: False