Changes between Version 6 and Version 7 of Development/Features/PrePostActionsNCMNCD


Ignore:
Timestamp:
Jul 31, 2013, 7:30:30 PM (11 years ago)
Author:
munoz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/Features/PrePostActionsNCMNCD

    v6 v7  
    3636==== run-init ====
    3737
    38 The pre-run action will receive no arguments. If it fails, it shall abort the execution of any configuration modules.
     38The `run-init` hook will receive no arguments. If it fails, it shall abort the execution of any configuration modules, but `run-finalize` will still run.
    3939
    4040==== run-finalize ====
    4141
    42 The post-run will receive the execution status (`%global_status` variable in [https://github.com/quattor/ncm-ncd/blob/master/src/main/perl/ComponentProxyList.pm#L87 NCD::ComponentProxyList::executeConfigComponents]) as its only argument.  If it fails, `ncm-ncd` will exit with a special exit code.
     42The `run-finalize` hook will receive the execution status (`%global_status` variable in [https://github.com/quattor/ncm-ncd/blob/master/src/main/perl/ComponentProxyList.pm#L87 NCD::ComponentProxyList::executeConfigComponents]) as its only argument.  If it fails, `ncm-ncd` will exit with a special exit code.
    4343
    4444=== Specifying the hooks ===