From 1d9f5941474d94cda8b2d90441f66d368dc4d64b Mon Sep 17 00:00:00 2001 From: Paul-Emile Element Date: Wed, 22 Aug 2018 17:37:09 -0400 Subject: [PATCH] Add linux screen package to controllers This is an enhancement request to add the screen package to controller nodes This specific modification prevents the screen package from being installed on other nodes (compute or storage) The screen package is added in another commit (see https://review.openstack.org/#/c/595249/) Story: 2003061 Task: 23100 Depends-on: https://review.openstack.org/#/c/595249/ Change-Id: I355d517ba0d0392d40fe78991798ddf6e5d16fde Signed-off-by: Paul-Emile Element --- bsp-files/filter_out_from_compute | 1 + bsp-files/filter_out_from_compute_lowlatency | 1 + bsp-files/filter_out_from_storage | 1 + 3 files changed, 3 insertions(+) diff --git a/bsp-files/filter_out_from_compute b/bsp-files/filter_out_from_compute index 42af5c70..dd3bdac5 100644 --- a/bsp-files/filter_out_from_compute +++ b/bsp-files/filter_out_from_compute @@ -267,4 +267,5 @@ python-ryu-common platform-kickstarts python-3parclient python-lefthandclient +screen memcached diff --git a/bsp-files/filter_out_from_compute_lowlatency b/bsp-files/filter_out_from_compute_lowlatency index 1de4659c..f51e02d1 100644 --- a/bsp-files/filter_out_from_compute_lowlatency +++ b/bsp-files/filter_out_from_compute_lowlatency @@ -269,4 +269,5 @@ python-ryu-common platform-kickstarts python-3parclient python-lefthandclient +screen memcached diff --git a/bsp-files/filter_out_from_storage b/bsp-files/filter_out_from_storage index 34476a4f..593362f1 100644 --- a/bsp-files/filter_out_from_storage +++ b/bsp-files/filter_out_from_storage @@ -308,4 +308,5 @@ openvswitch platform-kickstarts python-3parclient python-lefthandclient +screen memcached