Open msmark opened 8 years ago
As per https://github.com/quattor/aquilon/issues/34, https://github.com/quattor/CCM/issues/112 and https://github.com/quattor/cdp-listend/issues/13, ncm-cdispd should additionally monitor the test profile cache (cache_test_root in /etc/ccm.conf) for arriving test profiles. When they arrive all components should be dispatched with ncm-ncd -cache_root <cache_test_root> -configure -noaction -all which will execute all components with the latest test profile.
ncm-cdispd
cache_test_root
/etc/ccm.conf
ncm-ncd -cache_root <cache_test_root> -configure -noaction -all
(Will ncm-ncd also need an option to tell it to post the results somewhere, see https://github.com/quattor/ncm-ncd/issues/49?)
ncm-ncd
As discussed in the workshop, publishing results is best served with post-execution hooks.
As per https://github.com/quattor/aquilon/issues/34, https://github.com/quattor/CCM/issues/112 and https://github.com/quattor/cdp-listend/issues/13,
ncm-cdispd
should additionally monitor the test profile cache (cache_test_root
in/etc/ccm.conf
) for arriving test profiles. When they arrive all components should be dispatched withncm-ncd -cache_root <cache_test_root> -configure -noaction -all
which will execute all components with the latest test profile.(Will
ncm-ncd
also need an option to tell it to post the results somewhere, see https://github.com/quattor/ncm-ncd/issues/49?)