Merge "Add Cloud-Provider-Openstack to Build"

This commit is contained in:
Zuul 2019-05-02 18:42:23 +00:00 committed by Gerrit Code Review
commit 7367da9ed0
4 changed files with 31 additions and 0 deletions

View File

@ -87,6 +87,9 @@ influxdb-extensions
docker-distribution
registry-token-server
# kubernetes keystone authentication
cloud-provider-openstack
# helm
helm

View File

@ -88,6 +88,7 @@ kubernetes/docker-distribution
kubernetes/etcd
kubernetes/helm
kubernetes/registry-token-server
kubernetes/cloud-provider-openstack
logging/logmgmt
filesystem/filesystem-scripts
config-files/io-scheduler

View File

@ -0,0 +1,5 @@
TAR_NAME="cloud-provider-openstack"
COPY_LIST=" \
$STX_BASE/downloads/cloud-provider-openstack-1.13.1-linux-amd64.tar.gz \
"
TIS_PATCH_VER=0

View File

@ -0,0 +1,22 @@
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