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 107 108 109 110 111 112 113 114 115 116 117 118
|
Source: vmms
Section: net
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Build-Depends:
debhelper-compat (= 10),
dh-python,
openstack-pkg-tools,
python3-all,
python3-pbr,
python3-setuptools,
Build-Depends-Indep:
alembic,
python3-alembic,
python3-fixtures,
python3-flask,
python3-jinja2,
python3-keystonemiddleware,
python3-mistralclient,
python3-oslo.config,
python3-oslo.context,
python3-oslo.db,
python3-oslo.log,
python3-oslo.policy,
python3-sqlalchemy,
python3-stestr,
python3-testtools,
python3-tooz,
subunit,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/openstack-team/services/vmms
Vcs-Git: https://salsa.debian.org/openstack-team/services/vmms.git
Homepage: https://salsa.debian.org/openstack-team/services/vmms
Package: vmms-api
Architecture: all
Depends:
adduser,
debconf,
python3-keystoneclient,
python3-pastescript,
q-text-as-data,
uwsgi-plugin-python3,
vmms-common (= ${source:Version}),
${misc:Depends},
${python3:Depends},
Description: OpenStack VM migration scheduler - api
VM Migration Scheduler (aka: vmms) is an OpenStack project that makes it
possible to schedule the migraiton of VMs from one cloud to another. Its API
allows one to add, list, delete VMs in the Mistral workflow scheduler, while
the worker is able to schedule VM migrations during a time window.
.
This package provides the API.
Package: python3-vmms
Architecture: all
Section: python
Depends:
alembic,
python3-alembic,
python3-flask,
python3-jinja2,
python3-keystonemiddleware,
python3-mistralclient,
python3-oslo.config,
python3-oslo.context,
python3-oslo.db,
python3-oslo.log,
python3-oslo.policy,
python3-pbr,
python3-sqlalchemy,
python3-tooz,
${misc:Depends},
${python3:Depends},
Description: OpenStack VM migration scheduler - Python lib
VM Migration Scheduler (aka: vmms) is an OpenStack project that makes it
possible to schedule the migraiton of VMs from one cloud to another. Its API
allows one to add, list, delete VMs in the Mistral workflow scheduler, while
the worker is able to schedule VM migrations during a time window.
.
This package provides the Python lib.
Package: vmms-common
Architecture: all
Depends:
adduser,
dbconfig-common,
debconf,
gettext-base,
openssh-client,
python3-vmms (= ${binary:Version}),
sqlite3,
${misc:Depends},
${python3:Depends},
Description: OpenStack VM migration scheduler - common files
VM Migration Scheduler (aka: vmms) is an OpenStack project that makes it
possible to schedule the migraiton of VMs from one cloud to another. Its API
allows one to add, list, delete VMs in the Mistral workflow scheduler, while
the worker is able to schedule VM migrations during a time window.
.
This package provides common files
Package: vmms-worker
Architecture: all
Depends:
adduser,
vmms-common (= ${source:Version}),
${misc:Depends},
${python3:Depends},
Description: OpenStack VM migration scheduler - worker daemon
VM Migration Scheduler (aka: vmms) is an OpenStack project that makes it
possible to schedule the migraiton of VMs from one cloud to another. Its API
allows one to add, list, delete VMs in the Mistral workflow scheduler, while
the worker is able to schedule VM migrations during a time window.
.
This package provides the worker daemon.
|