RETIRED, DevStack plugin to configure ZMQ.
Go to file
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
devstack [zmq] Setup url for ceilometer gate with zmq 2016-02-15 17:29:10 +02:00
playbooks/legacy/tempest-dsvm-full-zmq import zuul job settings from project-config 2018-08-05 14:35:51 -04:00
.gitreview Bootstrap helpers for zmq plugin 2015-09-30 09:28:18 -04:00
.zuul.yaml import zuul job settings from project-config 2018-08-24 02:00:21 +00:00
LICENSE Adding LICENSE file 2015-10-04 19:33:41 -04:00
README.rst Show team and repo badges on README 2016-11-25 13:17:30 +01:00
tox.ini [zmq] Setup url for ceilometer gate with zmq 2016-02-15 17:29:10 +02:00

README.rst

Team and repository tags

image

Enabling in Devstack

  1. Download DevStack

  2. Add this repo as an external repository:

    cat > local.conf
    [[local|localrc]]
    enable_plugin zmq https://git.openstack.org/openstack/devstack-plugin-zmq
  3. run stack.sh