From 723942e009eeba14bae8e3baa535428921c60de2 Mon Sep 17 00:00:00 2001 From: Jack Ding Date: Wed, 16 May 2018 10:40:21 -0400 Subject: [PATCH] Package and Enable Memcached on Controllers/AIO Filter out memcached service on compute and storage nodes. Change-Id: Ie558ac297d4943038ecb194b38cd4825afc61f99 Signed-off-by: Jack Ding --- 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 80582593..c8365b16 100644 --- a/bsp-files/filter_out_from_compute +++ b/bsp-files/filter_out_from_compute @@ -261,3 +261,4 @@ python-ryu-common platform-kickstarts python-3parclient python-lefthandclient +memcached diff --git a/bsp-files/filter_out_from_compute_lowlatency b/bsp-files/filter_out_from_compute_lowlatency index fbbb6f20..82a035c5 100644 --- a/bsp-files/filter_out_from_compute_lowlatency +++ b/bsp-files/filter_out_from_compute_lowlatency @@ -263,3 +263,4 @@ python-ryu-common platform-kickstarts python-3parclient python-lefthandclient +memcached diff --git a/bsp-files/filter_out_from_storage b/bsp-files/filter_out_from_storage index 2846b5ce..5d72ce8b 100644 --- a/bsp-files/filter_out_from_storage +++ b/bsp-files/filter_out_from_storage @@ -302,3 +302,4 @@ openvswitch platform-kickstarts python-3parclient python-lefthandclient +memcached