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:
parent
21d2970da3
commit
cd2ac0de05
@ -26,7 +26,6 @@ host-guest-comm
|
||||
host-guest-comm-dev
|
||||
nfscheck
|
||||
radvd
|
||||
remote-clients
|
||||
config-gate-worker
|
||||
kernel-rt
|
||||
kernel-module-igb-uio
|
||||
|
@ -6,7 +6,6 @@ kernel-module-openvswitch
|
||||
platform-util-noncontroller
|
||||
storageconfig
|
||||
nfscheck
|
||||
remote-clients
|
||||
kernel-rt
|
||||
kernel-module-igb-uio-rt
|
||||
kernel-rt-kvm
|
||||
|
@ -6,7 +6,6 @@ kernel-module-openvswitch
|
||||
platform-util-noncontroller
|
||||
storageconfig
|
||||
nfscheck
|
||||
remote-clients
|
||||
kernel
|
||||
kernel-module-igb-uio
|
||||
kmod-e1000e
|
||||
|
@ -275,7 +275,6 @@ nfv-plugins
|
||||
nfv-vim
|
||||
nfv-tools
|
||||
vm-topology
|
||||
remote-clients
|
||||
python-networking-odl
|
||||
config-gate-worker
|
||||
tis-extensions-controller
|
||||
|
@ -152,7 +152,6 @@ tgt
|
||||
nfv-plugins
|
||||
nfv-vim
|
||||
vm-topology
|
||||
remote-clients
|
||||
lighttpd-fastcgi
|
||||
lighttpd-mod_geoip
|
||||
lighttpd-mod_mysql_vhost
|
||||
|
@ -155,7 +155,6 @@ tgt
|
||||
nfv-plugins
|
||||
nfv-vim
|
||||
vm-topology
|
||||
remote-clients
|
||||
lighttpd-fastcgi
|
||||
lighttpd-mod_geoip
|
||||
lighttpd-mod_mysql_vhost
|
||||
|
@ -1,2 +1,2 @@
|
||||
SRC_DIR="inventoryclient"
|
||||
TIS_PATCH_VER=1
|
||||
TIS_PATCH_VER=2
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user