From 0d9bb5e7da24a2a54e86e1bff2560cc8f5f8a8bb Mon Sep 17 00:00:00 2001 From: Jason McKenna Date: Tue, 6 Nov 2018 11:03:54 -0500 Subject: [PATCH] Add python2-ruamel-yaml to controllers This change filters out the new package from non-controller nodes. Depends-On: https://review.openstack.org/615923 Change-Id: I6b9c078c19bf37ef0312947fc2a4249347a604f7 Signed-off-by: Jason McKenna Story: 2004240 Task: 27763 --- bsp-files/filter_out_from_compute | 1 + bsp-files/filter_out_from_compute_lowlatency | 1 + bsp-files/filter_out_from_storage | 1 + kickstart/centos/build_srpm.data | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bsp-files/filter_out_from_compute b/bsp-files/filter_out_from_compute index 2560ae48..e1896cf1 100644 --- a/bsp-files/filter_out_from_compute +++ b/bsp-files/filter_out_from_compute @@ -263,6 +263,7 @@ python2-networking-bgpvpn python-networking-bgpvpn-dashboard python-networking-bgpvpn-heat python2-neutron-dynamic-routing +python2-ruamel-yaml python2-ryu python-ryu-common platform-kickstarts diff --git a/bsp-files/filter_out_from_compute_lowlatency b/bsp-files/filter_out_from_compute_lowlatency index 891c7888..dad0a325 100644 --- a/bsp-files/filter_out_from_compute_lowlatency +++ b/bsp-files/filter_out_from_compute_lowlatency @@ -265,6 +265,7 @@ python2-networking-bgpvpn python-networking-bgpvpn-dashboard python-networking-bgpvpn-heat python2-neutron-dynamic-routing +python2-ruamel-yaml python2-ryu python-ryu-common platform-kickstarts diff --git a/bsp-files/filter_out_from_storage b/bsp-files/filter_out_from_storage index c0d19db7..a3ad61b8 100644 --- a/bsp-files/filter_out_from_storage +++ b/bsp-files/filter_out_from_storage @@ -303,6 +303,7 @@ python2-networking-bgpvpn python-networking-bgpvpn-dashboard python-networking-bgpvpn-heat python2-neutron-dynamic-routing +python2-ruamel-yaml python2-ryu python-ryu-common python2-networking-sfc diff --git a/kickstart/centos/build_srpm.data b/kickstart/centos/build_srpm.data index 4845de22..cdd168b1 100644 --- a/kickstart/centos/build_srpm.data +++ b/kickstart/centos/build_srpm.data @@ -1,3 +1,3 @@ SRC_DIR="${GIT_BASE}/bsp-files" COPY_LIST="$PKG_BASE/LICENSE" -TIS_PATCH_VER=1 +TIS_PATCH_VER=2