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