RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1272524 - Review Request: openstack-mistral - workflow Service for OpenStack cloud
Summary: Review Request: openstack-mistral - workflow Service for OpenStack cloud
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RDO
Classification: Community
Component: Package Review
Version: Liberty
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: trunk
Assignee: hguemar
QA Contact: hguemar
URL:
Whiteboard:
Depends On: 1283327
Blocks: RDO-LIBERTY-REVIEWS
TreeView+ depends on / blocked
 
Reported: 2015-10-16 15:57 UTC by Daniil
Modified: 2017-06-18 07:03 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2017-06-18 07:03:30 UTC
Embargoed:


Attachments (Terms of Use)
Changes to openstack-mistral.spec from mos-outside/rpm-master (7.37 KB, patch)
2015-11-19 08:58 UTC, Alan Pevec
no flags Details | Diff

Description Daniil 2015-10-16 15:57:03 UTC
Spec URL: https://raw.githubusercontent.com/mos-outside/mistral/rpm-master/openstack-mistral.spec
SRPM URL: https://github.com/openstack/mistral/tree/stable/liberty
Description: This OpenStack service aims to provide a convenient API based on 5min-to-learn generic DSL to execute any types of task flows (workflows).
https://review.gerrithub.io/#/c/249803/

Comment 1 hguemar 2015-11-05 08:20:59 UTC
Few comments:
* avoid using unversioned python macros
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
s/%{__python}/%{__python2}/
s/%{python_sitelib}/%{python2_sitelib}/
* cleaning buildroot is not required
rm -rf %{buildroot}
* Group tags are not used anymore, drop them
* RDO is not supporting anymore EL6, let's drop it.
Actually, EL6 has only python 2.6 which is not supported upstream.
* Please update the package to latest liberty release and add changelog, we'll adapt it to delorean later :)
* Short license name should be ASL 2.0 
https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing
* python-mistral should not own %{python_sitelib} directory, please name subdirectory.

Comment 2 Dan Prince 2015-11-18 00:39:35 UTC
I've posted an initial Delorean'ized version of the specs here:

https://github.com/openstack-packages/mistral

It builds but doesn't functionally work because our python2-yaql RPM is too old (it is at version 0.2 but 1.0.0 or greater is required).

Also, I commented out the docs because we are missing a python-sphinxcontrib-pecanwsme as well for Delorean.

Comment 3 Alan Pevec 2015-11-19 08:54:39 UTC
Please include feedback in comment 1 and Dan's draft spec imported to openstack-packages/mistral and post updated spec.

BTW, for Dan: initial import should be as submitted in the review i.e. import from https://github.com/mos-outside/mistral/tree/rpm-master
then add your fixes on top of it, so it's easier to follow. I'll attach diff.

Comment 4 Alan Pevec 2015-11-19 08:58:07 UTC
Created attachment 1096550 [details]
Changes to openstack-mistral.spec from mos-outside/rpm-master

Comment 5 Alan Pevec 2015-12-03 23:56:47 UTC
PING

Comment 6 Marcos 2016-04-21 09:08:56 UTC
Hi,

I think I addressed all Haikel and Alan comments. Please, check here SPEC and SRPM

SPEC: https://mferminl.web.cern.ch/mferminl/fedorapkg/openstack-mistral/2.0.0/openstack-mistral.spec
SRPM: https://mferminl.web.cern.ch/mferminl/fedorapkg/openstack-mistral/2.0.0/openstack-mistral-2.0.0-1.fc25.src.rpm

- Python3 enabled
- with_docs disabled due to we are waiting for BZ 1283327 (python-sphinxcontrib-pecanwsme). It will be ready soon.

I don't have successful scratch due to there is no python-wsme library any more (http://pkgs.fedoraproject.org/cgit/rpms/python-wsme.git/tree/dead.package), and it is a mistral dependency https://github.com/openstack/mistral/blob/2.0.0/requirements.txt#L45. More info: https://koji.fedoraproject.org/koji/taskinfo?taskID=13743459

Comment 7 Chandan Kumar 2016-05-19 15:40:11 UTC
This bug is against a Version which has reached End of Life.
If it's still present in supported release (http://releases.openstack.org), please update Version and reopen.

Comment 8 Javier Peña 2016-05-19 16:54:30 UTC
This was closed by mitake using an automated script, reopening.

Comment 9 Christopher Brown 2017-06-18 07:03:30 UTC
This has landed so closing.


Note You need to log in before you can comment on or make changes to this bug.