Commit Graph

16 Commits

Author SHA1 Message Date
Ken Giusti 98f602bbf3 Retire the devstack-plugin-zmq project
This plugin was used by the oslo.messaging project to test the
development of a message driver based on the ZeroMQ library.

The jobs using this plugin were non-voting and non-gating.

Development of this driver was dropped in Rocky and is not
supported.

Depends-On: https://review.opendev.org/745344
Change-Id: I0376c9bcdd6b53c866e14583f87e320d1ccbc123
2020-08-28 11:37:54 -04:00
Hervé Beraud 0b9349f20e bump tox to 3.1.1
Change-Id: I2b9eab05eabbf616450b22137b2225bf46b11df5
2020-02-10 18:15:32 +01:00
OpenDev Sysadmins 431ebccd1f OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:42:54 +00:00
Ian Wienand 282bbd9562 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: Id65f5d741432645340974c1730edec656da005a1
2019-03-24 20:33:29 +00:00
Andreas Jaeger f1d39abd34 Remove legacy-tempest-dsvm-full-zmq
this job is a copy of  devstack-plugin-zmq-tempest-full, we do not need
both. remove it.

Change-Id: Ie6efa660096bbd8d51cfa73ce3b049cebf06a296
2018-08-29 15:26:59 +02:00
qingszhao 33028063f7 import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: Icd75640c4e6b5e1fa8b372114e9ddfe4c5e82af6
Story: #2002586
Task: #24322
2018-08-24 02:00:21 +00:00
Doug Hellmann 37b1b5fb92 import zuul job settings from project-config
This is a mostly mechanically generated patch to complete step 1 of
moving the zuul job settings out of project-config and into each
project repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

The legacy-tempest-dsvm-full-zmq job is only used by this plugin, so
we move the playbook and job definition here as well. It needs to be
renamed in order to be moved and applied to the repository, so the new
name devstack-plugin-zmq-tempest-full is used to indicate that it is
defined within the repository.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I3d80c8a576fa4cbedffdaaf6cf97a4a61a2dce34
Story: #2003250
2018-08-05 14:35:51 -04:00
Flavio Percoco 4a0498c10b Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

b'https://gist.github.com/773cb378d1a888797108ebfd77e6ded0\n'

Change-Id: I6324c4df29bf0d9565104a2a7da288edd45d4669
2016-11-25 13:17:30 +01:00
Oleksii Zamiatin 48120dc9ba [zmq] Setup url for ceilometer gate with zmq
Setup transport url for gate-oslo.messaging-telemetry-dsvm-integration-zmq
to run. Currently can not complete installation without url parameter.

Change-Id: I632f9ef0d35e94cd9d7577f27c5decd85eec7a48
Related-Bug: #1539047
2016-02-15 17:29:10 +02:00
Davanum Srinivas bea93f9bd9 Adding LICENSE file
Change-Id: I1f426b3362f08b6e37e98cc627f08d70bbf4568f
2015-10-04 19:33:41 -04:00
Oleksii Zamiatin 09eb2eeeed Properly run zmq-broker screen
Receiver doesn't exist any more, so we have client side queue
and it should be running inside of 0mq screen instead of
receiver.

Change-Id: I492f2011b8cac4f67bb897350ca92dbb1e248481
2015-10-02 18:43:35 +03:00
Davanum Srinivas 2e7d29ca86 fix enable_plugin url
Change-Id: I8d7a908e39993aa566a402259d62f4fcd918b5ae
2015-09-30 21:25:53 -04:00
Davanum Srinivas 0533724e15 Bootstrap helpers for zmq plugin
Change-Id: Ic235819d0fafa9ae8ba3e4179f0f78bbac16d0f7
2015-09-30 09:28:18 -04:00
Sean Dague 7e126ae527 match run_process name to service name
The run_process name has to be the same as the enable_service name
otherwise run_process won't actually run that thing.

The service name was changed in this plugin to 0mq to ensure the
plugin fully stands on it's own, and no vestigial pieces of the old
code is needed for it to work.
2015-06-18 09:16:37 -04:00
Sean Dague 245b66b4c7 add first draft 0mq plugin 2015-06-18 07:43:09 -04:00
Sean Dague f192b3d4d0 Initial commit 2015-06-18 07:09:37 -04:00