summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-09-16 06:21:50 +0000
committerCoprDistGit <infra@openeuler.org>2025-09-16 06:21:50 +0000
commit68eee85c4dff7944d2f9d856923870077ea52f7c (patch)
treeb9cdeee437d86c31fb19d7ca493a1d8fa0f21a54
parente18afb87c9b18362119f8bec553e919c6dce101f (diff)
automatic import of aops-vulcanusopeneuler22.03_LTS_SP4
-rw-r--r--.gitignore1
-rw-r--r--aops-vulcanus.spec95
-rw-r--r--sources1
3 files changed, 97 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..4d1072d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/aops-vulcanus-v2.2.0.tar.gz
diff --git a/aops-vulcanus.spec b/aops-vulcanus.spec
new file mode 100644
index 0000000..78b0817
--- /dev/null
+++ b/aops-vulcanus.spec
@@ -0,0 +1,95 @@
+Name: aops-vulcanus
+Version: v2.2.0
+Release: 1
+Summary: A basic tool libraries of aops, including logging, configure and response, etc.
+License: MulanPSL2
+URL: https://gitee.com/openeuler/%{name}
+Source0: %{name}-%{version}.tar.gz
+
+
+BuildRequires: python3-setuptools
+Requires: python3-concurrent-log-handler python3-xmltodict python3-pyyaml python3-marshmallow >= 3.13.0
+Requires: python3-requests python3-xlrd python3-sqlalchemy
+Requires: python3-elasticsearch >= 7 python3-elasticsearch < 8
+Requires: python3-flask python3-flask-restful python3-PyMySQL python3-kafka-python python3-retrying
+Requires: python-jwt python3-redis python3-Flask-APScheduler >= 1.11.0 python3-APScheduler python3-kazoo
+Provides: aops-vulcanus
+Conflicts: aops-utils
+
+
+%description
+A basic tool libraries of aops, including logging, configure and response, etc.
+
+
+%package -n aops-tools
+Summary: aops scripts
+Provides: aops-tools = %{version}
+
+%description -n aops-tools
+tools for aops, it's about aops deploy
+
+
+%prep
+%autosetup -n %{name}-%{version}
+
+
+# build for aops-vulcanus
+%py3_build
+
+
+# install for aops-vulcanus
+%py3_install
+
+
+# install for aops-tools
+mkdir -p %{buildroot}/opt/aops/
+cp -r scripts %{buildroot}/opt/aops/
+
+
+%files
+%doc README.*
+%attr(0644,root,root) %{_sysconfdir}/aops/aops-config.yml
+%{python3_sitelib}/aops_vulcanus*.egg-info
+%{python3_sitelib}/vulcanus/*
+
+
+%files -n aops-tools
+%attr(0755, root, root) /opt/aops/scripts/*
+
+
+%changelog
+* Tue May 28 2024 gongzhengtang<gong_zhengtang@163.com> - v2.0.0-1
+- support signature verification
+- unified management and control of the configuration center
+
+* Thu Jun 08 2023 wenxin<shusheng.wen@outlook.com> - v1.2.1-2
+- fix issue: aops-zeus app failed to load when first start by uwsgi
+- add paging parameter schema
+
+* Tue May 23 2023 wenxin<shusheng.wen@outlook.com> - v1.2.1-1
+- add cve rollback url for aops-zeus
+
+* Tue May 9 2023 wenxin<shusheng.wen@outlook.com> - v1.2.0-4
+- update length limit of username field
+
+* Mon May 8 2023 gongzhengtang<gong_zhengtang@163.com> - v1.2.0-3
+- add gevent config item for uwsgi; fix old token is invalid
+
+* Thu Apr 27 2023 wenixn<shusheng.wen@outlook.com> - v1.2.0-2
+- add custom validation rules;fix script docker install error
+
+* Mon Apr 17 2023 wenixn<shusheng.wen@outlook.com> - v1.2.0-1
+- update token authentication method; update the structure of response body
+- update database connect method
+
+* Tue Dec 27 2022 wenxin<shusheng.wen@outlook.com> - v1.1.1-2
+- Modify uwsgi configuration file fields
+
+* Fri Dec 02 2022 wenxin<shusheng.wen@outlook.com> - v1.1.1-1
+- update get response
+
+* Fri Nov 25 2022 wenxin<shusheng.wen@outlook.com> - v1.1.0-1
+- Fix bug: fix file creation error
+
+* Tue Nov 22 2022 zhuyuncheng<zhuyuncheng@huawei.com> - v1.0.0-1
+- Package init
diff --git a/sources b/sources
new file mode 100644
index 0000000..aa234c4
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+9ca9ab4044535ceefd5261591dc47dad aops-vulcanus-v2.2.0.tar.gz