Remove Cloud-Provider-Openstack from Build
Cloud-Provider-Openstack is required for Keystone authentication with Kubernetes. Since we are no longer doing that, we can remove Cloud-Provider-Openstack from the build. Story: 2002843 Task: 26958 Change-Id: I971ba2626ab040631c163957fbe6efbd58951ad1 Signed-off-by: Jerry Sun <jerry.sun@windriver.com>
This commit is contained in:
parent
202ad050a8
commit
cd4fe5dbc8
@ -87,9 +87,6 @@ influxdb-extensions
|
||||
docker-distribution
|
||||
registry-token-server
|
||||
|
||||
# kubernetes keystone authentication
|
||||
cloud-provider-openstack
|
||||
|
||||
# helm
|
||||
helm
|
||||
|
||||
|
@ -88,7 +88,6 @@ kubernetes/docker-distribution
|
||||
kubernetes/etcd
|
||||
kubernetes/helm
|
||||
kubernetes/registry-token-server
|
||||
kubernetes/cloud-provider-openstack
|
||||
logging/logmgmt
|
||||
filesystem/filesystem-scripts
|
||||
config-files/io-scheduler
|
||||
|
@ -1,5 +0,0 @@
|
||||
TAR_NAME="cloud-provider-openstack"
|
||||
COPY_LIST=" \
|
||||
$STX_BASE/downloads/cloud-provider-openstack-1.13.1-linux-amd64.tar.gz \
|
||||
"
|
||||
TIS_PATCH_VER=0
|
@ -1,22 +0,0 @@
|
||||
Name: cloud-provider-openstack
|
||||
Version: 1.13.1
|
||||
Release: 1%{?_tis_dist}.%{tis_patch_ver}
|
||||
Summary: For Kubernetes to work with Openstack
|
||||
License: ASL 2.0
|
||||
Source0: cloud-provider-openstack-1.13.1-linux-amd64.tar.gz
|
||||
|
||||
ExclusiveArch: x86_64
|
||||
|
||||
%description
|
||||
For Kubernetes to work with Openstack. For example, Keystone authentication.
|
||||
|
||||
%prep
|
||||
%setup -n cloud-provider-openstack
|
||||
|
||||
%install
|
||||
install -d -p %{buildroot}%{_bindir}
|
||||
install -p -m 0755 client-keystone-auth %{buildroot}%{_bindir}
|
||||
|
||||
%files
|
||||
%doc LICENSE
|
||||
%{_bindir}/client-keystone-auth
|
Loading…
Reference in New Issue
Block a user