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 <kristine.bujold@windriver.com>
This commit is contained in:
Kristine Bujold 2019-03-22 16:19:06 -04:00
parent 21d2970da3
commit cd2ac0de05
8 changed files with 1 additions and 13 deletions

View File

@ -26,7 +26,6 @@ host-guest-comm
host-guest-comm-dev host-guest-comm-dev
nfscheck nfscheck
radvd radvd
remote-clients
config-gate-worker config-gate-worker
kernel-rt kernel-rt
kernel-module-igb-uio kernel-module-igb-uio

View File

@ -6,7 +6,6 @@ kernel-module-openvswitch
platform-util-noncontroller platform-util-noncontroller
storageconfig storageconfig
nfscheck nfscheck
remote-clients
kernel-rt kernel-rt
kernel-module-igb-uio-rt kernel-module-igb-uio-rt
kernel-rt-kvm kernel-rt-kvm

View File

@ -6,7 +6,6 @@ kernel-module-openvswitch
platform-util-noncontroller platform-util-noncontroller
storageconfig storageconfig
nfscheck nfscheck
remote-clients
kernel kernel
kernel-module-igb-uio kernel-module-igb-uio
kmod-e1000e kmod-e1000e

View File

@ -275,7 +275,6 @@ nfv-plugins
nfv-vim nfv-vim
nfv-tools nfv-tools
vm-topology vm-topology
remote-clients
python-networking-odl python-networking-odl
config-gate-worker config-gate-worker
tis-extensions-controller tis-extensions-controller

View File

@ -152,7 +152,6 @@ tgt
nfv-plugins nfv-plugins
nfv-vim nfv-vim
vm-topology vm-topology
remote-clients
lighttpd-fastcgi lighttpd-fastcgi
lighttpd-mod_geoip lighttpd-mod_geoip
lighttpd-mod_mysql_vhost lighttpd-mod_mysql_vhost

View File

@ -155,7 +155,6 @@ tgt
nfv-plugins nfv-plugins
nfv-vim nfv-vim
vm-topology vm-topology
remote-clients
lighttpd-fastcgi lighttpd-fastcgi
lighttpd-mod_geoip lighttpd-mod_geoip
lighttpd-mod_mysql_vhost lighttpd-mod_mysql_vhost

View File

@ -1,2 +1,2 @@
SRC_DIR="inventoryclient" SRC_DIR="inventoryclient"
TIS_PATCH_VER=1 TIS_PATCH_VER=2

View File

@ -62,9 +62,6 @@ export PBR_VERSION=%{version}
install -d -m 755 %{buildroot}%{local_etc_bash_completiond} 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 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 %clean
echo "CLEAN CALLED" echo "CLEAN CALLED"
@ -77,6 +74,3 @@ rm -rf $RPM_BUILD_ROOT
%{local_etc_bash_completiond}/* %{local_etc_bash_completiond}/*
%{pythonroot}/%{pypi_name}/* %{pythonroot}/%{pypi_name}/*
%{pythonroot}/%{pypi_name}-%{version}*.egg-info %{pythonroot}/%{pypi_name}-%{version}*.egg-info
%files sdk
/usr/share/remote-clients/%{name}-%{version}.tgz