!8 [sync] PR-5: 更新至v1.1.1版本

From: @openeuler-sync-bot 
Reviewed-by: @Lostwayzxc 
Signed-off-by: @Lostwayzxc
This commit is contained in:
openeuler-ci-bot 2022-12-02 09:31:40 +00:00 committed by Gitee
commit 2402b5157b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 15 additions and 3 deletions

Binary file not shown.

BIN
aops-diana-v1.1.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: aops-diana Name: aops-diana
Version: v1.0.0 Version: v1.1.1
Release: 1 Release: 1
Summary: An intelligent abnormal detection framework of aops Summary: An intelligent abnormal detection framework of aops
License: MulanPSL2 License: MulanPSL2
@ -7,11 +7,11 @@ URL: https://gitee.com/openeuler/%{name}
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
Requires: aops-vulcanus >= %{version}-%{release} Requires: aops-vulcanus >= v1.0.0
Requires: python3-requests python3-flask python3-flask-restful python3-marshmallow >= 3.13.0 Requires: python3-requests python3-flask python3-flask-restful python3-marshmallow >= 3.13.0
Requires: python3-numpy python3-pandas python3-prometheus-api-client Requires: python3-numpy python3-pandas python3-prometheus-api-client
Requires: python3-sqlalchemy python3-PyMySQL python3-Flask-APScheduler >= 1.11.0 Requires: python3-sqlalchemy python3-PyMySQL python3-Flask-APScheduler >= 1.11.0
Requires: python3-scipy Requires: python3-scipy python3-adtk
Provides: aops-diana Provides: aops-diana
Conflicts: aops-check Conflicts: aops-check
@ -36,6 +36,12 @@ An intelligent abnormal detection framework of aops
%doc README.* %doc README.*
%attr(0644,root,root) %{_sysconfdir}/aops/diana.ini %attr(0644,root,root) %{_sysconfdir}/aops/diana.ini
%attr(0644,root,root) %{_sysconfdir}/aops/diana_hosts.json %attr(0644,root,root) %{_sysconfdir}/aops/diana_hosts.json
%attr(0644,root,root) %{_sysconfdir}/aops/algorithm/ai_template1.json
%attr(0644,root,root) %{_sysconfdir}/aops/algorithm/ai_template2.json
%attr(0644,root,root) %{_sysconfdir}/aops/algorithm/mysql_intelligent.json
%attr(0644,root,root) %{_sysconfdir}/aops/algorithm/lvs_network_error_tree.json
%attr(0644,root,root) %{_sysconfdir}/aops/algorithm/mysql_network_error_tree.json
%attr(0644,root,root) %{_sysconfdir}/aops/algorithm/tpcc_network_error_tree.json
%attr(0755,root,root) %{_bindir}/aops-diana %attr(0755,root,root) %{_bindir}/aops-diana
%attr(0755,root,root) /usr/lib/systemd/system/aops-diana.service %attr(0755,root,root) /usr/lib/systemd/system/aops-diana.service
%{python3_sitelib}/aops_diana*.egg-info %{python3_sitelib}/aops_diana*.egg-info
@ -43,5 +49,11 @@ An intelligent abnormal detection framework of aops
%changelog %changelog
* Fri Dec 2 2022 zhuyuncheng<zhuyuncheng@huawei.com> - v1.1.1-1
- Fix wrong model config path
* Fri Dec 2 2022 zhuyuncheng<zhuyuncheng@huawei.com> - v1.1.0-1
- Update multi-item check algorithm
* Tue Nov 22 2022 zhuyuncheng<zhuyuncheng@huawei.com> - v1.0.0-1 * Tue Nov 22 2022 zhuyuncheng<zhuyuncheng@huawei.com> - v1.0.0-1
- Package init - Package init