www.nico.schottelius.org/software/cdist/man/beta/_sources/cdist-trigger.txt

24 lines
833 B
Text
Raw Normal View History

Trigger
=======
Description
-----------
cdist supports triggering for host installation/configuration using trigger command.
This command starts trigger server at management node, for example:
.. code-block:: sh
2016-11-27 17:10:43 +00:00
$ cdist trigger -b -v
This will start cdist trigger server in verbose mode. cdist trigger server accepts
simple requests for configuration and for installation:
* :strong:`/install/.*` for installation
* :strong:`/config/.*` for configuration.
Machines can then trigger cdist trigger server with appropriate requests.
If the request is, for example, for installation (:strong:`/install/`)
then cdist trigger server will start install command for the client host using
parameters specified at trigger server startup. For the above example that means
2016-11-27 17:10:43 +00:00
that client will be installed using default initial manifest.