!17 Init openstack-ironic-inspector with 9.2.4

From: @huangtianhua
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2021-11-09 11:02:41 +00:00 committed by Gitee
commit 1055a62ec3
3 changed files with 27 additions and 41 deletions

Binary file not shown.

Binary file not shown.

View File

@ -6,8 +6,8 @@
Name: openstack-ironic-inspector
Summary: Hardware introspection service for OpenStack Ironic
Version: 10.6.0
Release: 2
Version: 9.2.4
Release: 1
License: ASL 2.0
URL: https://launchpad.net/ironic-inspector
@ -29,7 +29,7 @@ BuildRequires: python3-pbr
BuildRequires: python3-stestr
BuildRequires: systemd
# All these are required to run tests during check step
BuildRequires: python3-mock >= 3.0.5
BuildRequires: python3-mock
BuildRequires: python3-alembic
BuildRequires: python3-automaton
BuildRequires: python3-eventlet
@ -76,7 +76,7 @@ Provides: openstack-ironic-discoverd = %{upstream_version}
Ironic Inspector is an auxiliary service for discovering hardware properties
for a node managed by OpenStack Ironic. Hardware introspection or hardware
properties discovery is a process of getting hardware parameters required for
scheduling from a bare metal node, given its power management credentials
scheduling from a bare metal node, given its power management credentials
(e.g. IPMI address, user name and password).
This package contains Python modules and an ironic-inspector service combining
@ -92,7 +92,7 @@ Requires: dnsmasq
Ironic Inspector is an auxiliary service for discovering hardware properties
for a node managed by OpenStack Ironic. Hardware introspection or hardware
properties discovery is a process of getting hardware parameters required for
scheduling from a bare metal node, given its power management credentials
scheduling from a bare metal node, given its power management credentials
(e.g. IPMI address, user name and password).
This package contains a dnsmasq service pre-configured for using with
@ -107,7 +107,7 @@ Requires: openstack-ironic-inspector-common = %{version}-%{release}
Ironic Inspector is an auxiliary service for discovering hardware properties
for a node managed by OpenStack Ironic. Hardware introspection or hardware
properties discovery is a process of getting hardware parameters required for
scheduling from a bare metal node, given its power management credentials
scheduling from a bare metal node, given its power management credentials
(e.g. IPMI address, user name and password).
This package contains an ironic-inspector conductor service, which can be used
@ -122,7 +122,7 @@ Requires: openstack-ironic-inspector-common = %{version}-%{release}
Ironic Inspector is an auxiliary service for discovering hardware properties
for a node managed by OpenStack Ironic. Hardware introspection or hardware
properties discovery is a process of getting hardware parameters required for
scheduling from a bare metal node, given its power management credentials
scheduling from a bare metal node, given its power management credentials
(e.g. IPMI address, user name and password).
This package contains an ironic-inspector WSGI service, which can be used
@ -141,40 +141,40 @@ Summary: %{service} source code
%{?systemd_requires}
Requires: python3-alembic >= 1.4.2
Requires: python3-automaton >= 1.9.0
Requires: python3-construct >= 2.9.39
Requires: python3-eventlet >= 0.26.0
Requires: python3-flask >= 1.1.0
Requires: python3-alembic >= 0.8.10
Requires: python3-automaton >= 1.9.0
Requires: python3-construct <2.9,>=2.8.10
Requires: python3-eventlet !=0.18.3,!=0.20.1,>=0.18.2
Requires: python3-flask !=0.11,>=0.10
Requires: python3-futurist >= 1.2.0
Requires: python3-ironic-lib >= 4.3.0
Requires: python3-ironic-lib >=2.17.0
Requires: python3-jsonpath-rw >= 1.2.0
Requires: python3-jsonschema >= 3.2.0
Requires: python3-keystoneauth1 >= 4.2.0
Requires: python3-jsonschema >= 2.6.0
Requires: python3-keystoneauth1 >= 3.4.0
Requires: python3-keystonemiddleware >= 4.18.0
Requires: python3-netaddr >= 0.7.18
Requires: python3-openstacksdk >= 0.40.0
Requires: python3-openstacksdk >= 0.30.0
Requires: python3-oslo-concurrency >= 3.26.0
Requires: python3-oslo-config >= 6.8.0
Requires: python3-oslo-config >= 5.2.0
Requires: python3-oslo-context >= 2.19.2
Requires: python3-oslo-db >= 6.0.0
Requires: python3-oslo-db >= 4.27.0
Requires: python3-oslo-i18n >= 3.15.3
Requires: python3-oslo-log >= 3.36.0
Requires: python3-oslo-messaging >= 5.32.0
Requires: python3-oslo-middleware >= 3.31.0
Requires: python3-oslo-policy >= 3.6.0
Requires: python3-oslo-policy >= 1.30.0
Requires: python3-oslo-rootwrap >= 5.8.0
Requires: python3-oslo-serialization >= 2.18.0
Requires: python3-oslo-service >= 1.24.0
Requires: python3-oslo-utils >= 4.5.0
Requires: python3-oslo-utils >= 3.33.0
Requires: python3-pbr >= 2.0.0
Requires: python3-pytz >= 2013.6
Requires: python3-sqlalchemy >= 1.2.19
Requires: python3-sqlalchemy >= 1.0.10
Requires: python3-stevedore >= 1.20.0
Requires: python3-tooz >= 2.5.1
Requires: python3-tenacity >= 6.2.0
Requires: python3-yaml >= 5.3.1
Requires: python3-oslo-upgradecheck >= 1.2.0
Requires: python3-tooz >= 1.64.0
Requires: python3-tenacity
Requires: python3-yaml
Requires: python3-oslo-upgradecheck
%description -n python3-%{service}
It contains the project python source code
@ -326,19 +326,5 @@ exit 0
%systemd_postun_with_restart openstack-ironic-inspector-conductor.service
%changelog
* Mon Aug 23 2021 wangxiyuan<wangxiyuan1007@gmail.com> - 10.6.0-2
- Correct the package structure.
* Mon Jul 26 2021 liksh <liks11@chinaunicom.cn> 10.6.0-1
- Update to 10.6.0
* Mon Mar 15 2021 joec88<chens141@chinaunicom.cn> - 10.5.0-3
- Add inspector-dist.conf; Add config-file option to service
* Thu Mar 11 2021 wangxiyuan<wangxiyuan1007@gmail.com> - 10.5.0-2
- Fix sudoers file parse error
* Thu Feb 4 2021 wangxiyuan<wangxiyuan1007@gmail.com> - 10.5.0-1
- Package init
* Mon Nov 8 2021 huangtianhua<huangtianhua@huawei.com> - 9.2.4-1
- Init openstack-ironic-inspector with 9.2.4 for Train