From cd2ac0de05a6be9236759a11b49c03cf68475d97 Mon Sep 17 00:00:00 2001 From: Kristine Bujold Date: Fri, 22 Mar 2019 16:19:06 -0400 Subject: [PATCH] Remove remote-clients SDK Module from StarlingX Spec files no longer requires specific remote-clients SDK actions. Also remove reference of remote client bsp-files. With the StarlingX move to supporting pure upstream OpenStack, the majority of the SDK Modules are related to functionality no longer supported. The remaining SDK Modules will be moved to StarlingX documentation. Story: 2005275 Task: 30153 Change-Id: I1128abddc52b5bd426fcb27ef30c46be79caa576 Signed-off-by: Kristine Bujold --- bsp-files/filter_out_from_controller | 1 - bsp-files/filter_out_from_smallsystem | 1 - bsp-files/filter_out_from_smallsystem_lowlatency | 1 - bsp-files/filter_out_from_storage | 1 - bsp-files/filter_out_from_worker | 1 - bsp-files/filter_out_from_worker_lowlatency | 1 - python-inventoryclient/centos/build_srpm.data | 2 +- python-inventoryclient/centos/python-inventoryclient.spec | 6 ------ 8 files changed, 1 insertion(+), 13 deletions(-) diff --git a/bsp-files/filter_out_from_controller b/bsp-files/filter_out_from_controller index c29b46d3..ccbce803 100644 --- a/bsp-files/filter_out_from_controller +++ b/bsp-files/filter_out_from_controller @@ -26,7 +26,6 @@ host-guest-comm host-guest-comm-dev nfscheck radvd -remote-clients config-gate-worker kernel-rt kernel-module-igb-uio diff --git a/bsp-files/filter_out_from_smallsystem b/bsp-files/filter_out_from_smallsystem index d912d5f3..d7d0f937 100644 --- a/bsp-files/filter_out_from_smallsystem +++ b/bsp-files/filter_out_from_smallsystem @@ -6,7 +6,6 @@ kernel-module-openvswitch platform-util-noncontroller storageconfig nfscheck -remote-clients kernel-rt kernel-module-igb-uio-rt kernel-rt-kvm diff --git a/bsp-files/filter_out_from_smallsystem_lowlatency b/bsp-files/filter_out_from_smallsystem_lowlatency index dea83076..0d4f7074 100644 --- a/bsp-files/filter_out_from_smallsystem_lowlatency +++ b/bsp-files/filter_out_from_smallsystem_lowlatency @@ -6,7 +6,6 @@ kernel-module-openvswitch platform-util-noncontroller storageconfig nfscheck -remote-clients kernel kernel-module-igb-uio kmod-e1000e diff --git a/bsp-files/filter_out_from_storage b/bsp-files/filter_out_from_storage index d654c7e4..7de28045 100644 --- a/bsp-files/filter_out_from_storage +++ b/bsp-files/filter_out_from_storage @@ -275,7 +275,6 @@ nfv-plugins nfv-vim nfv-tools vm-topology -remote-clients python-networking-odl config-gate-worker tis-extensions-controller diff --git a/bsp-files/filter_out_from_worker b/bsp-files/filter_out_from_worker index 23c93c5c..82e3fe99 100644 --- a/bsp-files/filter_out_from_worker +++ b/bsp-files/filter_out_from_worker @@ -152,7 +152,6 @@ tgt nfv-plugins nfv-vim vm-topology -remote-clients lighttpd-fastcgi lighttpd-mod_geoip lighttpd-mod_mysql_vhost diff --git a/bsp-files/filter_out_from_worker_lowlatency b/bsp-files/filter_out_from_worker_lowlatency index 804993fa..52152b2c 100644 --- a/bsp-files/filter_out_from_worker_lowlatency +++ b/bsp-files/filter_out_from_worker_lowlatency @@ -155,7 +155,6 @@ tgt nfv-plugins nfv-vim vm-topology -remote-clients lighttpd-fastcgi lighttpd-mod_geoip lighttpd-mod_mysql_vhost diff --git a/python-inventoryclient/centos/build_srpm.data b/python-inventoryclient/centos/build_srpm.data index 7add43bd..ad41cf59 100644 --- a/python-inventoryclient/centos/build_srpm.data +++ b/python-inventoryclient/centos/build_srpm.data @@ -1,2 +1,2 @@ SRC_DIR="inventoryclient" -TIS_PATCH_VER=1 +TIS_PATCH_VER=2 diff --git a/python-inventoryclient/centos/python-inventoryclient.spec b/python-inventoryclient/centos/python-inventoryclient.spec index 9dc2a8f2..2488a3ca 100644 --- a/python-inventoryclient/centos/python-inventoryclient.spec +++ b/python-inventoryclient/centos/python-inventoryclient.spec @@ -62,9 +62,6 @@ export PBR_VERSION=%{version} install -d -m 755 %{buildroot}%{local_etc_bash_completiond} install -p -D -m 664 tools/inventory.bash_completion %{buildroot}%{local_etc_bash_completiond}/inventory.bash_completion -# prep SDK package -mkdir -p %{buildroot}/usr/share/remote-clients -tar zcf %{buildroot}/usr/share/remote-clients/%{name}-%{version}.tgz --exclude='.gitignore' --exclude='.gitreview' -C .. %{name}-%{version} %clean echo "CLEAN CALLED" @@ -77,6 +74,3 @@ rm -rf $RPM_BUILD_ROOT %{local_etc_bash_completiond}/* %{pythonroot}/%{pypi_name}/* %{pythonroot}/%{pypi_name}-%{version}*.egg-info - -%files sdk -/usr/share/remote-clients/%{name}-%{version}.tgz