1f5b8375f8
Cloud-Provider-Openstack is required for Keystone authentication with Kubernetes. This commit brings in Cloud-Provider-Openstack as a pre-built binary to shove into an RPM as part of the ISO. The source is also downloaded, but not used at the moment. Story: 2002843 Task: 26958 Depends-On: https://review.openstack.org/651326 Change-Id: If2a7a1d696370c8e40a11f8002c9a597406eb2db Signed-off-by: Jerry Sun <jerry.sun@windriver.com>
23 lines
577 B
RPMSpec
23 lines
577 B
RPMSpec
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
|