Accepting request 671016 from devel:CaaSP
- Update to version 1.1 * new plugins for crio and kubelet - Add new sub-package with test cases for openSUSE Kubic OBS-URL: https://build.opensuse.org/request/show/671016 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/health-checker?expand=0&rev=7
This commit is contained in:
parent
27eb4b08b8
commit
cbd467783f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:085fd3361984c1b7ed282f3b3bc972487fd5adaa19e9adc5426721151d8663ef
|
||||
size 66912
|
3
health-checker-1.1.tar.xz
Normal file
3
health-checker-1.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a94b96ed91e1917bbe711487d81471ed13304c6514e16f8624760ed97f30ee65
|
||||
size 67796
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 4 10:57:58 CET 2019 - kukuk@suse.de
|
||||
|
||||
- Update to version 1.1
|
||||
* new plugins for crio and kubelet
|
||||
- Add new sub-package with test cases for openSUSE Kubic
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 19 14:15:00 CET 2018 - kukuk@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package health-checker
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: health-checker
|
||||
Version: 1.0
|
||||
Version: 1.1
|
||||
Release: 0
|
||||
Summary: Service for verifying that important services are running
|
||||
License: GPL-2.0-only
|
||||
@ -48,6 +48,16 @@ Provides: health-checker-plugins = 1.0
|
||||
This package contains health-checker plugins for testing that
|
||||
the openSUSE MicroOS did boot correctly.
|
||||
|
||||
%package plugins-kubic
|
||||
Summary: Health-checker plugins for openSUSE Kubic
|
||||
Group: System/Base
|
||||
Requires: %{name} >= %{version}
|
||||
Provides: health-checker-plugins = 1.0
|
||||
|
||||
%description plugins-kubic
|
||||
This package contains health-checker plugins for testing that
|
||||
the openSUSE Kubic did boot correctly.
|
||||
|
||||
%package plugins-caasp
|
||||
Summary: Health-checker plugins for SUSE CaaS Platform
|
||||
Group: System/Base
|
||||
@ -114,12 +124,16 @@ ln -sf service %{buildroot}%{_sbindir}/rchealth-checker
|
||||
%{_libexecdir}/dracut/modules.d/50health-checker
|
||||
|
||||
%files plugins-MicroOS
|
||||
%{_libexecdir}/health-checker/crio.sh
|
||||
%{_libexecdir}/health-checker/etc-overlayfs.sh
|
||||
%{_libexecdir}/health-checker/rebootmgr.sh
|
||||
|
||||
%files plugins-caasp
|
||||
%{_libexecdir}/health-checker/etcd.sh
|
||||
|
||||
%files plugins-kubic
|
||||
%{_libexecdir}/health-checker/kubelet.sh
|
||||
|
||||
%files testing
|
||||
%{_libexecdir}/health-checker/health-check-tester.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user