Metadata-Version: 2.0
Name: juju-wait
Version: 2.3.5
Summary: Juju plugin to wait for environment steady state
Home-page: https://launchpad.net/juju-wait
Author: Stuart Bishop
Author-email: stuart.bishop@canonical.com
License: GPLv3
Keywords: juju
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3
Requires-Dist: psutil

Juju Wait
=========

This is a Juju plugin that provides the following new juju command::

    juju wait

This command waits until all hooks in the environment have completed
running and there are no more queued to run. It is primarily used by
deployment wrappers and test suites to know when a series on juju
commands (which run asynchronously) have completed and the system is
ready for the next step. Once the Juju environment has reached this
stable state, it will remain stable until some action destabalizes it,
such as operator action, machine reboots or scheduled tasks.


