Add task-core to global-requirements.txt

The TripleO team discussed and agreed to move forward with adding task-core to
TripleO at the last PTG:
https://etherpad.opendev.org/p/tripleo-directord-task-core

* Is the library actively maintained?

Yes, it is actively maintained by the TripleO community at
https://github.com/directord/task-core

* Is the library good code?

Yes, as the authors, we'd like to think so.

* Is the library python 3 compatible?

Yes. There are python3 jobs setup on Github.

* Is the library license compatible?

Yes. It is licensed Apache 2.0.

* Is the library already packaged in the distros we target (Ubuntu latest / Fedora latest)?

Not yet, but we are in the process of packaging it in RDO:
https://bugzilla.redhat.com/show_bug.cgi?id=2021983

* Is the function of this library already covered by other libraries in global-requirements.txt?

No.

* Is the library required for OpenStack project or related dev or infrastructure setup? (Answer to this should be Yes, of course) Which?

Yes. TripleO.
The first patch that would require task-core is:
https://review.opendev.org/c/openstack/python-tripleoclient/+/821624

If the library release is managed by the Openstack release process does it use the cycle-with-intermediary release type?

It is not yet managed by the OpenStack release process, but may be in the future.

Do I need to update anything else?

No.

Signed-off-by: James Slagle <jslagle@redhat.com>
Change-Id: Ia7b92d62abdedcb6222cef4159d9edecdf65e0e0
This commit is contained in:
James Slagle 2021-12-22 14:24:51 -05:00
parent 6615f437de
commit e5ba688ec6
2 changed files with 2 additions and 0 deletions

View File

@ -223,6 +223,7 @@ salt!=2019.2.1,!=2019.2.2 # Apache-2.0
sshtunnel # MIT
storpool!=5.2.0,!=5.3.0 # Apache-2.0
storpool.spopenstack # Apache-2.0
task-core # Apache-2.0
dfs-sdk # Apache-2.0
tap-as-a-service # Apache-2.0
etcd3 # Apache-2.0

View File

@ -624,3 +624,4 @@ scikit-learn===1.0.1;python_version=='3.8'
setuptools===59.6.0;python_version=='3.6'
setuptools===59.8.0;python_version=='3.8'
directord===0.11.0
task-core===0.1.2