From bfded2ded62263695ec37fb6214eda7b191c1cbc Mon Sep 17 00:00:00 2001 From: Rafael Falcao Date: Tue, 10 Jan 2023 17:18:26 -0300 Subject: [PATCH] Deactivate guest related services The guest services are currently not being used since we went to containerized openstack. Since the service is no longer being used and it is currently causing coredump issues [1] in debian environment we are deactivating all related guest services. The service can be reactivated in the future if needed (we created a Storyboard [2] to keep track of this modification). [1] https://bugs.launchpad.net/starlingx/+bug/2000168 [2] https://storyboard.openstack.org/#!/story/2010520 Test Plan: PASS: Generate the debian image without the code that adds all the guest related services. PASS: Perform a install with the created debian image and check that no guest related services are being installed. Partial-Bug: 2000168 Signed-off-by: Rafael Falcao Change-Id: I55ed75a7dc02cb517b1343562c84cbaa5c685dd6 --- debian_iso_image.inc | 4 ---- debian_pkg_dirs | 1 - 2 files changed, 5 deletions(-) diff --git a/debian_iso_image.inc b/debian_iso_image.inc index 91de8fdd..9658f02f 100644 --- a/debian_iso_image.inc +++ b/debian_iso_image.inc @@ -1,9 +1,5 @@ # List of packages to be included/installed in ISO -#mtce-guest -mtce-guest-agent -mtce-guest-server - #nfv nfv-client nfv-common diff --git a/debian_pkg_dirs b/debian_pkg_dirs index af8926f2..06b43d3f 100644 --- a/debian_pkg_dirs +++ b/debian_pkg_dirs @@ -1,3 +1,2 @@ -mtce-guest nfv nova-api-proxy