phase object
list of instance objects
suffix object
boolean : configuration phase has been run or not
boolean : scheduler phase has been run or not
{ 'phase' : phase,
'fileFd' : LOG_MAIN_FD }
{ 'phase' : PHASE_INSTALLATION }
{ 'phase' : PHASE_PRE_CONFIGURATION }
{ 'phase' : PHASE_GEN_LDIF }
{ 'phase' : PHASE_CONFIGURATION }
{ 'phase' : PHASE_POST_CONFIGURATION }
{ 'phase' : PHASE_SCHEDULER }
{ 'type' : 'instance',
'object' : instance,
'prefix' : 'verdict'
}
{
'instance' : instance,
'fileFd' : cFileFd
}
{ 'suffix' : suffix }
{
'instance' : instance,
'instances' : opendsInstances,
'suffix' : suffix,
'fileFd' : cFileFd
}
'%s : %s : verdict complete' % \
(instance.getHost(),instance.getName())
{'fileFd' : cFileFd}
{
'fileList' : fileList,
'fileFd' : LOG_MAIN_FD
}
{
'phase' : phase,
'fileFd' : LOG_MAIN_FD
}
phase object
{ 'tagName' : 'checkPhaseResult',
'fileFd' : LOG_MAIN_FD }
{ 'content' : 'Check number of error for %s phase' % phase.getName(),
'fileFd' : LOG_MAIN_FD }
{
'returncode' : phase.getErrNum(),
'result' : '',
'fileFd' : LOG_MAIN_FD
}
{'fileFd' : LOG_MAIN_FD}
result