From 9485cf3c0c146be6bffd682af3bc162b7307a32c Mon Sep 17 00:00:00 2001 From: Thales Elero Cervi Date: Fri, 15 Oct 2021 16:13:57 -0300 Subject: [PATCH] Filtering pci-irq-affinity package on Worker nodes This change is part of an effort to move the pci-irq-affinity agent into an openstack application container, instead of a platform service. Since the agent is now containerized within the stx-openstack application, AIO and Worker nodes don't need the agent package anymore. Controller and storage nodes already filter out the package. TEST PLAN: PASS: Successfully build a platform ISO PASS: Install the built ISO on an AIO-SX system PASS: Verify that the pci-irq-affinity-agent.service is NOT activated after system startup PASS: Verify that there are no active alarms Story: 2009299 Task: 43655 Depends-On: https://review.opendev.org/c/starlingx/stx-puppet/+/814217 Signed-off-by: Thales Elero Cervi Change-Id: I44f437b6b0d1aa3838858989112a8776af7ed38c --- bsp-files/filter_out_from_worker | 1 + bsp-files/filter_out_from_worker_lowlatency | 1 + 2 files changed, 2 insertions(+) diff --git a/bsp-files/filter_out_from_worker b/bsp-files/filter_out_from_worker index 47c88c23..07496649 100644 --- a/bsp-files/filter_out_from_worker +++ b/bsp-files/filter_out_from_worker @@ -289,6 +289,7 @@ openstack-swift-object openstack-swift-account openstack-swift-container openstack-swift-proxy +pci-irq-affinity-agent Redfishtool dex-helm oidcauthtools diff --git a/bsp-files/filter_out_from_worker_lowlatency b/bsp-files/filter_out_from_worker_lowlatency index ca80523e..6b556065 100644 --- a/bsp-files/filter_out_from_worker_lowlatency +++ b/bsp-files/filter_out_from_worker_lowlatency @@ -290,6 +290,7 @@ openstack-swift-object openstack-swift-account openstack-swift-container openstack-swift-proxy +pci-irq-affinity-agent Redfishtool dex-helm oidcauthtools