Optional start the Directory Server
Specifies whether the backend should be loaded with some data.
'------ Create DS topology as described in config.py'
{ 'initialiseInstance' : False }
{ 'returncode' : RC ,
'result' : STAXResult }
'------ Load LDIF : groups.ldif'
{ 'ldifFile' : '%s/groups/groups.ldif' % logsRemoteDataDir }
{ 'returncode' : RC ,
'result' : STAXResult }
'------ Start DS to run on port %s' % (DIRECTORY_INSTANCE_PORT)
{ 'location' : STAF_REMOTE_HOSTNAME }
{ 'returncode' : RC ,
'result' : STAXResult }
{ 'noOfLoops' : 5 ,
'noOfMilliSeconds' : 2000 }