File: control

package info (click to toggle)
mistral-extra 15.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 672 kB
  • sloc: python: 2,600; sh: 40; makefile: 18
file content (106 lines) | stat: -rw-r--r-- 2,946 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
Source: mistral-extra
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 11),
 dh-python,
 openstack-pkg-tools,
 python3-all,
 python3-pbr,
 python3-setuptools,
Build-Depends-Indep:
 alembic,
 python3-alembic,
 python3-aodhclient,
 python3-barbicanclient,
 python3-cinderclient,
 python3-coverage,
 python3-designateclient,
 python3-fixtures,
 python3-flask,
 python3-glanceclient,
 python3-gnocchiclient,
 python3-hacking,
 python3-heatclient,
 python3-ironic-inspector-client,
 python3-ironicclient,
 python3-keystoneauth1,
 python3-keystoneclient,
 python3-magnumclient,
 python3-manilaclient,
 python3-mistral-lib,
 python3-mistralclient,
 python3-neutronclient,
 python3-novaclient,
 python3-oauthlib,
 python3-oslo.config,
 python3-oslo.log,
 python3-oslotest,
 python3-prometheus-client,
 python3-requests-mock,
 python3-stestr,
 python3-swiftclient,
 python3-tackerclient,
 python3-troveclient,
 python3-vitrageclient,
 python3-yaql,
 python3-zaqarclient,
 python3-zunclient,
 subunit,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/openstack-team/services/mistral-extra
Vcs-Git: https://salsa.debian.org/openstack-team/services/mistral-extra.git
Homepage: https://opendev.org/openstack/mistral-extra/

Package: mistral-extra
Architecture: all
Depends:
 alembic,
 python3-alembic,
 python3-aodhclient,
 python3-barbicanclient,
 python3-cinderclient,
 python3-designateclient,
 python3-flask,
 python3-glanceclient,
 python3-gnocchiclient,
 python3-heatclient,
 python3-ironic-inspector-client,
 python3-ironicclient,
 python3-keystoneauth1,
 python3-keystoneclient,
 python3-magnumclient,
 python3-manilaclient,
 python3-mistral-lib,
 python3-mistralclient,
 python3-neutronclient,
 python3-novaclient,
 python3-oauthlib,
 python3-oslo.config,
 python3-oslo.log,
 python3-pbr,
 python3-prometheus-client,
 python3-swiftclient,
 python3-tackerclient,
 python3-troveclient,
 python3-vitrageclient,
 python3-yaql,
 python3-zaqarclient,
 python3-zunclient,
 ${misc:Depends},
 ${python3:Depends},
Description: OpenStack Workflow Service - extra functionalities
 Mistral is a workflow service. Most business processes consist of multiple
 distinct interconnected steps that need to be executed in a particular order
 in a distributed environment. One can describe such process as a set of tasks
 and task relations and upload such description to Mistral so that it takes
 care of state management, correct execution order, parallelism,
 synchronization and high availability. Mistral also provides flexible task
 scheduling so that it can run a process according to a specified schedule
 (i.e. every Sunday at 4.00pm) instead of running it immediately. Such set of
 tasks and relations between them is called a workflow.
 .
 This package contains more actions, for example, some OpenStack client.