Accepting request 889191 from Virtualization

OBS-URL: https://build.opensuse.org/request/show/889191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kubevirt?expand=0&rev=17
This commit is contained in:
Dominique Leuenberger 2021-04-29 20:46:16 +00:00 committed by Git OBS Bridge
commit 4f6e40242d
3 changed files with 15 additions and 1 deletions

8
_constraints Normal file
View File

@ -0,0 +1,8 @@
<constraints>
<!-- Kubevirt needs larger disk for builds -->
<hardware>
<disk>
<size unit="G">6</size>
</disk>
</hardware>
</constraints>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 29 05:17:03 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Set default reg_path='registry.opensuse.org/kubevirt'
- Add _constraints file with disk requirements
-------------------------------------------------------------------
Fri Apr 23 09:50:20 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>

View File

@ -139,7 +139,7 @@ case "${distro}" in
150300:0)
reg_path='registry.suse.de/suse/containers/sle-server/15/containers/suse/sles/15.3' ;;
*)
reg_path='registry.opensuse.org/virtualization/container/kubevirt' ;;
reg_path='registry.opensuse.org/kubevirt' ;;
esac
%else
reg_path='%{registry_path}'