Go to file
James E. Blair 47ef69f941 Ansible launcher: add zuul_runner module
This runs the commands asynchronously (but waits for their
completion).  This is more robust for long-running commands
because it avoids the built-in ssh timeout.

This adds an ansible module to actually run the remote command
so that we can:
 * process the console log
 * use ansible async (the script module does not support it)
 * control the environment variables of the script being run

It also adds a callback plugin to track the elapsed time so that
we can use the built-in timeout features of async commands.

Note that the module and plugin are GPL licensed.

Change-Id: I19b2b6a5c362bb9d843e7802aefe0eb5df9c5ed7
2016-05-12 11:37:19 -07:00
2016-04-12 01:23:56 +10:00
2016-04-21 17:49:00 -07:00
2015-12-10 18:18:34 +00:00
2012-12-16 20:34:13 +00:00
2012-09-26 14:23:10 +00:00
2013-07-02 17:47:23 +00:00
2012-05-29 14:49:32 -07:00
2013-06-25 19:04:30 +00:00
2015-07-28 22:16:32 +09:00
2016-05-02 12:48:17 +00:00
2016-04-22 09:52:05 -07:00
2013-08-01 11:56:52 -07:00
2016-02-03 14:32:05 -08:00

Zuul

Zuul is a trunk gating system developed for the OpenStack Project.

Contributing

To browse the latest code, see: https://git.openstack.org/cgit/openstack-infra/zuul/tree/ To clone the latest code, use git clone git://git.openstack.org/openstack-infra/zuul

Bugs are handled at: https://storyboard.openstack.org/#!/project/679

Code reviews are, as you might expect, handled by gerrit. The gerrit they use is http://review.openstack.org

Use git review to submit patches (after creating a gerrit account that links to your launchpad account). Example:

# Do your commits
$ git review
# Enter your username if prompted
Description
The Gatekeeper, or a project gating system
Readme 166 MiB
Languages
Python 89.2%
JavaScript 8.7%
C# 1.1%
PowerShell 0.3%
Shell 0.3%
Other 0.3%