!1 add package aops-ceres,version1.0.0

From: @rabbitali 
Reviewed-by: @zhu-yuncheng 
Signed-off-by: @zhu-yuncheng
This commit is contained in:
openeuler-ci-bot 2022-11-22 14:19:26 +00:00 committed by Gitee
commit ffde31b630
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 45 additions and 0 deletions

BIN
aops-ceres-v1.0.0.tar.gz Normal file

Binary file not shown.

45
aops-ceres.spec Normal file
View File

@ -0,0 +1,45 @@
Name: aops-ceres
Version: v1.0.0
Release: 1
Summary: An agent which needs to be adopted in client, it managers some plugins, such as gala-gopher(kpi collection), fluentd(log collection) and so on.
License: MulanPSL2
URL: https://gitee.com/openeuler/%{name}
Source0: %{name}-%{version}.tar.gz
BuildRequires: python3-setuptools
Requires: python3-requests python3-flask python3-connexion python3-configparser python3-jsonschema
Requires: python3-flask-testing python3-libconf python3-swagger-ui-bundle
Requires: python3-concurrent-log-handler dmidecode python3-responses
Provides: aops-ceres
Conflicts: aops-agent
%description
An agent which needs to be adopted in client, it managers some plugins, such as gala-gopher(kpi collection), fluentd(log collection) and so on.
%prep
%autosetup -n %{name}-%{version}
# build for aops-ceres
%py3_build
# install for aops-ceres
%py3_install
%files
%doc README.*
%attr(0644,root,root) %{_sysconfdir}/aops/ceres.conf
%attr(0755,root,root) /usr/lib/systemd/system/aops-ceres.service
%{python3_sitelib}/aops_ceres*.egg-info
%{python3_sitelib}/ceres/*
%{_bindir}/aops-ceres
%changelog
* Tue Nov 22 2022 zhuyuncheng<zhuyuncheng@huawei.com> - v1.0.0-1
- Package init