2020-09-12 00:10:31 +02:00
|
|
|
#
|
|
|
|
# spec file for package kubevirt
|
|
|
|
#
|
2021-01-20 01:50:25 +01:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2020-09-12 00:10:31 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: kubevirt
|
2021-05-21 22:30:04 +02:00
|
|
|
Version: 0.41.0
|
2020-09-12 00:10:31 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Container native virtualization
|
|
|
|
License: Apache-2.0
|
|
|
|
Group: System/Packages
|
|
|
|
URL: https://github.com/kubevirt/kubevirt
|
|
|
|
Source0: %{name}-%{version}.tar.gz
|
2020-11-06 22:27:48 +01:00
|
|
|
Source1: kubevirt-psp-caasp.yaml
|
2021-05-04 15:57:05 +02:00
|
|
|
Source2: kubevirt_containers_meta
|
|
|
|
Source3: kubevirt_containers_meta.service
|
2020-11-10 01:12:14 +01:00
|
|
|
Source100: %{name}-rpmlintrc
|
2021-05-21 22:30:04 +02:00
|
|
|
Patch0: 0001-Don-t-build-virtctl-for-darwin-and-windows.patch
|
|
|
|
Patch1: 0002-Don-t-use-Bazel-in-build-manifests.sh.patch
|
2020-09-12 00:10:31 +02:00
|
|
|
BuildRequires: glibc-devel-static
|
|
|
|
BuildRequires: golang-packaging
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: rsync
|
|
|
|
BuildRequires: sed
|
2020-09-16 19:35:17 +02:00
|
|
|
BuildRequires: golang(API) = 1.13
|
2020-09-12 00:10:31 +02:00
|
|
|
BuildRequires: pkgconfig(libvirt)
|
|
|
|
ExclusiveArch: x86_64
|
|
|
|
|
|
|
|
%description
|
|
|
|
Kubevirt is a virtual machine management add-on for Kubernetes
|
|
|
|
|
|
|
|
%package virtctl
|
|
|
|
Summary: Client for managing kubevirt
|
2020-09-16 19:35:17 +02:00
|
|
|
Group: System/Packages
|
2020-09-12 00:10:31 +02:00
|
|
|
|
|
|
|
%description virtctl
|
|
|
|
The virtctl client is a command-line utility for managing container native virtualization resources
|
|
|
|
|
|
|
|
%package virt-api
|
|
|
|
Summary: Kubevirt API server
|
2020-09-16 19:35:17 +02:00
|
|
|
Group: System/Packages
|
2020-09-12 00:10:31 +02:00
|
|
|
|
|
|
|
%description virt-api
|
|
|
|
The virt-api package provides the kubernetes API extension for kubevirt
|
|
|
|
|
|
|
|
%package container-disk
|
|
|
|
Summary: Container disk for kubevirt
|
2020-09-16 19:35:17 +02:00
|
|
|
Group: System/Packages
|
2020-09-12 00:10:31 +02:00
|
|
|
|
|
|
|
%description container-disk
|
|
|
|
The containter-disk package provides a container disk functionality for kubevirt
|
|
|
|
|
|
|
|
%package virt-controller
|
|
|
|
Summary: Controller for kubevirt
|
2020-09-16 19:35:17 +02:00
|
|
|
Group: System/Packages
|
2020-09-12 00:10:31 +02:00
|
|
|
|
|
|
|
%description virt-controller
|
|
|
|
The virt-controller package provides a controller for kubevirt
|
|
|
|
|
|
|
|
%package virt-handler
|
|
|
|
Summary: Handler component for kubevirt
|
2020-09-16 19:35:17 +02:00
|
|
|
Group: System/Packages
|
2020-09-12 00:10:31 +02:00
|
|
|
|
|
|
|
%description virt-handler
|
|
|
|
The virt-handler package provides a handler for kubevirt
|
|
|
|
|
|
|
|
%package virt-launcher
|
|
|
|
Summary: Launcher component for kubevirt
|
2020-09-16 19:35:17 +02:00
|
|
|
Group: System/Packages
|
2020-09-12 00:10:31 +02:00
|
|
|
|
|
|
|
%description virt-launcher
|
|
|
|
The virt-launcher package provides a launcher for kubevirt
|
|
|
|
|
|
|
|
%package virt-operator
|
|
|
|
Summary: Operator component for kubevirt
|
2020-09-16 19:35:17 +02:00
|
|
|
Group: System/Packages
|
2020-09-12 00:10:31 +02:00
|
|
|
|
|
|
|
%description virt-operator
|
|
|
|
The virt-opertor package provides an operator for kubevirt CRD
|
|
|
|
|
2020-11-02 15:45:47 +01:00
|
|
|
%package manifests
|
|
|
|
Summary: YAML manifests used to install kubevirt
|
|
|
|
Group: System/Packages
|
|
|
|
|
|
|
|
%description manifests
|
|
|
|
This contains the built YAML manifests used to install kubevirt into a
|
|
|
|
kubernetes installation with kubectl apply.
|
|
|
|
|
2021-02-17 12:55:54 +01:00
|
|
|
%package tests
|
|
|
|
Summary: Kubevirt functional tests
|
|
|
|
Group: System/Packages
|
|
|
|
|
|
|
|
%description tests
|
|
|
|
The package provides Kubevirt end-to-end tests.
|
|
|
|
|
2021-05-04 15:57:05 +02:00
|
|
|
%package -n obs-service-kubevirt_containers_meta
|
|
|
|
Summary: Kubevirt containers meta information (build service)
|
|
|
|
Group: System/Packages
|
|
|
|
|
|
|
|
%description -n obs-service-kubevirt_containers_meta
|
|
|
|
The package provides meta information that is used during the build of
|
|
|
|
the Kubevirt container images.
|
|
|
|
|
2020-09-12 00:10:31 +02:00
|
|
|
%prep
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
%build
|
2020-11-06 22:27:48 +01:00
|
|
|
# Hackery to determine which registry path to use in kubevirt-operator.yaml
|
|
|
|
# when building the manifests
|
|
|
|
#
|
|
|
|
# The 'registry_path' macro can be used to define an explicit path in the
|
|
|
|
# project config, e.g.
|
|
|
|
#
|
|
|
|
# Macros:
|
|
|
|
# %registry_path registry.opensuse.org/Virtualization/container
|
|
|
|
# :Macros
|
|
|
|
#
|
|
|
|
# 'registry_path' can also be defined when building locally, e.g.
|
|
|
|
#
|
|
|
|
# osc build --define='registry_path registry.opensuse.org/foo/bar/baz' ...
|
|
|
|
#
|
|
|
|
# If 'registry_path' is not specified, the standard publish location for SLE and
|
|
|
|
# openSUSE-based containers is used.
|
|
|
|
#
|
|
|
|
# TODO:
|
|
|
|
# 1. Determine "standard publish location" for SLE and openSUSE variants
|
|
|
|
# 2. Support Leap when 1 is done
|
|
|
|
#
|
|
|
|
%if "%{?registry_path}" == ""
|
|
|
|
distro='%{?sle_version}:%{is_opensuse}'
|
|
|
|
case "${distro}" in
|
|
|
|
150200:0)
|
|
|
|
reg_path='registry.suse.de/suse/containers/sle-server/15/containers/suse/sles/15.2' ;;
|
|
|
|
150300:0)
|
|
|
|
reg_path='registry.suse.de/suse/containers/sle-server/15/containers/suse/sles/15.3' ;;
|
|
|
|
*)
|
2021-04-29 09:10:20 +02:00
|
|
|
reg_path='registry.opensuse.org/kubevirt' ;;
|
2020-11-06 22:27:48 +01:00
|
|
|
esac
|
|
|
|
%else
|
|
|
|
reg_path='%{registry_path}'
|
|
|
|
%endif
|
|
|
|
|
2020-09-12 00:10:31 +02:00
|
|
|
mkdir -p go/src/kubevirt.io go/pkg
|
|
|
|
ln -s ../../../ go/src/kubevirt.io/kubevirt
|
|
|
|
export GOPATH=${PWD}/go
|
2020-09-16 19:35:17 +02:00
|
|
|
export GOFLAGS="-buildmode=pie"
|
2020-09-12 00:10:31 +02:00
|
|
|
cd ${GOPATH}/src/kubevirt.io/kubevirt
|
|
|
|
env \
|
|
|
|
KUBEVIRT_GO_BASE_PKGDIR="${GOPATH}/pkg" \
|
|
|
|
KUBEVIRT_VERSION=%{version} \
|
2020-10-23 21:46:08 +02:00
|
|
|
KUBEVIRT_SOURCE_DATE_EPOCH="$(date -r LICENSE +%s)" \
|
2020-09-12 00:10:31 +02:00
|
|
|
KUBEVIRT_GIT_COMMIT='v%{version}' \
|
|
|
|
KUBEVIRT_GIT_VERSION='v%{version}' \
|
|
|
|
KUBEVIRT_GIT_TREE_STATE="clean" \
|
2021-02-17 12:55:54 +01:00
|
|
|
build_tests="true" \
|
2020-09-12 00:10:31 +02:00
|
|
|
./hack/build-go.sh install \
|
|
|
|
cmd/virtctl \
|
|
|
|
cmd/virt-api \
|
|
|
|
cmd/virt-controller \
|
|
|
|
cmd/virt-chroot \
|
|
|
|
cmd/virt-handler \
|
|
|
|
cmd/virt-launcher \
|
|
|
|
cmd/virt-operator \
|
|
|
|
%{nil}
|
2020-11-06 22:27:48 +01:00
|
|
|
|
2021-05-04 15:57:05 +02:00
|
|
|
env DOCKER_PREFIX=$reg_path DOCKER_TAG=%{version}-%{release} ./hack/build-manifests.sh --skipj2
|
2020-09-12 00:10:31 +02:00
|
|
|
|
|
|
|
%install
|
|
|
|
mkdir -p %{buildroot}%{_bindir}
|
|
|
|
|
|
|
|
install -p -m 0755 _out/cmd/container-disk-v2alpha/container-disk %{buildroot}%{_bindir}/
|
|
|
|
install -p -m 0755 _out/cmd/virtctl/virtctl %{buildroot}%{_bindir}/
|
|
|
|
install -p -m 0755 _out/cmd/virt-api/virt-api %{buildroot}%{_bindir}/
|
|
|
|
install -p -m 0755 _out/cmd/virt-controller/virt-controller %{buildroot}%{_bindir}/
|
|
|
|
install -p -m 0755 _out/cmd/virt-chroot/virt-chroot %{buildroot}%{_bindir}/
|
|
|
|
install -p -m 0755 _out/cmd/virt-handler/virt-handler %{buildroot}%{_bindir}/
|
|
|
|
install -p -m 0755 _out/cmd/virt-launcher/virt-launcher %{buildroot}%{_bindir}/
|
|
|
|
install -p -m 0755 _out/cmd/virt-operator/virt-operator %{buildroot}%{_bindir}/
|
2021-02-17 12:55:54 +01:00
|
|
|
install -p -m 0755 _out/tests/tests.test %{buildroot}%{_bindir}/virt-tests
|
2020-09-12 00:10:31 +02:00
|
|
|
|
2021-04-21 17:24:29 +02:00
|
|
|
# node-labeller needs to be installed in /bin
|
|
|
|
mkdir -p %{buildroot}/bin
|
|
|
|
install -p -m 0755 cmd/virt-launcher/node-labeller/node-labeller.sh %{buildroot}/bin/
|
|
|
|
|
2021-05-06 17:38:50 +02:00
|
|
|
# virt-launcher SELinux policy needs to land in virt-handler container
|
|
|
|
install -p -m 0644 cmd/virt-handler/virt_launcher.cil %{buildroot}/
|
|
|
|
|
2020-11-02 15:45:47 +01:00
|
|
|
mkdir -p %{buildroot}%{_datadir}/kube-virt
|
|
|
|
cp -r _out/manifests %{buildroot}%{_datadir}/kube-virt/
|
2021-05-17 15:52:07 +02:00
|
|
|
# Dont install OLM manifests
|
|
|
|
rm -rf %{buildroot}%{_datadir}/kube-virt/manifests/release/olm
|
2020-11-06 22:27:48 +01:00
|
|
|
# TODO:
|
|
|
|
# Create a proper Pod Security Policy (PSP) for KubeVirt. For now, add one
|
|
|
|
# that uses the CaaSP privileged PSP. It can be used with CaaSP-based
|
|
|
|
# Kubernetes clusters.
|
|
|
|
install -m 644 %{S:1} %{buildroot}/%{_datadir}/kube-virt/manifests/release/
|
2021-02-17 12:55:54 +01:00
|
|
|
install -m 0644 tests/default-config.json %{buildroot}%{_datadir}/kube-virt
|
2020-11-02 15:45:47 +01:00
|
|
|
|
2021-05-04 15:57:05 +02:00
|
|
|
# Install kubevirt_containers_meta build service
|
|
|
|
mkdir -p %{buildroot}%{_prefix}/lib/obs/service
|
|
|
|
install -m 0755 %{S:2} %{buildroot}%{_prefix}/lib/obs/service
|
|
|
|
install -m 0644 %{S:3} %{buildroot}%{_prefix}/lib/obs/service
|
|
|
|
|
2020-09-12 00:10:31 +02:00
|
|
|
%files virtctl
|
|
|
|
%license LICENSE
|
|
|
|
%doc README.md
|
|
|
|
%{_bindir}/virtctl
|
|
|
|
|
|
|
|
%files virt-api
|
|
|
|
%license LICENSE
|
|
|
|
%doc README.md
|
|
|
|
%{_bindir}/virt-api
|
|
|
|
|
|
|
|
%files container-disk
|
|
|
|
%license LICENSE
|
|
|
|
%doc README.md
|
|
|
|
%{_bindir}/container-disk
|
|
|
|
|
|
|
|
%files virt-controller
|
|
|
|
%license LICENSE
|
|
|
|
%doc README.md
|
|
|
|
%{_bindir}/virt-controller
|
|
|
|
|
|
|
|
%files virt-handler
|
|
|
|
%license LICENSE
|
|
|
|
%doc README.md
|
|
|
|
%{_bindir}/virt-handler
|
|
|
|
%{_bindir}/virt-chroot
|
2021-05-06 17:38:50 +02:00
|
|
|
/virt_launcher.cil
|
2020-09-12 00:10:31 +02:00
|
|
|
|
|
|
|
%files virt-launcher
|
|
|
|
%license LICENSE
|
|
|
|
%doc README.md
|
|
|
|
%{_bindir}/virt-launcher
|
2021-04-21 17:24:29 +02:00
|
|
|
/bin/node-labeller.sh
|
2020-09-12 00:10:31 +02:00
|
|
|
|
|
|
|
%files virt-operator
|
|
|
|
%license LICENSE
|
|
|
|
%doc README.md
|
|
|
|
%{_bindir}/virt-operator
|
|
|
|
|
2020-11-02 15:45:47 +01:00
|
|
|
%files manifests
|
|
|
|
%license LICENSE
|
|
|
|
%doc README.md
|
|
|
|
%dir %{_datadir}/kube-virt
|
|
|
|
%{_datadir}/kube-virt/manifests
|
|
|
|
|
2021-02-17 12:55:54 +01:00
|
|
|
%files tests
|
|
|
|
%license LICENSE
|
|
|
|
%doc README.md
|
|
|
|
%dir %{_datadir}/kube-virt
|
|
|
|
%{_bindir}/virt-tests
|
|
|
|
%{_datadir}/kube-virt/default-config.json
|
|
|
|
|
2021-05-04 15:57:05 +02:00
|
|
|
%files -n obs-service-kubevirt_containers_meta
|
|
|
|
%license LICENSE
|
|
|
|
%doc README.md
|
|
|
|
%dir %{_prefix}/lib/obs
|
|
|
|
%{_prefix}/lib/obs/service
|
|
|
|
|
2020-09-12 00:10:31 +02:00
|
|
|
%changelog
|